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

# Reports Tab

- [Reports](https://docs.testfiesta.com/reports-tab/reports.md): Reports are a snapshot of Project Dashboards that can be shared via email or PDF to other Users or management on a team.
- [Creating Reports](https://docs.testfiesta.com/reports-tab/reports/creating-reports.md): This section goes over the beginning steps to creating a public or private Report.
- [Setting Report Options](https://docs.testfiesta.com/reports-tab/reports/creating-reports/setting-report-options.md): When creating a Report, you can set the Report options based on name, type of Report, & the Project associated with the Report.
- [All Projects Summary](https://docs.testfiesta.com/reports-tab/reports/creating-reports/all-projects-summary.md): The All-Projects summary Report gives a snapshot of all the Projects within a certain time period, along with various types of charts to display information.
- [Project Summary](https://docs.testfiesta.com/reports-tab/reports/creating-reports/project-summary.md): The Project Summary Report gives you a more focused look at a single Project. You have various charts of information from which to get information from.
- [Role Summary](https://docs.testfiesta.com/reports-tab/reports/creating-reports/role-summary.md): A Role Summary Report gives you insight into the different Users & Roles associated with a Project and how their metrics are evaluated across different criteria.
- [User Summary](https://docs.testfiesta.com/reports-tab/reports/creating-reports/user-summary.md): Celebrating your team members' success is at the heart of any Organization, and User Summary Reports help give insight into how their hard work is translating into progress.
- [Public and Private Reports](https://docs.testfiesta.com/reports-tab/reports/public-and-private-reports.md): This page explains the difference between Public and Private Reports and how each type has different ways of being interacted with and shared.
- [Scheduling Reports](https://docs.testfiesta.com/reports-tab/reports/scheduling-reports.md): You can schedule Reports that have already been made from the Reports page this page explains how:
- [Filtering Reports](https://docs.testfiesta.com/reports-tab/reports/filtering-reports.md): Filtering Reports lets you sort through information quickly to find just the right Report to share with your team, the steps to do so are below:
- [Deleting Reports](https://docs.testfiesta.com/reports-tab/reports/deleting-reports.md): Deleting Reports is something that will have to be done every now and then, and the steps below will guide you through the process.
- [Saving Reports As PDFs](https://docs.testfiesta.com/reports-tab/reports/saving-reports-as-pdfs.md): Reports can be saved in PDF format, which then appears in your downloads folder so you can attach/email it to users in your Organization.
- [Sharing Links to Reports](https://docs.testfiesta.com/reports-tab/reports/sharing-links-to-reports.md): Sharing links to your Reports is a simple and easy way to get information to your team. The steps to do so are described below:


---

# 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.testfiesta.com/reports-tab.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.
