# How to use global search?

Think of this as your search buddy for finding anything across all the modules within your workspace. Enter your search keyword in the designated search bar, and SimplifyQA will return results for relevant searches for all the modules in the same way.

### How to search in table?

Global search would be available in all the module in SimplifyQA at the right top corner. To get the desired filtered information enter the search keyword in the search box and the searched data would be displayed in the table as shown below.&#x20;

<figure><img src="/files/fWlta0vKfrDSbsVfXZjz" alt=""><figcaption><p>Global Search</p></figcaption></figure>

{% hint style="info" %}
Only the columns added to the table would be subject to the keyword being searched. Additionally, global search is only applicable to tables; it cannot be used on trees or any other part of the same page.
{% 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.simplifyqa.ai/get-to-know-your-workspace/search-global-search/how-to-use-global-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.
