> For the complete documentation index, see [llms.txt](https://docs.fact-finder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fact-finder.com/docs/basic-settings/suggest.md).

# Suggest

The Suggest module assists shoppers by displaying search suggestions while they are entering a search term. This means the user doesn't have to enter the full search term, but can choose from the suggestions instead. In addition, similar search terms are also offered, so users can see what similar searches other users have performed and choose a better, more precise term.

Suggest entries are primarily drawn from the search database's product data, but also from recent top search terms.

Apart from the search suggestion, additional information can be displayed for the user. Examples include the source or description of the suggestion (category, search term), the expected number of search results, and a preview image.

The following example picture shows the suggestions which are shown to a customer when “so” was typed into the search-box:

![Suggest module screenshot](/files/AZvU2qTjUwzyHRTYnQbK)

The Suggest module is a menu item under the Basic Settings section. In the default menu structure, it can be reached from More settings…

![Suggest module screenshot](/files/s46oAFZkoe1pt0SSXvk9)

The feature includes the following pages:

* [General settings](/docs/basic-settings/suggest/suggest-generalsettings.md)
* [Search settings](/docs/basic-settings/suggest/suggest-searchsettings.md)
* [Suggest import](/docs/import/selecting-suggest-product-and-search-data.md)
* [Whitelist](/docs/basic-settings/suggest/suggest-whitelist.md)
* [Blacklist](/docs/basic-settings/suggest/suggest-blacklist.md)
* [Popular searches](/docs/basic-settings/suggest/popular-searches.md)
* [Vector search settings](/docs/basic-settings/suggest/vector-search-settings.md)


---

# 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.fact-finder.com/docs/basic-settings/suggest.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.
