> For the complete documentation index, see [llms.txt](https://docs.adalysis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adalysis.com/onboarding/getting-started/account-organization/filters.md).

# Filters

{% embed url="<https://youtu.be/21ehydX52ss>" %}

Adalysis has a powerful system of filters that can help you to slice and dice your data. Look out for them throughout the platform. You can customize all the filters in Adalysis or build your own.&#x20;

### **Customizing filters**&#x20;

Load the filter you’d like to edit and update the criteria. Click **Apply** to update your search results.

Alternatively, click **Save** to update the criteria for future searches. Customized filters show an icon next to the name. To revert to the default settings, simply click **Reset to default**.

<figure><img src="/files/LStOiyuSXbyXw8xQX1dD" alt="" width="563"><figcaption></figcaption></figure>

### **Building new filters**

You can easily create custom filters and alerts to track more conditions:

1. Go to **Filters** > **Create filter**. &#x20;
2. Set your criteria.
3. Select the time range you want to analyze data for.
4. Enter a name for your filter. To receive custom alerts, check **Enable alerts**. You can also choose multiple accounts to save your filter in.

Your new filter will now appear in the Filters list for the Adalysis section where you created it. Simply scroll down to **Your filters** at the end of the list.

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

<figure><img src="/files/0qXAIgUTS9yM2ZXwFRXQ" alt="" width="331"><figcaption></figcaption></figure>

### **Find accounts by audit alert**

In the multi-account **Audit & budget** view, you can also filter by accounts with a specific alert type.

<figure><img src="/files/79c9TiVBykInzIpCEw8T" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.adalysis.com/onboarding/getting-started/account-organization/filters.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.
