> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ve.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Ve is a desktop browser for macOS. Steps on these pages are carried out inside Ve itself, not on a website, and there is no web version.
> Settings paths are written as `Settings > Section`.

# Manage what Ve remembers

> Review, search and delete what Ve has stored about you, and bring your context over from another AI.

Ve keeps a set of memories about you and uses them to personalize how it
answers. Open `Settings > Memory` to read what it has, and remove anything you
would rather it forgot.

<Note>
  Memories are stored on your Ve account, not on your Mac. Deleting one removes
  it everywhere.
</Note>

You need to be in a workspace for this tab to work. Without one, Ve cannot
read or save memories.

## Bring your context from another AI

Ve cannot read another AI's memory directly. You ask that AI to write its
memories out, then paste them back.

<Steps>
  <Step title="Copy the prompt">
    Under **Import from another AI**, click **Copy**. Ve puts a written-out
    export request on your clipboard.
  </Step>

  <Step title="Run it in your other AI">
    Paste the prompt into a chat with ChatGPT, Claude or whichever assistant
    holds your history. It answers with your stored memories in a single code
    block.
  </Step>

  <Step title="Paste the result back">
    Copy what it returned into the box marked **Paste your memory details
    here**.
  </Step>

  <Step title="Add them">
    Click **Add to memory**. Ve shows "Memory updated" and the new entries
    appear in the list below.
  </Step>
</Steps>

How Ve reads what you pasted:

| Rule                | Detail                                         |
| ------------------- | ---------------------------------------------- |
| One memory per line | Every non-empty line becomes a separate memory |
| Blank lines         | Dropped                                        |
| Per import          | The first 500 lines are taken                  |
| Per memory          | Cut off at 16,000 characters                   |

Each batch is labeled **Ve Browser import** with the date you added it.

## Review what is stored

**Stored memories** lists what Ve holds, with a count above it. Memories load
ten at a time; **Load more** fetches the next ten.

Click a memory to expand it and read the whole thing. Click it again to
collapse.

<Tip>
  Search only looks through the memories already loaded, and **Load more**
  disappears while you are searching. If you are hunting for something old,
  load a few more pages first, then search.
</Tip>

## Delete a memory

Expand the memory you want gone and click **Delete**. It goes immediately, and
there is no undo.

Ve deletes memories one at a time. There is no way to clear all of them at
once from this tab.

## Related

* [Privacy and your data](/privacy)
* [Chat with Ve](/chat)
* [Bring your data across](/import)
