> For the complete documentation index, see [llms.txt](https://docs.udara360.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.udara360.io/getting-started/search-filter.md).

# Search/Filter

The Search/Filter feature allows you to narrow down records displayed on any list page in Udara360 based on specific criteria. It is available on all pages that display tabular data, including Postings, Accounts, Reports, and Role Management. This guide will help you apply, manage, and reset filters across the platform.

### **Using the Filter**

The Filter button is located at the top right of every list page. Clicking it opens a filter panel displaying fields relevant to the data on that page; for example, the filter panel on the Cash Deposit page shows fields like Account Name, Account Number, Reference Number, Branch, and Date Range, while the Account Closure page shows fields like Account Number, Closure Date, Branch, and Closure Reason.

1. Click the **Filter** button at the top right of the list page
2. Enter your preferred filter criteria in the available fields
3. Click **Apply** to display the filtered results

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

### **Resetting Filters**

To remove all applied filters and return to the full dataset, click the **Reset Filter** button at the top right of the list page. This clears all selected criteria and restores the table to its original state.

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

> 📌**Note:** Always click **Reset Filter** after completing a filtered search before starting a new one, this ensures no previous filter criteria carry over into your next search and affect your results.

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

> 📌Note: You do not need to fill in every field, enter only the criteria relevant to the records you are looking for.


---

# 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://docs.udara360.io/getting-started/search-filter.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.
