> For the complete documentation index, see [llms.txt](https://docs.moescape.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moescape.ai/tavern-chatbot-guide/memory-box.md).

# Memory Box

The new memory box feature allows users to write down anything important they would like the character to remember.

Available via the '...' menu in the chat.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeGNQhWxD-epOK5g-HNo5WmgsrAF3q0QXXs0Lo6QGuOLxJfq765wP46VJWcbhEqANwNoZ_OkfhZ11qfv4GjhJcTik_m1kI65_RwGW3_B34kZn8KZ0x1S2ZwsxbLTGJOJkX4rF4hC6b51i_aWEuSMhVyaXw?key=MnFKq-nRdc-nnmPeanRXjA)

{% hint style="info" %}
Note: Memory Box feature is currently available on web only. It will come to the app later.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/memory-box.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.
