# Ajax Search Term

**Displays what the user is currently searching for.**

**Content > Query Settings**

| Setting        | Description                |
| -------------- | -------------------------- |
| **Query Name** | Must match your Main Query |

**Content > General Settings**

| Setting             | Description                      |
| ------------------- | -------------------------------- |
| **Format Text**     | Use `%search-term%` placeholder  |
| **Hide When Empty** | Hide element when no search term |

**Design Settings**

* Layout: Margin, padding, text alignment
* Typography with search term styling (font weight, color)

**Usage Example**

```
Format: "Searching for: %search-term%"

Output: "Searching for: javascript tutorials"
```


---

# 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.woohoo.dance/ajax-filters/elements/ajax-search-term.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.
