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

# Add/Remove Filters

Filters in Rox allow you to refine your agent list, making it easier to focus on specific criteria. This guide will show you how to add, remove, and save filters for efficient list management.

## **How to Add Filters**

1. **Access the Filter Menu:**

   * Click on the **Filter** icon at the top of your agent list.

   <figure><img src="/files/cNJPGCBCwpN6P5GVNdVK" alt=""><figcaption></figcaption></figure>
2. **Select a Column to Filter:**

   * A dropdown menu will appear, listing all available columns in the system.
   * Search for or select the column you want to filter (e.g., "Synapse Job Postings").

   <figure><img src="/files/CK2qb3lZMM23A1qhJxop" alt=""><figcaption></figcaption></figure>
3. **Apply a Filter Based on Data Type:**

   * If the column contains numeric data:
     * Select a condition (e.g., "greater than") and input a value (e.g., `1`).
     * The list will automatically update to show only entries matching the condition.
   * If the column contains text data:
     * Click **Add Filter** and choose a text-based condition (e.g., "contains," "does not contain," or "starts with").
     * Enter the relevant text (e.g., "GenAI Initiatives").
     * The list will update based on the selected condition.

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

## **How to Remove Filters**

1. **Clear Individual Filters:**

   * Click the **X** icon next to an active filter to remove it.
   * The list will revert to showing unfiltered data.

   <figure><img src="/files/071scqBlmKqtyLhIsKAj" alt=""><figcaption></figcaption></figure>
2. **Clear All Filters:**
   * Repeat the process for all active filters or reset the filters in the Filter menu.

By using filters effectively in Rox, you can quickly narrow your focus to specific agents or criteria, saving time and improving productivity.


---

# 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.rox.com/development/product/getting-started/add-remove-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.
