# Search Terms

The **Search Terms** feature within **Analytics** allows you to monitor and analyze the keywords visitors use when searching within your website. By using these terms, you gain valuable insights into what your audience is looking for, helping you optimize your content strategy and improve user experience.

Search terms automatically track keywords entered in your website's search field. By default, it looks for the `"q="` parameter in the URL's query string and stores the associated keywords.

You can identify common user interests and personalize their experience by tracking search terms both site-wide and per-profile basis. This helps in delivering more targeted content, improving engagement, and increasing conversion rates.

<figure><img src="/files/js5NLevAoCEZvYHbpYOj" alt=""><figcaption><p>Search terms</p></figcaption></figure>

## Configure Search Term Parameters

To configure the search terms parameters:

1. Go to the `appsettings.json` file.
2. Locate the `InternalSiteSearch` parameter.
3. Set values for `SearchTermParameters`, `SearchBoxParameters`, or `CategoryParameters` depending on your needs.

For more information, see the [Configuration](/umbraco-engage/developers/settings/configuration.md) article.


---

# 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.umbraco.com/umbraco-engage/marketers-and-editors/analytics/search-terms.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.
