> ## 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 library

> Read, edit, and delete what your agents remember.

**Configuration → Memory** is where you inspect and correct what your agents have
learned. See [Memory](/concepts/memory) for the concept.

<Frame caption="The memory library.">
  <img src="https://mintcdn.com/open-hive/1xpysC1e-PlVBDLW/images/memory-library.png?fit=max&auto=format&n=1xpysC1e-PlVBDLW&q=85&s=1d9451ea2f3da8c68fe8fb14e12a2407" alt="The memory library." width="1440" height="900" data-path="images/memory-library.png" />
</Frame>

## Global and per-queen views

The library opens on **global** memories — the facts every queen can read. To see what a
specific queen knows, pick her from the list; until you do, the panel prompts you to
*pick a queen to view their memories*.

## Editing

Memories are Markdown and fully editable. You can search across them, open one to read
it in full, edit it in place, or delete it.

<Tip>
  Editing memory is the most direct way to steer agent behavior. If a queen keeps making
  the same wrong assumption, find the memory it came from and fix it — that corrects
  every future run, instead of re-explaining yourself each session.
</Tip>
