> For the complete documentation index, see [llms.txt](https://docs.boltai.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boltai.com/docs/plugins/memory.md).

# Memory

The Memory plugin allows BoltAI to remember details between chats.

Once enabled, BoltAI will automatically remember details between chats. You can also explicitly tell BoltAI to remember certain information.

### How to set up the Memory plugin?

No configuration is required for this plugin.

### How to use the Memory Plugin?

1. Start a new chat. Choose an LLM that supports Function Calling (for example GPT-4o)
2. Enable the Memory plugin
3. Continue to use BoltAI as usual. It would automatically remember relevant information. You can also tell BoltAI to remember specific details.

{% hint style="info" %}
**NOTICE**:

* All memories are stored locally
* If enabled, memory content are added to the System Instruction on every request
* Temporary Chat does not use or create memories
  {% endhint %}

### How to view and manage memories

Go to **Settings > Plugins > Memory**. Choose tab `Memories`

<figure><img src="/files/rF0vxhuFD5vnxs6Do5Kk" alt=""><figcaption><p>Manage Memory</p></figcaption></figure>

### Demo Video

{% embed url="<https://www.youtube.com/watch?v=CxeEfEa9Vik>" %}
BoltAI Memory Plugin
{% endembed %}
