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

# Memory

> What agents remember between runs.

**Memory** is what your agents carry between runs. Without it every session would start
from zero; with it, a queen who researched your market last week still knows what she
found.

## Scopes

<CardGroup cols={2}>
  <Card title="Global memory" icon="globe">
    Facts that apply across the whole workspace — who you are, what you sell, who you
    target. Every queen can read these.
  </Card>

  <Card title="Queen memory" icon="crown">
    Scoped to a single [queen](/concepts/queens). Her domain expertise, her accumulated
    findings, and standing direction you've given her.
  </Card>
</CardGroup>

## Managing memory

Memories are Markdown, and you can read, edit, and delete them yourself from the
[Memory library](/configuration/memory-library). This matters more than it sounds: if an
agent has learned something wrong, correcting the memory corrects every future run that
reads it.
