# Search

You can search the project by typing in a keyword at the search text input.

![](/files/-MYkRVnr98wEiOm7AYRw)

If you type in a keyword, only the objects that match the keyword show up in the tree on the left-hand side. The matched keyword will be highlighted. The search is case-insensitive.

The search targets are the following.

* Data Frame name
* Chart name
* Chart comment
* Analytics name
* Analytics comment
* Report (Note, Slide Dashboard) name
* Report (Note, Slide Dashboard) description
* Script name

## How to exit the search

You can click the 'x' icon to quit the search.

![](/files/-MYkRVnvDdUWuSFA41iQ)


---

# 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.exploratory.io/product-features/project/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.
