> For the complete documentation index, see [llms.txt](https://docs.darcyiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.darcyiq.com/core-features/command-menu.md).

# Command Menu

The command menu is the fastest way to get anywhere in DarcyIQ. Press **Ctrl + K** (**⌘ + K** on Mac) from any page to open it, then either jump straight to a destination or search across everything you've created.

{% hint style="success" %}
**One shortcut, two jobs**: **Ctrl + K** takes you to any page in DarcyIQ, and it searches your meetings, projects, lists, artifacts, workflows, and tasks — without you having to decide which one you wanted first.
{% endhint %}

## Opening the Menu

| How                       | Notes                                                                        |
| ------------------------- | ---------------------------------------------------------------------------- |
| **Ctrl + K** / **⌘ + K**  | Works from anywhere in the app. Press again to close                         |
| **Top navigation button** | Shows the shortcut next to it, labeled *Jump to a page or search everything* |
| **Search icon**           | On smaller screens the button collapses to an icon                           |

## Jump To

The **Jump to** tab lists everywhere you can go, in alphabetical order. Start typing to filter, use the arrow keys to move through results, and press **Enter** to go.

Destinations cover the full product — Chat, Meetings, Projects, Lists, Lead Lists, Blueprints, Workflows, Artifact Vault, Apps, MCP Studio, Customer Intelligence, Research Reports, Scoping & Estimates, Settings and more. A few open a panel rather than a page: **Integrations** and **Automation** open their tab in the agents drawer.

{% hint style="info" %}
The list is filtered to what you have access to, so two people in the same organization may see different destinations depending on their permissions and plan.
{% endhint %}

## Search

The **Search** tab looks across your workspace rather than the app's navigation. Type a query and press **Enter**.

| Searchable          | Includes                                  |
| ------------------- | ----------------------------------------- |
| **Projects**        | Project names and descriptions            |
| **Meetings**        | Recordings, transcripts, and summaries    |
| **Workflows**       | Previous runs and their outputs           |
| **Lists**           | Lists you own or that are shared with you |
| **Artifacts**       | Anything saved to the Artifact Vault      |
| **To Do's & Tasks** | Open and completed work                   |

## Searching Within One Area

If you know roughly where the thing you want lives, you can narrow the search before you run it. This is **Tab to scope**.

{% stepper %}
{% step %}
**Highlight a destination** On the **Jump to** tab, arrow down to something searchable — Projects, Meetings, Lists, Artifacts, Workflows, or To Do's & Tasks. Rows that support it show a *search here* hint.
{% endstep %}

{% step %}
**Press Tab** The menu switches to search, limited to that area. A chip appears showing what you're scoped to, for example *in Projects*.
{% endstep %}

{% step %}
**Type your query** Only results from that area come back. Clear the chip, or press **Backspace** on an empty search box, to search everything again.
{% endstep %}
{% endstepper %}

## Keyboard Reference

| Key                      | Action                                               |
| ------------------------ | ---------------------------------------------------- |
| **Ctrl + K** / **⌘ + K** | Open or close the menu                               |
| **↑ ↓**                  | Move through results                                 |
| **Enter**                | Go to the highlighted destination, or run the search |
| **Tab**                  | Search within the highlighted destination            |
| **Backspace**            | On an empty search box, clear the scope              |
| **Esc**                  | Close the menu                                       |

## Related

* [Chat](/core-features/darcy-chat.md) — slash commands give you similar shortcuts inside a conversation
* [Artifact Vault](/organize/artifact-vault.md) — the full browsing and filtering experience for artifacts
* [Projects](/organize/projects.md) — where project search results take you


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.darcyiq.com/core-features/command-menu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
