# Add/Edit/Delete Views

Views in Rox allow you to segment your agent list into specific groups and customize columns and filters for each group. This powerful feature enables tailored data management for better organization and efficiency. Follow this guide to add, edit, and delete views.

## **How to Add a View**

1. **Create a New View:**

   * Click the **+** icon at the top of the views section.
   * Enter a name for the new view (e.g., "Insurance").

   <figure><img src="/files/HQkEcDODU4L0EsD4Io0o" alt=""><figcaption></figcaption></figure>
2. **Apply Filters to the View:**
   * After naming the view, click **Filters**.
   * Add a filter by selecting a column (e.g., "Industries") and a condition (e.g., "contains 'Insurance'").
   * Click **Save** to apply the filter.
3. **Customize Columns for the View:**
   * Open the view and configure the displayed columns.
   * Hide irrelevant columns and add specific columns (e.g., "Revenue" or other key metrics).
   * Rox automatically saves these column settings for the view.
4. **Verify the View:**
   * Switch between different views to confirm that each one displays tailored columns and filtered data relevant to the selected group.

## **How to Edit a View**

1. **Rename the View:**

   * Right-click on the view’s name in the views list.
   * Select **Edit Name**, update the name (e.g., change "Insurance" to "Insurance Companies"), and press **Enter**.

   <figure><img src="/files/A8boAFGH48iRMTRvXeIM" alt=""><figcaption></figcaption></figure>
2. **Modify Filters or Columns:**
   * Open the view and adjust filters or columns as needed.
   * Rox will save the updates automatically.

## **How to Delete a View**

1. **Delete an Existing View:**

   * Right-click on the view’s name in the views list.
   * Select **Delete** and confirm the action.
   * The view will be permanently removed.

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

By using views in Rox, you can efficiently organize and segment your agent list, ensuring that each group is customized for your specific needs.


---

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