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

# Slash Commands

> Type `/` in any chat to access quick commands. Commands are organized by category.

# Slash Commands

Type `/` in any chat to access quick commands. Commands are organized by category.

## Chat

| Command  | Args                        | Description                            |
| -------- | --------------------------- | -------------------------------------- |
| `/model` | `<name>`                    | Switch the model for this conversation |
| `/think` | `<none\|low\|medium\|high>` | Set extended thinking level            |
| `/mode`  | `<name>`                    | Switch agent mode                      |
| `/agent` | `<name>`                    | Switch to a different agent            |
| `/temp`  | `<0.0-2.0>`                 | Set temperature (creativity)           |

### Examples

```
/model gemini-2.5-pro
/think high
/temp 0.8
/agent Research Bot
```

## Session

| Command    | Args      | Description                                  |
| ---------- | --------- | -------------------------------------------- |
| `/clear`   | —         | Clear the current session                    |
| `/compact` | —         | Compact the session (summarize old messages) |
| `/new`     | `[label]` | Start a new session                          |
| `/rename`  | `<label>` | Rename the current session                   |

## Memory

| Command     | Args      | Description                      |
| ----------- | --------- | -------------------------------- |
| `/remember` | `<text>`  | Store a memory manually          |
| `/forget`   | `<id>`    | Delete a memory by ID            |
| `/recall`   | `<query>` | Search memories and show results |

### Examples

```
/remember I prefer TypeScript over JavaScript
/recall What programming languages does the user like?
/forget mem_abc123
```

## Tools

| Command | Args        | Description             |
| ------- | ----------- | ----------------------- |
| `/web`  | `<query>`   | Search the web          |
| `/img`  | `<prompt>`  | Generate an image       |
| `/exec` | `<command>` | Execute a shell command |

### Examples

```
/web latest Rust release notes
/img a cyberpunk cat in neon rain
/exec ls -la ~/projects
```

## Config

| Command   | Args | Description                          |
| --------- | ---- | ------------------------------------ |
| `/help`   | —    | Show available commands              |
| `/status` | —    | Show engine status and configuration |
| `/debug`  | —    | Toggle debug mode                    |

## Autocomplete

As you type a command, the autocomplete dropdown shows matching commands with descriptions. Use arrow keys to navigate and Enter to select.
