# Global Search

Global Search is a powerful, word-based search feature that empowers users to instantly navigate across various pages in Cymmetri by simply typing in relevant keywords. This functionality streamlines the process of locating specific information, making it significantly easier to access any content within Cymmetri with just a few keystrokes. By incorporating Global Search in Cymmetri, the time spent browsing through menus or sifting through irrelevant data is minimized, directly enhancing productivity and user experience.

The Global Search feature is available in the top bar, which makes it available on all pages as shown below:

<figure><img src="/files/QMWkCJgMm1xRlwzTW4mG" alt=""><figcaption></figcaption></figure>

For using the Global Search, the user needs to click on the search box. When clicked, it opens a search dialog box.&#x20;

<figure><img src="/files/JFzanevxi5I7kzL4YrS8" alt=""><figcaption></figcaption></figure>

*Note: The search dialog box can also be opened using Ctrl+K (in Windows) or Command+K (in Mac)*

<figure><img src="/files/iRutCun3U5atEH2qaiJJ" alt=""><figcaption></figcaption></figure>

Upon entering a term, you'll receive precise matches or helpful suggestions. Simply browse the list and select the desired page to view it, clicking anywhere outside the search modal instantly closes it, allowing you to seamlessly return to your previous page.

<figure><img src="/files/tZHdubprPxlvOztpniwV" alt=""><figcaption></figcaption></figure>

The page also provides certain shortcuts which can be used for ease:

**Esc:** Close the search Dialog box

**↓↑:** for Navigate up and down the search list

**Enter:** For opening the selected page

The Search box appears below in non-administrative logins:

<figure><img src="/files/nHaORcMkdtS0nvcYAtDU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cymmetri.io/getting-started/global-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
