> 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/release-notes-16.0/ai-assistant-and-search.md).

# AI Assistant & Search

Your assistant for finding anything, intelligently and instantly

The new **Search experience** helps you find information across the platform in seconds. Whether you're looking for documentation, tasks, apps, or posts, everything is just a few clicks away.&#x20;

The built-in **AI Assistant** goes beyond finding information—it helps you quickly understand, summarize, and act on the content you need with less effort.

**With Search, you can:**

* **Search across all platform content** from one central location
* **Ask the AI Assistant** to find or summarize, and surface relevant information instantly
* **Get direct answers** about policies, procedures, and other detailed content

**Search** keeps you focused on what matters so you can work more efficiently.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2F2Z5NrLPuwNANsNMwka4j%2FAI%20Assistant%20with%20grey%20borders%20gif.gif?alt=media&amp;token=f76fa2d5-5bba-48df-9134-e922edf9426f" alt=""><figcaption></figcaption></figure>

### Learn More

<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>Searching with</strong> <strong>the AI Assistant</strong></td><td>Leverage the AI Assistant 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><tr><td><strong>Searching with the Search Bar</strong></td><td>Quickly locate and filter content across the platform.</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%2FuBwKi8Med4qkb1wm24ba%2FIMS-V16-NAV-Library-Icons-50.png?alt=media&amp;token=79a31c60-6acb-465b-b13a-51e47b5750cc">IMS-V16-NAV-Library-Icons-50.png</a></td><td><a href="/interfacing-help-files/end-users/searching-for-content/searching-with-the-search-bar.md">Searching with the Search Bar</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/release-notes-16.0/ai-assistant-and-search.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.
