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

# Upload and garden

> How source uploads and wiki maintenance jobs work.

## Upload

```bash theme={null}
almanac upload docs/
almanac jobs wait last
```

Upload creates a source batch, stores the source files, and starts one managed
ingest job. The job receives file references and Almanac guidance. It does not
receive pasted file contents in the prompt.

## Garden

```bash theme={null}
almanac garden --guidance "tighten stale legal pages"
almanac jobs wait last
```

Garden runs a managed maintenance job over the selected wiki. Use guidance for
the editorial intent. Almanac still owns job creation, source storage, page
persistence, and plan checks.

## Inspect jobs

```bash theme={null}
almanac jobs
almanac jobs show last
almanac jobs wait last
```

Jobs expose managed ingest and garden state. Streaming event replay can grow
from this same job surface.
