> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/verifiers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/verifiers/history/search-history.md).

# Search History

On this page, you'll learn how the Search History allows users to view and manage past search queries.

Click '**Search History'** in the left-hand navigation to view the Search History. Here, you'll see the Search History list with their information such as keyword, search type, search result, date searched.

{% hint style="info" %}
The search history list will be empty if the user has not searched for any **company** or **certification**. The user must have at least one previous search to view live data.
{% endhint %}

### **View Live Data**

1. Locate the specific search entry from your search history list.
2. Click on the **search result** or the '**View Live Data'** button under **Actions**.
3. You will be redirected to the associated **live data page**.

### <mark style="color:red;">**Remove a Search Entry**</mark>

1. Identify the search result you wish to delete.
2. Click the **action button** next to '**View Live Data'** for that entry.
3. Select '**Remove'** from the dropdown.
4. Confirm the deletion to complete the process.

### <mark style="color:red;">**Remove Multiple or All Search Entries**</mark>

1. Tick the **checkboxes** next to the search results you want to delete.
2. A **Remove** button will appear below the Search History label, indicating the number of selected entries.
3. Click the **Remove** button.
4. Confirm the deletion to remove the selected entries.


---

# 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:

```
GET https://support.iafcertsearch.org/verifiers/history/search-history.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.
