# User Persona

Describe yourself in order to get better answers from the character. {{user}} and {{char}} variables are supported.

{% hint style="info" %}
When setting up a User Persona, you can enter an alias in the new 'Name' field. Once set, the bot will address you by the alias in chats instead of your profile name.
{% endhint %}

<figure><img src="/files/yV6yWkQFF7jLDNrS6IIP" alt=""><figcaption></figcaption></figure>

## How to Access User Persona Settings

To access your user persona settings:

1. Click the ⚙️ gear icon in the top-right corner of the page.
2. Select **"User Persona"** from the menu.\
   a. From here, you can view and select from your existing personas.\
   b. To create a new one, click the **"+ Persona"** button.

<figure><img src="/files/wagU2wjHyaxuwvpJidVo" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moescape.ai/tavern-chatbot-guide/user-persona.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
