# Filter Entries

Entries saved to the device can be filtered: it is possible to search by title or filter by date or status.

On the entries list page, tap the filter icon to open the filter panel.

<figure><img src="/files/z4HozxrAnpJnFPvx0P5l" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LIW9nKf5F2JkaTdaRROm" alt=""><figcaption></figcaption></figure>

The **SHOW (N) ENTRIES** button at the top will update based on the parameters specified. For example, tapping **INCOMPLETE** will show only incomplete entries.

<figure><img src="/files/tbNrrsfodH6RETYyyYzv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/PBT6rSOhuAkSlge5yUsL" alt=""><figcaption></figcaption></figure>


---

# 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.epicollect.net/mobile-application/filter-entries.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.
