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

# Quickstart

> Install the CLI, select a wiki, and query it.

## Install

```bash theme={null}
curl -fsSL https://hosted-almanac.vercel.app/install.sh | sh
```

## Login

```bash theme={null}
almanac login
```

Browser login connects your Almanac account and stores local CLI auth state.

## Select a wiki

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

After `almanac use`, commands target the selected wiki. Use `--wiki org/wiki`
only for an intentional one-command override.

## Query

```bash theme={null}
almanac search "yc safe"
almanac show safe-financing
almanac sources tree
```

## Add sources

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

Uploads pass source file references to a managed job. Do not paste source
contents into prompts.
