# Panel "Variables"

**Variable** es un contenedor que contiene algún valor. Dependiendo del tipo de variable, puede almacenar números, texto, tablas, etc. La panel "Variables" en el Diseñador está destinada a crear y eliminar variables del diagrama actual, así como a cambiar su tipo y valor inicial. En modo de depuración, esta panel también muestra el valor actual de cada una de las variables.

<figure><img src="https://3940823687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8QfFNyYLPzoIrRZpZokA%2Fuploads%2Fgit-blob-497fad6c9f2a88ae38d10ce82f1f256c41e63e85%2F%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20(10).png?alt=media" alt=""><figcaption></figcaption></figure>

Las variables son celdas de memoria del Robot, lugares para almacenar la información necesaria en el proceso de su trabajo.

<table data-header-hidden><thead><tr><th width="53" valign="top"></th><th width="219" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>N.º</strong></td><td valign="top"><strong>Elemento de interfaz</strong></td><td valign="top"><strong>Descripción</strong></td></tr><tr><td valign="top">1.</td><td valign="top">botón <img src="https://3940823687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8QfFNyYLPzoIrRZpZokA%2Fuploads%2Fgit-blob-5059822bd057fd260bc8e736577de337ed8001ce%2F2025-09-19_19-09-08.png?alt=media" alt=""></td><td valign="top">Permite colapsar el panel "Variables".</td></tr><tr><td valign="top">2.</td><td valign="top">botón "Crear"</td><td valign="top">Permite agregar una nueva variable.</td></tr><tr><td valign="top">3.</td><td valign="top">botón "Eliminar"</td><td valign="top">Permite eliminar la variable seleccionada.</td></tr><tr><td valign="top">4.</td><td valign="top">botón <img src="https://3940823687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8QfFNyYLPzoIrRZpZokA%2Fuploads%2Fgit-blob-87f1f5ed83e4ae96b181821d81ced03bcf95fd15%2F2025-09-19_19-10-05.png?alt=media" alt=""></td><td valign="top">Permite copiar la variable seleccionada.</td></tr><tr><td valign="top">5.</td><td valign="top">botón <img src="https://3940823687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8QfFNyYLPzoIrRZpZokA%2Fuploads%2Fgit-blob-d299b75fc8bee856065a7f1f5ab589136160ab26%2F2025-09-19_19-17-36.png?alt=media" alt=""></td><td valign="top">Permite pegar la variable copiada.</td></tr><tr><td valign="top">6.</td><td valign="top">botón <img src="https://3940823687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8QfFNyYLPzoIrRZpZokA%2Fuploads%2Fgit-blob-743a31c9b0f65778a09d1f104e824efdacb3017c%2F2025-09-19_19-17-58.png?alt=media" alt=""></td><td valign="top">Permite mover hacia arriba la variable seleccionada.</td></tr><tr><td valign="top">7.</td><td valign="top">botón <img src="https://3940823687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8QfFNyYLPzoIrRZpZokA%2Fuploads%2Fgit-blob-7c9b462e9c2c3fa74d26515e5cb78210e95e2d88%2F2025-09-19_19-18-14.png?alt=media" alt=""></td><td valign="top">Permite mover hacia abajo la variable seleccionada.</td></tr></tbody></table>

## Variables globales y locales

El trabajo con variables globales y locales se demuestra en el siguiente video:

{% embed url="<https://sherparpa.ru/ucontent/?06>" %}

## **Agregar comentarios a las variables**

{% embed url="<https://sherparpa.ru/ucontent/?oqQz>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/rabota-v-sherpa-designer/paneli-svoistv-i-peremennykh-i-rabota-s-nimi/panel-peremennye.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
