> ## Documentation Index
> Fetch the complete documentation index at: https://botpress-charmenta-pr-696.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Variables

Sometimes, it's useful for your bot to remember some information—for example, about a specific user or conversation.

You can do this using *variables*. A variable is a container that lets you store information from somewhere in Botpress Studio and reuse it somewhere else.

Create a new variable in the bottom-left section of the Studio:

<Frame>
  <img alt="Variable section" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-696/gMIy6l3I-2e0lgT5/tutorial/basics/storing-information/assets/variable-section.png?fit=max&auto=format&n=gMIy6l3I-2e0lgT5&q=85&s=8045176d59e298124968c959ca06876f" width="1198" height="328" data-path="tutorial/basics/storing-information/assets/variable-section.png" />

  <img alt="Variable section" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-696/gMIy6l3I-2e0lgT5/tutorial/basics/storing-information/assets/variable-section-dark.png?fit=max&auto=format&n=gMIy6l3I-2e0lgT5&q=85&s=ed12e0e80a7410fc6d394c90ae08fa2f" width="1198" height="328" data-path="tutorial/basics/storing-information/assets/variable-section-dark.png" />
</Frame>

1. Select **<Icon icon="plus" />** in the upper-right corner.
2. In the name field, enter `firstName`.
3. Select **Add** to save your variable:

<Frame>
  <img alt="Variable" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-696/gMIy6l3I-2e0lgT5/tutorial/basics/storing-information/assets/new-variable.png?fit=max&auto=format&n=gMIy6l3I-2e0lgT5&q=85&s=62c387cc6a36681256ede692f76862cd" width="1198" height="288" data-path="tutorial/basics/storing-information/assets/new-variable.png" />

  <img alt="Variable" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-696/gMIy6l3I-2e0lgT5/tutorial/basics/storing-information/assets/new-variable-dark.png?fit=max&auto=format&n=gMIy6l3I-2e0lgT5&q=85&s=6ced5bab47fc7dcfa3539581cd478dc3" width="1198" height="288" data-path="tutorial/basics/storing-information/assets/new-variable-dark.png" />
</Frame>
