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

# Personality and Memory

> Your agent's character and everything it remembers about you are plain text files. What each one holds, what's worth adding by hand, and how nightly memory processing works.

Your agent behaves the way its files say — and you can open and rewrite those files. There's no black box: the **Personality** tab shows a list of documents on the left and a plain-text editor on the right.

<Frame>
  <img src="https://mintcdn.com/aitextura/MAg1M08M_jnyN2gg/assets/images/ru/agents/cabinet.jpg?fit=max&auto=format&n=MAg1M08M_jnyN2gg&q=85&s=c4854d309ee8358a239bf4dbf388f06f" alt="The Personality tab: Character and Memory sections on the left, document editor on the right" width="1054" height="748" data-path="assets/images/ru/agents/cabinet.jpg" />
</Frame>

Below the editor are the **Save** button and a note: changes take effect immediately, the agent reads them in new conversations, and no restart is needed.

## Character

Five documents describe who the agent is and how it works.

| Document        | What it controls                                                                                                 | What goes in it                                                                                 |
| --------------- | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| **Soul**        | Character: how it talks, what matters to it, and what it won't do. Reread at the start of every new conversation | Filled in from the role when the agent is created. Edit it when the agent's actual job changes  |
| **Personality** | Profile card: name, manner, mood                                                                                 | Filled in during the [first conversation](/en/agents/first-run), when you pick the agent's name |
| **Rules**       | Working rules: what it can do on its own and what requires asking you first                                      | The key document for security. This is where restrictions live                                  |
| **About You**   | What the agent knows about you: how to address you, language, time zone, what you do                             | Keep adding to it — the agent will work more accurately                                         |
| **Tool Notes**  | The agent's own notes on what's connected and how to use it in your setup                                        | Usually maintained by the agent; it helps to add non-standard paths and addresses               |

<Frame>
  <img src="https://mintcdn.com/aitextura/IcbjYavKcdIF3mMS/assets/images/ru/agents/soul.jpg?fit=max&auto=format&n=IcbjYavKcdIF3mMS&q=85&s=2a7047a24e6a45ffa9352e2b052cf9a8" alt="The Soul document: character text generated by the platform for the Automator role" width="1054" height="748" data-path="assets/images/ru/agents/soul.jpg" />
</Frame>

This is the **Soul** the platform wrote for the "Automator" role: who it is, what it does on first run, which files it maintains. This is the same role you chose in the setup wizard — plain text you're free to rewrite.

## Memory

Four documents where the agent's work accumulates. The first two are long-term; the agent maintains the rest as it goes.

| Document             | What's inside                                                                                                                                               |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Long-Term Memory** | What the agent has committed to memory. You can add to it yourself — the agent reads important facts about your business the next time it checks its memory |
| **Dream Journal**    | What the agent reflected on overnight and moved into long-term memory while you were away                                                                   |
| `ONBOARDING.md`      | The first-meeting script. The agent follows it step by step and then deletes it — if the file is gone, onboarding is complete                               |
| `TASKS.md`           | Automation catalog: what it does → where the script lives → how to run it → schedule                                                                        |
| `WORKING.md`         | Work log: in progress, plan, done. The only file the agent rewrites in full; it appends to all the others                                                   |

<Frame>
  <img src="https://mintcdn.com/aitextura/IcbjYavKcdIF3mMS/assets/images/ru/agents/tasks-md.jpg?fit=max&auto=format&n=IcbjYavKcdIF3mMS&q=85&s=4696071c01b2a5609fb7d3aa8a21afbe" alt="The TASKS.md document: a prefilled Automation Catalog template with Running and Idea Queue sections" width="1054" height="748" data-path="assets/images/ru/agents/tasks-md.jpg" />
</Frame>

<Tip>`TASKS.md` is the most useful file for you, not the agent. It lists everything you've automated and how each piece runs: open it a month from now and you'll understand your own setup without asking the agent.</Tip>

## Nightly processing

A separate item under the Memory section opens the **Background Self-Improvement** panel. While you're away, the agent rereads the day's conversations, pulls out what matters, and moves it into long-term memory — from the **Dream Journal** into **Long-Term Memory**.

