> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/browsing-and-searching/searching/quick-search/features.md).

# Features

### Intelligent autocompletion <a href="#quicksearch-intelligentautocompletion" id="quicksearch-intelligentautocompletion"></a>

Once you start typing you will see a suggestion to complete your current term appear in light gray. Press the tab key to accept this suggestion and update the matching results. The suggestion takes into consideration your previous choices, bookmarks, concept frequency of use data, mappings, and more when making an autocompletion recommendation. Multi-word terms can be queried by entering the first characters.

![Search Results for 'tet fal'](/files/8hTpNmoYIv9BbsoQMP6P)

### Search provider selection <a href="#quicksearch-searchproviderselection" id="quicksearch-searchproviderselection"></a>

If there are more results than can be displayed on a single screen, only a subset of the total results appear in each of the provider sections. Drag the corner of the search results window to increase its size and see more results. If you want to keep the size of the window, press the shortcut (CTRL-4 on Windows; CMD-4 on OS X) to see additional results. Each time you hit the shortcut, more results will be displayed.

![Search Results for 'back pain' - Display More](/files/IxuUJkYeEaFNWYcGrkWe)

By default, all search providers are included in the Quick Search. If you want to omit providers you are not interested in, right-click the ![](/files/-MGrwjslJr6_W_NxpKcR) *Quick Search* in the toolbar to uncheck items that should be excluded.

<figure><img src="/files/gD73UykV34mvO05MGYaN" alt=""><figcaption><p>Selecting the Active Quick Search Providers</p></figcaption></figure>


---

# 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.b2ihealthcare.com/snow-owl-authoring-platform/browsing-and-searching/searching/quick-search/features.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.
