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

# Find content with search

> How to use Collabase search to find tasks, pages, Registry objects, test cases and automations across every Space you have access to.

Collabase has one search that covers all content you have access to. You can open it from anywhere without leaving what you are working on.

## Open search

| Platform          | Shortcut   |
| ----------------- | ---------- |
| Mac               | `Cmd + K`  |
| Windows and Linux | `Ctrl + K` |

You can also click the search icon in the top navigation bar.

## What you can find

| Content              | What is searched                |
| -------------------- | ------------------------------- |
| **Tasks**            | Title, description and comments |
| **Pages**            | Title and full page content     |
| **Registry objects** | Label and all field values      |
| **Test cases**       | Name and description            |
| **Test runs**        | Name and test project           |
| **Automations**      | Rule name                       |

Search also matches parts of words: "onboard" finds "onboarding". You only see results from Spaces and projects you have access to.

## Move through results

| Action                  | Key                                            |
| ----------------------- | ---------------------------------------------- |
| Next or previous result | `Arrow Down` / `Arrow Up`                      |
| Open the result         | `Enter`                                        |
| Open in a new tab       | `Cmd + Enter` (Mac) / `Ctrl + Enter` (Windows) |
| Close search            | `Escape`                                       |

## Next steps

<CardGroup cols={2}>
  <Card title="Search reference" icon="magnifying-glass" href="/docs/concepts/search">
    Everything about indexing and results.
  </Card>

  <Card title="Profile and notifications" icon="user" href="/docs/getting-started/profile">
    Set up your account.
  </Card>
</CardGroup>
