# Memorize

The Memorize tool enables the model to "remember" specific pieces of information that remain accessible in the context of the conversation.

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

{% hint style="info" %}
An example use of the Memorize tool would be to ask the model to always refer to the knowledge files when aswering questions.
{% endhint %}

## Modify Memory

To view and modify what the model has in its memory, tap on the **Change** button in the **Chat Settings**. Here, you can add, edit, or delete memorized pieces of information.

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

<figure><img src="/files/Ox1jsWZamjdoiRCB5jwA" 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://mobiledocs.supgpt.app/tools/memorize.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.
