> ## Documentation Index
> Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.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-ak-docs-20-document-updating-variables-from-outsid/yvaA5dZS1nQ_qaqv/tutorial/basics/storing-information/assets/variable-section.png?fit=max&auto=format&n=yvaA5dZS1nQ_qaqv&q=85&s=290cf64019b69737f0e6e3dad8da4f45" 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-ak-docs-20-document-updating-variables-from-outsid/yvaA5dZS1nQ_qaqv/tutorial/basics/storing-information/assets/variable-section-dark.png?fit=max&auto=format&n=yvaA5dZS1nQ_qaqv&q=85&s=7983b1c21d51c224de0b7e5a39cea44a" 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-ak-docs-20-document-updating-variables-from-outsid/yvaA5dZS1nQ_qaqv/tutorial/basics/storing-information/assets/new-variable.png?fit=max&auto=format&n=yvaA5dZS1nQ_qaqv&q=85&s=a7d862f02ba190951c626034ab502c1d" 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-ak-docs-20-document-updating-variables-from-outsid/yvaA5dZS1nQ_qaqv/tutorial/basics/storing-information/assets/new-variable-dark.png?fit=max&auto=format&n=yvaA5dZS1nQ_qaqv&q=85&s=ba5293dca8c70c3805eef072938676e4" width="1198" height="288" data-path="tutorial/basics/storing-information/assets/new-variable-dark.png" />
</Frame>
