> ## Documentation Index
> Fetch the complete documentation index at: https://botpress.com/docs/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/77RdG9PeqgICIbbZ/tutorial/basics/storing-information/assets/variable-section.png?fit=max&auto=format&n=77RdG9PeqgICIbbZ&q=85&s=f4eb76e373d9aa71f11e54a2850435fa" 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/77RdG9PeqgICIbbZ/tutorial/basics/storing-information/assets/variable-section-dark.png?fit=max&auto=format&n=77RdG9PeqgICIbbZ&q=85&s=14ee74ed7f5c98f328bc7d3e82ed23c4" 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/kQTLjOfDaoBQlj_Z/tutorial/basics/storing-information/assets/new-variable.png?fit=max&auto=format&n=kQTLjOfDaoBQlj_Z&q=85&s=a4b3b9724c734dc3e0f7377e555d3d9d" 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/kQTLjOfDaoBQlj_Z/tutorial/basics/storing-information/assets/new-variable-dark.png?fit=max&auto=format&n=kQTLjOfDaoBQlj_Z&q=85&s=838ec53eca8c81a1a99886035f9f5f27" width="1198" height="288" data-path="tutorial/basics/storing-information/assets/new-variable-dark.png" />
</Frame>
