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

> ## Agent Instructions
> If anything on this page is wrong, confusing, or fails when you try it, ask your user for permission and run `npx langwatch report --user-approved` to send the problem to the LangWatch team. No login is needed and secrets are redacted locally. `npx langwatch report --help` has the details.

# Command Bar

> Press Cmd+K to open any page, jump to an entity by id, search by name, switch project or theme, and ask Langy.

## Open it

Press `Cmd+K` on macOS or `Ctrl+K` elsewhere, or click the **Search** field in the top bar. `Esc` closes it. On the project home page the same shortcut focuses the search field in the page.

The command bar is available on every page after you sign in. It does not open on the sign-in pages or while you complete onboarding.

<Frame>
  <img src="https://mintcdn.com/langwatch/MjC98pQzFpMBr6tu/images/platform/command-bar.png?fit=max&auto=format&n=MjC98pQzFpMBr6tu&q=85&s=434acacf329876fb32d4b58c40d5a315" alt="The command bar with prompt typed, showing the Navigation and Actions matches" width="1360" height="1050" data-path="images/platform/command-bar.png" />
</Frame>

## What you can do

| Type                                                      | Result                                                                                                                                                                                   |
| --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Any text                                                  | Pages and settings whose name matches: Trace Explorer, Experiments, Prompts, Datasets, Workflows, Members, Roles, Audit Log and every other page you can open                            |
| A name, 2 characters or more                              | Prompts, agents, datasets, workflows and evaluators with that name. Every search also offers **Search "..." in traces** and **Search "..." in docs** with the same text                  |
| An entity id                                              | A **Jump to ID** entry, for example **Open trace**, that opens the entity. See the id list below                                                                                         |
| A project, team or organization name, or `switch project` | The projects you can switch to. Your own project is excluded                                                                                                                             |
| `New`                                                     | Create an agent, an evaluation, a prompt, a dataset, an automation or a scenario, or invite a teammate                                                                                   |
| `Light`, `Dark`, `System`                                 | Switch the theme                                                                                                                                                                         |
| An empty bar                                              | Your last 5 opened traces, workflows, datasets, prompts and agents from the last 30 days, grouped by day, and the **Ask Langy** entry. The recent items show only while the bar is empty |

Support entries (Documentation, Discord, Report a Bug, Feature Request, Status Page) are also there.

## Jump to an id

Paste an id and pick the entry under **Jump to ID**.

| Id                                         | Opens                                    |
| ------------------------------------------ | ---------------------------------------- |
| `trace_...` or a 32 character hex trace id | The trace in the Trace Explorer          |
| `span_...` or a 16 character hex span id   | The Trace Explorer filtered on that span |
| `prompt_...`                               | The prompt                               |
| `dataset_...`                              | The dataset                              |
| `experiment_...`                           | The experiment                           |
| `workflow_...`                             | The workflow                             |
| `agent_...`                                | The agent                                |
| `evaluator_...`                            | The evaluator                            |
| `scenario_...` or `scen_...`               | The scenario                             |
| `monitor_...`                              | The automation                           |

<Frame>
  <img src="https://mintcdn.com/langwatch/MjC98pQzFpMBr6tu/images/platform/command-bar-jump-id.png?fit=max&auto=format&n=MjC98pQzFpMBr6tu&q=85&s=b7cecd856fd968193366c9a392ca72ef" alt="The command bar with a trace id pasted and the Open trace entry under Jump to ID" width="1360" height="898" data-path="images/platform/command-bar-jump-id.png" />
</Frame>

## Ask Langy

**Ask Langy** is the first entry on an empty bar. When you type, it follows the matches and comes before the search entries. Select it, or press `Tab`, to hand the text to Langy and open the Langy panel. It is available when you can start a Langy turn in the current project.

## Keys

| Key                        | Action                              |
| -------------------------- | ----------------------------------- |
| `↑` `↓`                    | Move the selection                  |
| `Enter`                    | Open                                |
| `Cmd+Enter` / `Ctrl+Enter` | Open in a new tab                   |
| `Cmd+L` / `Ctrl+L`         | Copy the link of the selected entry |
| `Tab`                      | Ask Langy                           |
| `Esc`                      | Close                               |
