> ## 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.

# User variables

User variables let you store and reuse information within the scope of **a single user**.

Any information you assign to a user variable will follow the user across multiple conversations with your bot. This makes user variables great for storing user-specific information, like:

* Personal details
* User preferences
* Notes from previous conversations

<Note>
  If you don't want your variable to follow the user between conversations, use a different [variable scope](/studio/concepts/variables/overview#variable-scopes).
</Note>

<Tip>
  Need help getting started with variables? Check out our [introduction to variables](/studio/concepts/variables/overview).
</Tip>

## Read a user variable

You can use `{{user.variablename}}` or `@user.variablename` to read a user variable. For example, in a **Text** Card:

<Frame>
  <img src="https://mintcdn.com/botpress-ak-docs-20-document-updating-variables-from-outsid/oSJlTBcT_0pTQ8BT/studio/concepts/variables/scopes/assets/user-variable-example.png?fit=max&auto=format&n=oSJlTBcT_0pTQ8BT&q=85&s=1996f7ca2eb7eac469aa2ae29156ad8a" alt="User variable in a text card" width="1394" height="494" data-path="studio/concepts/variables/scopes/assets/user-variable-example.png" />
</Frame>
