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

# Search & Actions

> Find any setting, trigger any action — instantly from anywhere in OCCode.

## Command palette

OCCode includes a **command palette** (similar to Spotlight on macOS or Ctrl+K in modern apps) that lets you search and act without navigating through menus.

Open it with:

* **macOS:**
* **Windows:**

***

## What you can search for

| Category     | Examples                                             |
| ------------ | ---------------------------------------------------- |
| **Settings** | "Telegram token", "default model", "memory settings" |
| **Actions**  | "Restart agent", "add channel", "run diagnostics"    |
| **Apps**     | "Models", "Security", "Empire"                       |
| **Help**     | "How to connect Discord", "what is BYOK"             |

***

## Quick actions

The most common actions are available directly from the search palette:

<CardGroup cols={2}>
  <Card title="Restart Agent" icon="arrows-rotate">
    Restart your OpenClaw agent without navigating to settings.
  </Card>

  <Card title="Add Channel" icon="plus">
    Jump straight to the channel connection flow.
  </Card>

  <Card title="Check Status" icon="heart-pulse">
    Run a quick health check on your agent.
  </Card>

  <Card title="View Logs" icon="file-lines">
    Open the agent log viewer instantly.
  </Card>
</CardGroup>

***

## Tips

* Start typing to filter results instantly
* Use arrow keys to navigate, Enter to select
* Results are ranked by relevance and recency
* The palette remembers your most-used actions
