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

# Search for resources in Observability Platform

> Use global search to find dashboards, monitors, services, SLOs, teams, and collections by name, and open the Assistant when you want to describe what you're looking for.

export const AiMessageIcon = props => <svg style={{
  display: "inline-block",
  width: "1.5rem",
  height: "1.5rem"
}} viewBox="0 0 24 24" {...props}>
    <path d="M2.5 3C2.08782 3.00012 1.73499 3.14696 1.44141 3.44043C1.14766 3.73418 1 4.0875 1 4.5V19L4 16H15.5C15.9124 16 16.2659 15.8532 16.5596 15.5596C16.8533 15.2658 17.001 14.9125 17.001 14.5V10H15.5V14.5H3.375L2.5 15.375V4.5H10V3H2.5Z" style={{
  fill: "#28a561"
}} />
    <path fillRule="evenodd" clipRule="evenodd" d="M14.1154 3.11538L11 4.5L14.1154 5.88461L15.5 9L16.8846 5.88461L20 4.5L16.8846 3.11538L15.5 0L14.1154 3.11538Z" style={{
  fill: "#28a561"
}} />
  </svg>;

Global search is available on every page in Chronosphere Observability Platform. Use it
to find resources such as dashboards, monitors, services, SLOs, teams, and collections
by name. When you want to describe what you're looking for rather than name it exactly,
you can also open the [Assistant](/navigate/assistant) from the global search.

## Open global search

To open global search, use one of these methods:

* Click **Search** in the page header.
* Press <kbd>Control+K</kbd> (<kbd>Command+K</kbd> on macOS) from any page.

Global search opens as a centered modal dialog that displays the search field and
your [recently visited resources](#view-recently-visited-resources).

## Search for a resource

To search for a resource:

1. [Open global search](#open-global-search).
2. Begin typing a resource name. Results appear as you type.
3. Click a result to open it, or use the arrow keys to highlight a result and press
   <kbd>Enter</kbd> (<kbd>Return</kbd> on macOS) to open it.

Each result displays the resource's:

* Type, such as **Dashboard** or **Monitor**
* Name
* Primary owner, if it has one

The results list any resources that you've marked as [favorites](/navigate/favorites)
first.

## Filter results by type

By default, global search returns all supported resource types. To narrow results
to a specific type, click a filter at the top of the search results. Available filters
include Dashboards, Monitors, Services, SLOs, Pages, Teams, and Collections.

To clear an active filter, click it.

## View recently visited resources

When you open global search without typing anything, it displays resources you've
recently visited in Observability Platform. This list includes any entity that
global search handles, including results you selected from previous searches and
resources that you navigated to directly.

To narrow the list of recently visited resources to a specific resource type, click a
filter at the top of the list.

## Open the Assistant from search

<LimitedAvail />

To describe what you need using natural language instead of the resource's name, use
the **<AiMessageIcon /> Ask Assistant** button in the search field to open the
[Assistant](/navigate/assistant) with your search text as the prompt.

Alternatively, if your search returns no results, press <kbd>Enter</kbd>
(<kbd>Return</kbd> on macOS) to send your search text to the Assistant directly.
