> ## Documentation Index
> Fetch the complete documentation index at: https://botpress-charmenta-pr-719.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-charmenta-pr-719/ltBSQQS7WwIzHklb/studio/concepts/variables/scopes/assets/user-variable-example.png?fit=max&auto=format&n=ltBSQQS7WwIzHklb&q=85&s=ac7b1ebe382f18243ad58d162856be76" alt="User variable in a text card" width="1394" height="494" data-path="studio/concepts/variables/scopes/assets/user-variable-example.png" />
</Frame>