<Frame>
  <img src="https://mintcdn.com/aitextura/IcbjYavKcdIF3mMS/assets/images/ru/agents/night-memory.jpg?fit=max&auto=format&n=IcbjYavKcdIF3mMS&q=85&s=2b5faab5e61f1fbf6108694554fc8a70" alt="The Background Self-Improvement panel for a newly created agent — empty" width="1054" height="748" data-path="assets/images/ru/agents/night-memory.jpg" />
</Frame>

For a new agent, the panel is empty: no nights have passed yet. Check it when the agent starts forgetting agreements — you'll see what it considered important and what it lost.

## What to add yourself

The agent writes its own files, but three things are safer to enter by hand — they shouldn't depend on what the agent decided was important.

| Document             | What to add                                                                                       |
| -------------------- | ------------------------------------------------------------------------------------------------- |
| **Rules**            | What it must not do without asking: message people, publish, delete files, spend money            |
| **About You**        | Your time zone, how to address you, what your business does, who your customers are               |
| **Long-Term Memory** | Permanent facts: company details, project names, colleagues' names, links to working spreadsheets |

<Warning>Anything said only in chat lasts until the history is compressed — long conversations get condensed and details disappear. Any agreement you can't afford to lose belongs in a file.</Warning>

## FAQ

<AccordionGroup>
  <Accordion title="I edited a document — do I need to restart the agent?">
    No. Changes are picked up in new conversations. If an edit didn't take effect, start a new conversation: the current one still holds the old version.
  </Accordion>

  <Accordion title="The agent forgot what we agreed on">
    Working memory is finite, and long conversations get compressed — details are lost in the process. Add the fact to **Long-Term Memory** by hand. Also check that the **Memory** ability is enabled under [Abilities](/en/agents/skills).
  </Accordion>

  <Accordion title="The agent made up a fact">
    Check **Long-Term Memory** and the **Dream Journal**: a wrong conclusion may have landed there during nightly processing and is now treated as true. Delete the incorrect line — you fix this by editing the file, not by arguing in chat.
  </Accordion>

  <Accordion title="I want to change the agent's name or tone">
    The **Personality** document holds the name, manner, and mood. The **Soul** document holds what matters to the agent and what it won't do. Change tone in the first, behavior in the second.
  </Accordion>

  <Accordion title="Can I write the files in English?">
    Yes, the agent understands both. Avoid mixing languages within one document — it muddles the workflow itself, not the agent's understanding of the words.
  </Accordion>

  <Accordion title="A document is empty — is that an error?">
    No. Some documents are empty for a new agent: **Personality**, **Rules**, and **About You** are filled in during the first conversation or by you. An empty document shows the hint "Describe what the agent should be like — in plain text or Markdown."
  </Accordion>
</AccordionGroup>

## Advanced

You don't need this to get started.

<AccordionGroup>
  <Accordion title="Markdown and file structure">
    Documents support Markdown: `##` headings, lists, bold text. This helps the agent — it uses headings to find the right section without rereading the whole file. Keep one topic per document: rules in one place, facts about you in another.
  </Accordion>

  <Accordion title="Why WORKING.md is rewritten in full">
    It's a log of current work, not an archive: "in progress," "plan," "done." If the agent only appended to it, the file would keep growing and eat up memory. The agent appends to all the other documents.
  </Accordion>

  <Accordion title="The same files appear in the Files tab">
    Yes, the [Files](/en/agents/files) tab shows them as regular container files alongside everything else. The **Personality** tab is a showcase for the documents you edit most often.
  </Accordion>

  <Accordion title="A separate model for history compression">
    You can control what condenses long conversations: the [Models](/en/agents/models) section has a dedicated **History Compression** slot. This model needs precision more than intelligence — but one that's too weak loses more details.
  </Accordion>
</AccordionGroup>

## What's next

<CardGroup cols={2}>
  <Card title="Abilities and Skills" icon="bolt" href="/en/agents/skills">
    What the agent is allowed to do and which skills it has installed
  </Card>

  <Card title="Files" icon="folder-open" href="/en/agents/files">
    The agent's entire working environment
  </Card>

  <Card title="Team" icon="users" href="/en/agents/team">
    Separate personas with their own character inside the agent
  </Card>

  <Card title="Models" icon="microchip" href="/en/agents/models">
    What the agent thinks with and what compresses its history
  </Card>
</CardGroup>
