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

# Almanac docs

> Hosted wikis and source libraries for agents and teams.

Almanac is a hosted wiki and source library. A user creates a wiki, uploads
source files, and Almanac runs managed jobs that update human-readable pages.

The same product surface is available through the web app, CLI, Python SDK,
local MCP server, and `/v1` API.

## Product nouns

| Noun         | Meaning                                             |
| ------------ | --------------------------------------------------- |
| Organization | Account scope for members, billing, and wikis.      |
| Wiki         | The selected knowledge base inside an organization. |
| Page         | A human-readable wiki article.                      |
| Source       | Uploaded evidence stored in the source library.     |
| Job          | A managed ingest or garden run.                     |

Use `org/wiki` handles when selecting a wiki from tools:

```bash theme={null}
almanac use reverie/legal
```

## What is included

Search, page reads, source reads, and viewing are included. Billing is tied to
constructing and updating wikis: creating wikis, uploading sources, running
managed jobs, seats, and enterprise access.

## First surfaces

Start with the CLI if you are an agent or a technical user. Use the Python SDK
when building a script. Use the local MCP server when connecting Almanac to an
agent client.
