# Search

* Search within extension data

  The search bar allows users to look up content directly in the data provided by the extension.
* Recent searches

  Each viewer’s last 10 search queries are remembered for convenience, making it easy to repeat or refine previous searches.
* Persistent search bar

  Dashboard designers can configure the search bar to remain visible at all times, ensuring that the feature is always accessible to end users.

{% hint style="info" %}
🔐 **Note:** Search history is stored locally per user/session and does not sync across devices.
{% endhint %}


---

# 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.infotopics.com/writebackextreme/features/tableau-extension/end-user/feature/search.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.
