# Using Variables

#### What are variables: Variables are named containers into which any values can be written and read from other places.

To connect the LogicModule to the UserLivePanel in Depence, the system uses internal variable fields.

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

In this example, two digital inputs of a vNano/wec were read out and written to two variables.\
Variable 1 = IsLightOn \
Variable 2 = IsEnabled

Now two LED controls were placed on the UserLivePanel and each given the same variable name.

Thus, the state of the digital outputs in the LogicModule is now transferred to the LEDs on the UserLivePanel.

You can also use variables to exchange information between different LogicModule pages.

Furthermore, variables are suitable for displaying different texts on the UserLivePanel depending on the states in the LogicModule.


---

# 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://help.depence.com/depence-tips-and-tricks/using-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.
