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

# Cursor

> Automatic capture; recall arrives through a generated rules file.

## Install

Inside Cursor:

```text theme={null}
/add-plugin atlaso
```

Your browser opens to authorize the device on first use — click
**Authorize** and you're done.

## How recall works in Cursor

Recall reaches Cursor through a small generated rules file at
`.cursor/rules/atlaso-recall.mdc`. That file appearing in your project is
normal — it's refreshed automatically and safe to add to `.gitignore` if you
don't want it in version control.

<Note>
  Cursor's background/cloud agents don't run the memory loop — memory works
  in your editor sessions.
</Note>

## What it wires

| Piece                | What it does                                |
| -------------------- | ------------------------------------------- |
| Hooks                | Capture after your turns · session sync     |
| Rules file           | Recalled memories injected for your prompts |
| Skill                | Memory-aware behaviors                      |
| Ambient Memory (Pro) | Session-start orientation                   |
