# Variables Panel

**Variable** is a container that holds some value. Depending on the type of variable, it can store numbers, text, tables, etc. The "Variables" panel in the Designer is intended for creating and deleting variables of the current diagram, as well as changing their type and initial value. In debug mode, this panel also shows the current value of each variable.

<figure><img src="https://3212714295-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI0zUnKkOuy6lWt7DZ46u%2Fuploads%2Fgit-blob-6d2c1add79b2bfc32958299f0d732fef7e054f7e%2Fimage%20(10).png?alt=media" alt=""><figcaption></figcaption></figure>

Variables are memory cells of the Robot, places for storing information necessary for its operation.

<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>No.</strong></td><td valign="top"><strong>Interface Element</strong></td><td valign="top"><strong>Description</strong></td></tr><tr><td valign="top">1.</td><td valign="top">button <img src="https://3212714295-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI0zUnKkOuy6lWt7DZ46u%2Fuploads%2Fgit-blob-5059822bd057fd260bc8e736577de337ed8001ce%2F2025-09-19_19-09-08.png?alt=media" alt=""></td><td valign="top">Allows you to collapse the "Variables" panel.</td></tr><tr><td valign="top">2.</td><td valign="top">button “Create”</td><td valign="top">Allows you to add a new variable.</td></tr><tr><td valign="top">3.</td><td valign="top">button “Delete”</td><td valign="top">Allows you to delete the selected variable.</td></tr><tr><td valign="top">4.</td><td valign="top">button <img src="https://3212714295-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI0zUnKkOuy6lWt7DZ46u%2Fuploads%2Fgit-blob-87f1f5ed83e4ae96b181821d81ced03bcf95fd15%2F2025-09-19_19-10-05.png?alt=media" alt=""></td><td valign="top">Allows you to copy the selected variable.</td></tr><tr><td valign="top">5.</td><td valign="top">button <img src="https://3212714295-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI0zUnKkOuy6lWt7DZ46u%2Fuploads%2Fgit-blob-d299b75fc8bee856065a7f1f5ab589136160ab26%2F2025-09-19_19-17-36.png?alt=media" alt=""></td><td valign="top">Allows you to paste the copied variable.</td></tr><tr><td valign="top">6.</td><td valign="top">button <img src="https://3212714295-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI0zUnKkOuy6lWt7DZ46u%2Fuploads%2Fgit-blob-743a31c9b0f65778a09d1f104e824efdacb3017c%2F2025-09-19_19-17-58.png?alt=media" alt=""></td><td valign="top">Allows you to move the selected variable up.</td></tr><tr><td valign="top">7.</td><td valign="top">button <img src="https://3212714295-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI0zUnKkOuy6lWt7DZ46u%2Fuploads%2Fgit-blob-7c9b462e9c2c3fa74d26515e5cb78210e95e2d88%2F2025-09-19_19-18-14.png?alt=media" alt=""></td><td valign="top">Allows you to move the selected variable down.</td></tr></tbody></table>

## Global and Local Variables

Working with global and local variables is demonstrated in the following video:

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

## **Adding Comments to Variables**

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