# Search and Navigation

The search functionality allows users to quickly locate components such as Integrations, Mappings, Systems, Workflows, etc., within <code class="expression">space.vars.SITENAME</code>.

You can search within two scopes — depending on whether you want a focused or global search: **Current Folder** and **All Folders**.

<div align="center"><img src="https://3729341606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1yI7gLypIVjJdBgxy9pM%2Fuploads%2Fgit-blob-c81c6c220b9dea472ae09079c857acd40ef54ef3%2FSearch_Scopes.png?alt=media" alt=""></div>

For example, if you are viewing a folder that contains several integrations and no search text is entered.

<div align="center"><img src="https://3729341606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1yI7gLypIVjJdBgxy9pM%2Fuploads%2Fgit-blob-9fe9c364fb8f028034f232b047781c907ae9ad6b%2FSearch_scope_no_text.png?alt=media" alt=""></div>

Now, let’s see this in different search scopes

## Search Scope

### Current Folder Search

* Default search mode when you start searching.
* Shows results directly in the current folder view without changing your location.
* Filters and displays only the components within the folder you are currently viewing based on your search text.
* Ideal when you already know where the component is located or want a focused search within a specific folder

<div align="center"><img src="https://3729341606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1yI7gLypIVjJdBgxy9pM%2Fuploads%2Fgit-blob-e2c347c463912fc77578a4c2f4e5b25dd68c33e0%2FSearch_Scope_Current.png?alt=media" alt=""></div>

### All Folders Search

* Searches across **all folders** you have permission to access.
* Displays results in a separate panel below the search bar, keeping your current folder view unchanged.

<div align="center"><img src="https://3729341606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1yI7gLypIVjJdBgxy9pM%2Fuploads%2Fgit-blob-ea70c73b444d09c168d659d38c136ee1c02732d8%2FSearch_scope_all.png?alt=media" alt=""></div>

* Useful when you are **unsure of the component’s location** or need a **global search** across all folders.
* Clicking a component name or folder path in the results panel navigates you directly to the folder where the component exists.
* After navigation, the folder view updates to show all matching components within that folder.

<div align="center"><img src="https://3729341606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1yI7gLypIVjJdBgxy9pM%2Fuploads%2Fgit-blob-13106c1290c08992c704f1514ce850a339618db6%2FSearch_scope_all_after.png?alt=media" alt="" width="2000"></div>

* From there, you can perform all standard operations, such as editing integrations, creating mappings, or carrying out other routine tasks

> **Note:**
>
> * **Current Folder** is selected by default.
> * If you switch to **All Folders**, all searches will continue to use this mode **until you manually change it back**.
> * We respect your preference—once you choose a search mode, it stays active during navigation so you don’t need to reset it each time.


---

# 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://docs.opshub.com/upcoming-release/integrate/monitoring/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.
