# 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/dBqiSbTd9ZhSBCBd6BIA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
An example use of the Memorize tool would be to create a Python virtual environment and have the model remember to always use this environment for Python-related tasks.
{% endhint %}

## Modify Memory

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

<figure><img src="/files/0vH2VLcvY6CNJVQyG67x" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/rbhP9tc0IfpQFaYLT8Ol" 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://macdocs.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.
