> For the complete documentation index, see [llms.txt](https://docs.adminremix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adminremix.com/reports/editing-and-filter-reports.md).

# Editing and Filter Reports

## 1 - Action Tab

<figure><img src="/files/0rMOXg7hfgGGcOjx43w2" alt=""><figcaption></figcaption></figure>

Under the "Action Tab", there are 3 different options for managing your reports.&#x20;

1. ![](/files/nLEixGRQyupIDgCgYRap)**Replicate** ![](/files/hnJpLE4Ya2FzgtYBAuv2) Makes a copy of the report and opens it up in "Report Builder" for you to edit or update.
2. ![](/files/XWDxMAj0jgOByNrKVUrz)**Edit** ![](/files/uFxUx2lxuSZmpDMbaRWD) Opens up your report in "Report Builder" for you to edit or update.
3. ![](/files/dUR9uWugitwOavvczSWI) **Delete** ![](/files/HNwoAUFYGEXlTOk7DKPk) Deletes your report from your report page, as well as the public report page.

## 2 - Filter Report

1. Select the "Filter" icon and choose whichever entities you would like to filter.

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

2. Refine your filter and select "Filter Now".

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

3. Click the "Floppy Disk" to save the filter. Name your report and save.

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

Your Report will be saved under your reports and "Public Reports".

<figure><img src="/files/FijX2a0CmACIKEUsSVSJ" alt=""><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.adminremix.com/reports/editing-and-filter-reports.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.
