> For the complete documentation index, see [llms.txt](https://docs.empowergpt.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empowergpt.ai/advance-search/advance-search-overview.md).

# Advance Search Overview

EmpowerGPT provides an **Advance Search** feature designed to help you quickly discover the information you need across all your files and connected platforms. Built for precision and efficiency, Advance Search goes beyond basic keyword lookups by offering deeper indexing, multi-source retrieval, and powerful filtering options. This ensures you can locate the right information—no matter where it resides.

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

***

### **Key Capabilities**

**Search Across Multiple Sources**

Advance Search allows you to perform a unified search that spans:

* Files you have uploaded directly to EmpowerGPT
* Documents connected through integrated platforms such as **SharePoint, OneDrive,** and others

This eliminates the need to manually navigate each source or repeat the same query across different platforms.

***

**File Name & Content Search**

Advance Search does more than just scan file names. It deeply indexes and searches the **contents** of your documents, enabling you to find:

* Specific keywords
* Sentences or phrases
* Embedded data points
* Information hidden inside lengthy or complex files

This is especially useful for large document repositories where information may be spread across multiple formats.

***

**Source-Based Filters**

To refine your search results, you can filter by where the documents reside. For example, you can limit results to:

* Uploaded files
* SharePoint documents
* OneDrive files

This allows you to focus on the most relevant sources based on your workflow.

***

**Type-Based Filters**

Advance Search also supports filtering by the **type** of item. You may choose to display:

* **Workspaces**
* **Collections**
* **Folders**
* **Documents**

Within the **Documents** category, you can narrow results further by file format, such as:

* **PDF**
* **Excel**
* **Word**
* **PowerPoint**
* **Audio/Video files**

These filters help you quickly pinpoint the exact type of content you need.


---

# 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://docs.empowergpt.ai/advance-search/advance-search-overview.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.
