> 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/popular-searches.md).

# Popular searches

## Summary

This feature makes it possible to display the most popular search terms gathered over a defined period of time.

When a user clicks the search bar, before they start typing, suggestions of the most popular searches will appear.

> After user types anything, the Suggest functionality takes over. This service gets updated with Suggest import, just like other Suggest features

![](/files/AlcnT3m63iGGleaKqgyz)

The Popular searches feature is represented as an individual page tab for the Suggest page.

![](/files/Kqmi66QjY0kLKrQFDRRP)

Popular searches should be activated ![](/files/Ph63z0daepEWYQihI5Tp) to take effect. It is deactivated by default.

**Number of days to analyze** setting ![](/files/Ehk1tMw4qBIWvCgJj7rh):

* Defines the number of days to be considered for the creation of suggestions.
* The data is taken from the Analytics Module
* Zero-hit search terms are automatically excluded (unless CSI or Geo is activated)
* Terms blacklisted in the Suggest configuration are automatically excluded
* Default value is 14

**Maximum number of popular searches** setting ![](/files/UipZ5ADW4CYdVObCmdDS):

* Defines the maximum number of popular searches to be shown
* Default value is 6

> Any changes will require [saving the transaction](/docs/user-interface/editing-configurations-managing-transactions.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/popular-searches.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.
