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

# Search: Navigate Scout Studio with Cmd+K

> Use Search to jump to any part of Scout Studio instantly from anywhere in the app — search destinations, tab through sections, and navigate without leaving the keyboard.

Search lets you jump to any part of Scout Studio without taking your hands off the keyboard. Open it from anywhere in the app and go directly to Agents, Drive, Tables, Workflows, and more.

<Frame>
  <img src="https://mintcdn.com/scout-171d217e/U7f2D28H_OBHx8fb/images/search/search.png?fit=max&auto=format&n=U7f2D28H_OBHx8fb&q=85&s=eac1d117aabc4405d32e1569ab0a269a" alt="Search open over Scout Studio, showing the search field, section tabs, and recent searches and items" width="3600" height="2276" data-path="images/search/search.png" />
</Frame>

## Opening Search

Press `Cmd+K` on Mac or `Ctrl+K` on Windows. Search opens as a modal overlay on top of whatever you were working on.

To close it, press `Escape` or click anywhere outside the modal.

## Navigating with Search

Once Search is open, you have two ways to get where you want to go.

### Type to search

Type any destination — an agent name, a section, a table, or a workflow — and matching results appear instantly, grouped by section.

<Frame>
  <img src="https://mintcdn.com/scout-171d217e/U7f2D28H_OBHx8fb/images/search/search-typing.png?fit=max&auto=format&n=U7f2D28H_OBHx8fb&q=85&s=016658522264746515945693a209acb8" alt="Search filtering results as you type, grouped by section" width="3600" height="2276" data-path="images/search/search-typing.png" />
</Frame>

Press `Enter` to navigate to the top result, or use the arrow keys to highlight a different one before opening it.

<Frame>
  <img src="https://mintcdn.com/scout-171d217e/U7f2D28H_OBHx8fb/images/search/search-results.png?fit=max&auto=format&n=U7f2D28H_OBHx8fb&q=85&s=3ff3dbfa2819ed4f87d0e278929ad635" alt="Search with a result highlighted, ready to open with Enter" width="3600" height="2276" data-path="images/search/search-results.png" />
</Frame>

### Tab through sections

Press `Tab` to cycle through Scout's main areas. Each tab stop shows a preview of that section's content — including recent agents, workflows, chat history, and more — so you can orient yourself before navigating.

<Frame>
  <img src="https://mintcdn.com/scout-171d217e/U7f2D28H_OBHx8fb/images/search/browse-by-tab.png?fit=max&auto=format&n=U7f2D28H_OBHx8fb&q=85&s=22fff901c5d79696c12a45485c377610" alt="Search with the Chats tab selected, previewing recent chat history" width="3600" height="2276" data-path="images/search/browse-by-tab.png" />
</Frame>

## What you can reach

Search gives you quick access to every major area of Scout Studio:

| Destination  | What you find there                              |
| ------------ | ------------------------------------------------ |
| Agents       | Your org's agents — open, edit, or run any agent |
| Drive        | Files and documents stored in Scout Drive        |
| Tables       | Collections and table views                      |
| Workflows    | Workflow editor and run history                  |
| Chat History | Past conversations across agents                 |
| Settings     | Org settings, API Keys, Model Management         |

## Keyboard reference

| Key                       | Action                           |
| ------------------------- | -------------------------------- |
| `Cmd+K` / `Ctrl+K`        | Open Search                      |
| Type to search            | Filter destinations in real time |
| `Arrow Up` / `Arrow Down` | Move through results             |
| `Enter`                   | Navigate to selected result      |
| `Tab`                     | Cycle through main sections      |
| `Escape`                  | Close Search                     |

## Tips

<Tip>
  Search works from any screen in Scout Studio — you never need to navigate back to a home view first.
</Tip>

* Use it to switch between agents quickly during testing without losing your place.
* Section tab-through is useful when you know the area but not the exact item name.

## What's Next

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book-open" href="/getting-started/core-concepts">
    Understand agents, instructions, collections, workflows, and the other building blocks of Scout.
  </Card>

  <Card title="Agents Overview" icon="robot" href="/agents/overview">
    Go deeper on building intelligent agents that adapt and take action.
  </Card>
</CardGroup>
