# Search+

Search+ is a high-capability reasoning tool that combines global knowledge with your enterprise data to produce deep, context-aware answers. It goes beyond simple retrieval by performing multi-step reasoning across all available sources:

* Breaks down complex queries into a plan of steps.
* Pulls from enterprise documents, chat history, integrations, and external web results.
* Synthesizes the most relevant information into a single, structured response with grounded references.
* Ideal for research, comparisons, summaries, and strategic decision-making where depth and accuracy matter.

{% hint style="info" %}
Search+ is available for World Knowledge Chat Type under tools
{% endhint %}

<figure><img src="/files/gfjjXBHu9h1U3Y8VWCr2" 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://docs.empowergpt.ai/chat/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.
