> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/readme/report-generation/filter-a-report.md).

# Filter a report

### Filter by section

1. In the publishing window, click on the name of the section(s) you do not want to appear in the report. \
   &#x20;![](/files/tVhb8E4e95GqckY11NzY)
2. When you click a section, it turns from blue (included in report) to white (excluded from report).\
   ![](/files/AkFbK9I4OFdGeJb3GcAr)
3. After you have clicked the sections you want to exclude, publish the report. &#x20;

### Filter by assignee&#x20;

1. Click on a report item.&#x20;
2. In the *Assigned To* row under the item description, add an assignee.\
   ![](/files/lx6LM0Q21ljh4CiN6RUL)
3. In the report, the assignee's name will appear next to the item. Click on the name. This filters the report to only items assigned to that person.\
   ![](/files/eHPzFfOQ8AUN9jWoiMmh)
4. You will see the assignee filter tag at the top of the report.\
   ![](/files/AOxxjqWdNdMlOiQ1bAdk)
5. &#x20;Publish the report with the filter active and it will only show items from this assignee.&#x20;
6. To remove the filter and get back to your full report view, click the X to the right of the assignee filter tag.&#x20;

### Filter by status&#x20;

1. Click on a report item.&#x20;
2. In the *Status* row under the item description, select a status.\
   ![](/files/p6YrCt8iBSHgotOJSmTC)
3. In the report, the status will appear next to the item. Click on the status. This filters the report to only items with the same status.\
   ![](/files/1Ig53ii9KK1cysRvFtNS)
4. You will see the status filter tag at the top of the report.\
   ![](/files/tO0RkK9N1fa2xSYxSq6i)
5. &#x20;Publish the report with the filter active and it will only show items with this status.&#x20;
6. To remove the filter and go back to your full report view, click the X to the right of the status filter tag.&#x20;


---

# 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.reportandrun.com/manual/readme/report-generation/filter-a-report.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.
