> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/searching-for-content/searching-with-the-search-bar.md).

# Searching with the Search Bar

Quickly locate and filter content across the platform.

The **Search Bar**, located in the top navigation, helps you quickly find content across the platform. It searches multiple areas at once and displays results instantly, eliminating the need to navigate through individual modules.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2Fnsbujv06EVT5K2j4RG47%2FIMS-V16-NAV-Library-4.gif?alt=media&amp;token=91ef3e19-a6c1-486a-854f-658c67cb22d6" alt=""><figcaption></figcaption></figure>

***

## Using the Search Bar

Follow these steps to search for content and refine your results using the **Search Bar**:

{% stepper %}
{% step %}

### Opening the Search Bar

* Click the **Search Bar** in the top navigation.
* A panel opens with options for searching, filtering, and exploring results.

***

{% endstep %}

{% step %}

### Entering a Search Term

Enter a word or phrase in the **Search Field** at the top of the panel.

* Results appear automatically after you enter **two or more characters**.
* You don't need to press <kbd>**Enter**</kbd>—results update as you type.
* To return to the default view, clear the **Search Field**.

***

{% endstep %}

{% step %}

### Reviewing Recommendations

Review the recommendations to quickly find relevant content:

* **Before typing**: Suggestions may appear based on your **recent activity**.
* **While typing**: Suggestions update in real time to match your search.

***

{% endstep %}

{% step %}

### Refining Your Results

#### <i class="fa-folder-open">:folder-open:</i>  Using Tabs

Select a tab (e.g., **Library**, **To Do**, or **Apps**) to view results from that module.

{% hint style="info" %}

#### Understanding Apps Results

In the **Apps** tab:

* Look under **Starter Forms** to find standalone forms (e.g., CAPA List) or forms used to start a new workflow (e.g., New CAPA).
* Look under **Instances** to find submitted records (e.g., Review CAPA).
  {% endhint %}

#### <i class="fa-filter">:filter:</i>  Applying Filters

Use the filters in the selected tab to narrow results.

→ See: [Using Quick Filters](/interfacing-help-files/end-users/list-view-management/searching-and-filtering-in-list-view.md#using-quick-filters)

{% hint style="info" %}

#### Filtering Results by Scope

By default, searches in the **Library** tab include all content you have access to, regardless of its location in the hierarchy.

To limit your search to a specific level and its sub-levels:

* Navigate to the desired level in the **Library**.
* Open the **Search Bar** and ensure the **Library** tab is selected.
* Open the **All Content** filter and select **Current Level and Sub-Levels**.

The **All Content** filter is available only when you start your search from a specific level in the **Library**. It is unavailable for searches started outside the **Library** or without a specific level selected.
{% endhint %}

***

{% endstep %}

{% step %}

### Navigating to a Result

Click any item in the search results to open it directly in the platform.

***

{% endstep %}

{% step %}

### Closing the Search

To close the panel, click anywhere outside it.

***

{% endstep %}
{% endstepper %}

***

## See Also

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How to Search Using AI Assistant</strong></td><td>Leverage the <strong>AI Assistant</strong> to streamline your workflow and boost productivity with intelligent support.</td><td data-object-fit="cover"><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2F9cdChXHzOm83ef10aixi%2FIMS-V16-NAV-Library-Icons-49.png?alt=media&amp;token=e6a515f5-715c-4e19-afc8-39d28b6ff60a">IMS-V16-NAV-Library-Icons-49.png</a></td><td><a href="/interfacing-help-files/end-users/searching-for-content/searching-with-the-ai-assistant.md">Searching with the AI Assistant</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://interfacing.gitbook.io/interfacing-help-files/end-users/searching-for-content/searching-with-the-search-bar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
