> 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/reports/creating-reports.md).

# Creating Reports

The following pages will review each Report type, how to set Report options, scheduling Reports, delivery formats, & distribution in detail.

## Creating Public Reports

<details>

<summary>Step 1: Open the Report creation page</summary>

In the Reports section ensure you are on the Public Reports tab and click the "Create public report +" button on the top right.

</details>

<figure><img src="/files/yNOoITDJC7gdrUYQ7EQF" alt=""><figcaption><p>To begin creating a Public Report, click "create public report +" on Public tab of the Reports page.</p></figcaption></figure>

<details>

<summary>Step 2: Generate the Report</summary>

Fill in the required information, click "Generate" to create the Report, and move on to the next stage.

</details>

<figure><img src="/files/6POdlE6TPjFPpnc0M7m1" alt=""><figcaption><p>Fill in the Public Report information and click "Generate" on the bottom right.</p></figcaption></figure>

## Creating Private Reports

<details>

<summary>Step 1: Open the Report creation page</summary>

In the Reports section ensure you are on the Private Reports tab and click the "Create private report +" button on the top right.

</details>

<figure><img src="/files/0c1i6XX14W4ticDMQVRD" alt=""><figcaption><p>To begin creating a Private Report, click "create public report +" on Private tab of the Reports page.</p></figcaption></figure>

<details>

<summary>Step 2: Generate the report</summary>

Fill in the required information, click "Generate" to create the report, and move on to the next stage.

</details>

<figure><img src="/files/xA4wXPc4arotmGsvOzAS" alt=""><figcaption><p>Fill in the Private Report information and click "Generate" on the bottom right.</p></figcaption></figure>

Now that you're an expert at creating Reports, let's move on to setting Report options. Click "Next to continue.


---

# 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/reports/creating-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.
