> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/working-with-documents-and-reports/finding-reports.md).

# Finding Reports

This lesson will show you how to find specific reports on your list using the search function.

### Search your reports

<figure><img src="/files/cHXnDeIIAf4G3IKbbu90" alt="" width="172"><figcaption></figcaption></figure>

On the "Reports" tab, you will notice a search bar above your list of reports. This can be used to search for specific reports, a very useful function on a system that generates a lot of reports.

To search through your reports, simply begin typing the name of the report that you wish to find in the search bar.

### Reports filtered by search

<figure><img src="/files/Wu0rkDiW4uQbDV3QZkcl" alt="" width="172"><figcaption></figcaption></figure>

As you type, your reports will be filtered by what you enter. Any categories no longer in use will collapse, and only those reports matching your input will be displayed.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.agilecase.com/user-documentation/working-with-documents-and-reports/finding-reports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
