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

# Reports

## What are they?

Reports are AI-generated analyses that run and interpret the results of *n* number of queries. The analysis is presented in slide format and can be downloaded as a Powerpoint.

## How do I make one?

To make a report, click 'Add to Report' on the top right of any chat conversation. Make sure the queries you want to add to the report are already part of your conversation.

<figure><img src="/files/FDMzFcXpJmd0ZEYvWoXc" alt=""><figcaption><p>Add to Report button</p></figcaption></figure>

Next, you'll select which queries in that chat conversation you want to add to the report.

Choose the queries that best represent the data you want Rasgo AI to analyze.

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

Click Next, then choose to make a new report or add the queries to an existing report.

In the 'WHAT DO YOU WANT TO ANALYZE?' box, tell AI what you want it to analyze from the data when generating your report.

It will not generate any new SQL queries so make sure the queries it needs to conduct the analysis are already included.

Then click 'Create Report'.

## Example Report

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

Your Report will run and then once it's ready you can get to it on the Reports page. You can flip through the slides of your report or download as Powerpoint.&#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:

```
GET https://docs.rasgoml.com/rasgo-docs/using-rasgo/reports.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.
