# Variables

{% hint style="info" %}
Variables tab is available only for Universal Robots.
{% endhint %}

You can monitor variables values with the **Variables** Tab of the ![](/files/5Pd8VkRiFDioprjxlmr6) [Robot Tool Window](/robot/robot-tool-window.md).

Variables tab displays the live values of all defined global and system variables while a script is executed.&#x20;

<figure><img src="/files/GQ8hXWbU9u9Q4CPyjQ8L" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Remember to define a variable as **global** if you want to monitor it in the **Variables** tab.
{% endhint %}

{% embed url="<https://youtu.be/PK4l3zOqBxY>" %}


---

# 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.robpod.cloud/robot/robot-tool-window/variables.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.
