> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/option-window/local-variables.md).

# Local Variables

A Variable is a memory zone where you can store and retrieve information. For each Form, you have 100 Variables where to store information in. The content of a Local Variable is available only on the Form where it belongs. This means that Local Variable 0 in Form “frm\_Main” can have a different content than Local Variable 0 in Form “frm\_Products”. You can change the content of a Local Variable through Action “Set Var”. In Expressions, Local Variables are identified as LVAR().

![](/files/-MSn7i_lOJ6rttAd2_ss)

For your own organization, you can name the Local Variables. Select the Local Variable that you want to rename on the Table and press the edit button to edit its properties.

* **Variable** - Local Variable Identifier. You cannot change this value.
* **Name** - Local Variable Name. Name that you want to give to the Local Variable. The name of the Local Variable should only contain letters, digits or underscore (\_). This is the Name that will identify the Local Variable throughout the Project.
* **Description** - Local Variable Description. Description that you want to give to the Local Variable. This property is for your information only.

Next to the table are three icons with the following function:

* **Modify Local Variable** - Modify the selected local variable.
* **Reset** - Reset the selected variable taking into account the following options:
  * *Reset* - Reset the selected local variable
  * *Reset Unused* - Reset only those local variables that are not being used
  * *Reset All* - Reset all created local variables
* **Check Usage** - This is a shortcut to the [Find ](/kalipso5/using/find.md)option. Indicates where the selected object is being used.

By right-clicking on a variable, a popup menu is accessed that replicates the last two options previously described.

![](/files/-MSnCefNtQhBnAyaH0fI)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/option-window/local-variables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
