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

# Search

> Search meetings, artifacts, and actions from anywhere

## What it does

The command menu is a global search and quick-action interface. Press `Cmd+K` (macOS) or `Ctrl+K` (Windows/Linux) from anywhere in Earmark to search across your meetings, artifacts, and tasks, or jump to common actions instantly.

## Why it matters

As your team accumulates meetings and artifacts, finding the right conversation or output quickly becomes essential. The command menu puts everything one keystroke away.

## How to use it

<Frame caption="Command menu search across meetings, artifacts, and tasks">
  <div
    style={{
  backgroundImage: 'url(https://mintcdn.com/earmark/vNkCE4NL0UOVgfZk/images/background-blue.png?fit=max&auto=format&n=vNkCE4NL0UOVgfZk&q=85&s=8d57271bb6e72c3715e83d97907c438b)',
  backgroundSize: 'cover',
  backgroundPosition: 'center',
  borderRadius: '1rem',
  padding: '4%',
}}
  >
    <div
      style={{
    borderRadius: '0.875rem',
    overflow: 'hidden',
    boxShadow: '0 24px 60px rgba(15, 23, 42, 0.28)',
  }}
    >
      <img src="https://mintcdn.com/earmark/7bmTb55b6UAEQSbk/images/command-menu.png?fit=max&auto=format&n=7bmTb55b6UAEQSbk&q=85&s=68be2671e10c7be5e86e91566248ff31" alt="Command menu open with search field and results grouped by meetings, artifacts, and tasks." style={{ width: '100%', display: 'block' }} width="2030" height="932" data-path="images/command-menu.png" />
    </div>
  </div>
</Frame>

<Steps>
  <Step title="Open the command menu">
    Press `Cmd+K` or `Ctrl+K`, or click the search button in the sidebar.
  </Step>

  <Step title="Type your search">
    Start typing to search across meeting titles, artifact content, and task prompts. Results appear instantly.
  </Step>

  <Step title="Navigate and select">
    Use arrow keys to navigate results and Enter to open. Results are grouped by type (meetings, artifacts, tasks).
  </Step>
</Steps>

## What you can search

| Content type  | What's searched                        |
| ------------- | -------------------------------------- |
| **Meetings**  | Meeting titles                         |
| **Artifacts** | Full artifact text content             |
| **Tasks**     | Prompt text used to generate artifacts |

Search uses full-text indexing for fast, relevant results across your entire meeting history.

## Quick actions

Beyond search, the command menu provides quick access to:

* **Start a new meeting**: jump straight into a fresh session
* **Open settings**: go directly to your settings
* **Toggle theme**: switch between light and dark mode

<Tip>
  The command menu is keyboard-first. You can open it, search, navigate, and select without touching the mouse, which is ideal for staying in flow during or between meetings.
</Tip>
