# Tips On How To Enhance Character

**1. Use Placeholders:** Instead of writing out 'character' or 'user', use {{char}} for the character and {{user}} for the user. This keeps things streamlined.

**2. Example Dialogue & Scenario:** While these are optional components, they can greatly enhance the depth and richness of your character (Do not overuse them though, the more of these optional components the less history will the character have). Keep them below 500 characters combined.

**3. Freedom vs Reinforcement:** More detailed scenarios and dialogues reinforce your character’s behavior. However, sometimes, a more open-ended character without a strict scenario can create unique and spontaneous interactions.

**4. Length of Responses:** If you prefer your character to give longer replies, extend the First Message and use the Example Dialogue effectively. The reverse applied if you want shorter replies.

**5. Balance Memory with Dialogue Examples:** Keep in mind that the more Personality, Scenario, First Message, and Example Dialogue you provide, the shorter the memory (or history) of the conversation will be. So, while having many of these can make your character consistent, it might also limit the context retained during chat.

{% hint style="info" %}
Consistency is Crucial: If your character has a specific personality or trait, make sure it reflects across all sections.
{% endhint %}


---

# 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/tips-on-how-to-enhance-character.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.
