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

# Volumes

> Global instructions, reusable skills, and shared files outside git.

Volumes store instructions, skills, and shared files outside git for reuse across threads.

## Scopes

| Scope              | Used by                                                  |
| ------------------ | -------------------------------------------------------- |
| Organization       | Threads across the organization's projects               |
| Personal           | Your threads across projects in the current organization |
| Project            | Threads in one project                                   |
| Project + personal | Your threads in one project                              |
| Automation\*       | Runs of one automation                                   |

\* Not used for instructions or skills; holds automation state and persisted work between runs.

Organization and Project volumes are shared with the organization's members. Personal and Project + personal volumes aren't browsable by other members. All scopes stay within one organization.

## Global instructions

A volume's root `AGENTS.md` supplies instructions to threads in its scope.

> Add “Use conventional-commit PR titles” to AGENTS.md in my personal volume. Preserve existing instructions.

See [Instructions](/instructions) for repository and file-specific rules.

## Reusable skills

Volume [skills](/skills) live at `skills/<name>/SKILL.md` and load on demand.

> Create a release-checklist skill in our project volume from the release procedure we agreed on.

## Save and update files

> Save the approved launch checklist in our project volume for future threads.

Capy can update or remove saved files on request. Changes save automatically as work completes, without a git commit or separate publish step. Checkout and scratch files aren't included.

## Browse files and history

Open **More → Volumes**, or **Volumes** if pinned in the sidebar.

**History** lists saved versions and their originating threads. The viewer is read-only; ask Capy to edit files or recover a retained version.

## Storage limits

Limits are 100 MiB per file, 2 GiB per saved volume version, and 10 GiB per organization. History doesn't retain every intermediate version.
