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

# Search and read pages

> Find the right wiki page and read its folder-aware path.

Search the selected wiki with at least two letters or numbers:

```bash theme={"theme":{"light":"github-light","dark":"vesper"}}
almanac search "customer onboarding"
```

```text theme={"theme":{"light":"github-light","dark":"vesper"}}
onboarding/getting-started  Getting started
  How new teammates complete their first week…
```

Results include an extensionless path, title, and relevant excerpt.

## Read the page

```bash theme={"theme":{"light":"github-light","dark":"vesper"}}
almanac show onboarding/getting-started
```

Use the exact path returned by search—without `wiki/`, `.md`, or `README.md`.
Paths can include folders.

<img src="https://mintcdn.com/almanac-e141534d/PSPQxvCsHo2cfSd-/images/product/wiki-reader-dark.png?fit=max&auto=format&n=PSPQxvCsHo2cfSd-&q=85&s=cb125221de1ef12c99653085e3a0f1f0" alt="A wiki reader combines page navigation, readable content, and source citations." width="1216" height="620" data-path="images/product/wiki-reader-dark.png" />

## Browse without a query

```bash theme={"theme":{"light":"github-light","dark":"vesper"}}
almanac pages list
almanac pages tree
almanac topics
```

Page search finds readable knowledge. Source search finds original evidence and
metadata:

```bash theme={"theme":{"light":"github-light","dark":"vesper"}}
almanac sources search "customer onboarding"
```

Continue with [Trace a page to its sources](/guides/inspect-evidence), or read
[Sources, pages, and citations](/concepts/sources-pages-and-citations) for the
deeper distinction.
