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

# Command palette

> Press Cmd+K / Ctrl+K anywhere in Guild to search and jump to workspaces, sessions, agents, and credentials.

The command palette is a search-and-jump overlay available on every page while you are signed in. Press `Cmd+K` (macOS) or `Ctrl+K` (Windows and Linux) to open it, and press the same keys again to close it. The shortcut works even when your cursor is in a text field.

## What the palette shows

Open the palette without typing and it lists, in order:

* **Go to** — the main sections of the app you have access to.
* **Workspaces** — your workspaces.
* **Recent chats** — your most recent chats, up to 12.
* **Actions** — the quick actions below.

Start typing and the list filters. Third-party services appear under a **Credentials** group once you type, rather than at rest, so they do not bury the default view.

Agents are the exception: they are not in the resting list, so use the `agents` scope to search them.

## Scoped search

A scope searches one kind of thing on its own. Type enough of a scope's keyword to begin it — `cred` is enough for `credentials` — then press `Tab` to enter it.

| Keyword       | Searches                                                     |
| ------------- | ------------------------------------------------------------ |
| `workspaces`  | Workspaces, by name or owner.                                |
| `sessions`    | Sessions, by name, or by their workspace or workspace owner. |
| `agents`      | Agents, by name, full name, or owner.                        |
| `credentials` | Third-party services, by name.                               |

To leave a scope, press `Esc`, press `Backspace` on an empty query, or click the back button in the palette header.

### Credentials scope

The credentials scope lists every service your account can hold a credential for, whether or not it is connected. Select the **Connected** filter to narrow the list to services you have already connected.

Selecting a connected service opens its credential detail page. Selecting a service you have not connected opens **Settings > Credentials** filtered to that service, with its **Connect** button.

## Actions

| Action            | What it does                                |
| ----------------- | ------------------------------------------- |
| **New workspace** | Opens the new workspace form.               |
| **Toggle theme**  | Switches between the light and dark themes. |
| **Log out**       | Signs you out.                              |

## Keyboard

| Key                | Action                                    |
| ------------------ | ----------------------------------------- |
| `Cmd+K` / `Ctrl+K` | Open or close the palette.                |
| `Tab`              | Enter the scope your query begins.        |
| `Esc`              | Leave the scope, or close the palette.    |
| `Backspace`        | Leave the scope, when the query is empty. |
| Arrow keys         | Move between results.                     |
| `Enter`            | Open the highlighted result.              |
