All guides

Write memory your agent can use.

Good memory is specific, current, and easy to find. It is not a transcript of everything that happened.

Start with one store

Sign up to create your Personal workspace. Create a memory store for a project or assistant. A store holds a collection of notes and has its own permissions.

Add the context you keep repeating

# Project context

We're building a small scheduling app.
Use the existing component library.
Keep dates in UTC; display the user's local timezone.

## Decisions
We chose email links for sign-in to keep setup short.

## Before changing code
Read the relevant tests and preserve existing behavior.

Use paths as a table of contents

Try /preferences.md, /projects/website.md, and /decisions/2026-09.md. Small focused notes are easier for an agent to select than a single growing document.

Keep the important parts current

Ask your agent to update the relevant note when a decision changes. Review its edits in the browser, and use version history when an earlier explanation is worth bringing back.

Tell the agent when to use memory

Connecting a store does not make every client read it automatically. Include an instruction to read relevant notes before working and save durable decisions after completing the task.

Write your first note