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

# Slash commands

> Commands you can run inside a `seb chat` session.

Slash commands run inside `seb chat`. They control the session, switch modes, or run one-off actions without breaking the conversation.

| Command         | What it does                                                                                                                                                         |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/plan`         | Enter plan mode for the next message — Seb proposes a plan before acting.                                                                                            |
| `/debug`        | Browse hardware sources to attach (serial, GDB, Saleae, UDP, CAN). Use `/debug <name>` to attach directly.                                                           |
| `/pull`         | Pull a completed agent's PR into a local worktree so you can review and iterate on it.                                                                               |
| `/worktree`     | Create or switch to an isolated git worktree without touching your current branch. Use `/worktree <name>` to go straight to one, or `/worktree` to pick from a menu. |
| `/remember`     | Save a fact to this project's [memory](/features/memory) — `/remember <fact>`.                                                                                       |
| `/memory`       | Show this project's memory — organization memory plus project memory.                                                                                                |
| `/history`      | Browse and resume previous chat sessions (including chats started in the Platform).                                                                                  |
| `/more`         | Load more messages from the current session.                                                                                                                         |
| `/context`      | Show remaining LLM context window usage.                                                                                                                             |
| `/compact`      | Compact the context window by summarizing older messages.                                                                                                            |
| `/login`        | Log in to your Hideout account.                                                                                                                                      |
| `/logout`       | Log out of the CLI.                                                                                                                                                  |
| `/subscription` | Manage your subscription on Platform.                                                                                                                                |
| `/help`         | Show available commands.                                                                                                                                             |
| `/exit`         | Exit the chat session.                                                                                                                                               |

You can also type `exit`, `help`, or `quit` without the `/` prefix.

## See also

* [CLI commands](/reference/cli-commands) — top-level `seb` invocations
* [Guide → 5. Review in the CLI](/guide/review-in-cli) — the main use case for `/pull`
