# ox guide (https://sageox.ai/docs/cli/guide)

# ox guide

Render a bundled topical guide in your terminal. The guides ship inside the ox binary, so they work offline and stay in sync with the version you're running.

Run `ox guide` with no arguments to list every available topic, or pass a topic to render it.

## Usage

<Terminal>
  <TerminalCommand>ox guide [topic]</TerminalCommand>
</Terminal>

## Examples

List all topics:

<Terminal>
  <TerminalCommand>ox guide</TerminalCommand>
</Terminal>

Render a specific guide:

<Terminal>
  <TerminalCommand>ox guide team-rules</TerminalCommand>
  <TerminalCommand>ox guide getting-started</TerminalCommand>
</Terminal>

Emit plain markdown to pipe to an AI agent:

<Terminal>
  <TerminalCommand>ox guide team-rules --raw</TerminalCommand>
</Terminal>

## Flags

| Flag | Description |
|------|-------------|
| `--raw` | Output raw markdown without terminal rendering |

## What's next

- [ox agent](/docs/cli/agent) - Prime an agent with team rules and context
- [ox query](/docs/cli/query) - Search your team's discussions and sessions
