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

# Quick Search

> Use Cmd/Ctrl+K to search pages, rules, pipelines, experiments, users, and items from anywhere in the console.

Quick Search is the fastest way to move around the console without relying on the sidebar.

## Open quick search

* On macOS: press `Cmd + K`
* On Windows or Linux: press `Ctrl + K`

## What it searches

Quick Search is scoped to what the signed-in user can access for their team. It searches:

* pages
* rules
* pipelines
* experiments
* segments
* users
* items

The results are grouped so you can tell whether you are jumping to a page or a specific object.

## Best uses

Quick Search is especially useful when you need to:

* jump straight to a page from anywhere in the console
* find a rule by name without opening the Rules page first
* open the right pipeline from a partial name
* check whether an item or user exists before running an explanation

## Example workflow

A common workflow is:

<Steps>
  <Step title="Open quick search">
    Press `Cmd/Ctrl + K`.
  </Step>

  <Step title="Find the target">
    Search for the rule or context you need.
  </Step>

  <Step title="Open the result">
    Jump directly to the relevant page.
  </Step>

  <Step title="Make the change">
    Make the change in the target page.
  </Step>

  <Step title="Verify the outcome">
    Use [Explainability](/guides/explainability) to verify the outcome.
  </Step>
</Steps>

This is faster than navigating page by page through the sidebar.
