# Exporting a report

An user has four options to export the report, PDF light (printable) mode; PDF dark (original) mode; PPTx light (printable) mode; PPTx dark (original) mode. Export to PDF is intended to generate an auditable report to be shared as an official document. Export to PPTx is intended to generate a presentable version of the report. In both cases all the report content is added into the exported report, but the format changes across the formats.

### PDF report

The PDF report basically converts the report into a PDF A4 format. The headers are kept in order, and the content is adjusted to fit in an A4 page.

#### PDF light mode report

{% file src="/files/brVDrnEzQasePrTs5ot5" %}

#### PDF dark mode report

{% file src="/files/LG9uQO3pCUTbX5iqtfvn" %}

### PPTx report

The PPTx report will have a different format than the PDF report. First, each plot and text element is converted into one slide. Second, the Section Header is used as the slide title for each slide. If the report has no Section Header, no slide title is generated. and When the Section Header present, the next elements on the report will receive it as slide title.

PPTx allows the user to reshape the slides. Sometimes, the text element may be too long for a slide and will need some intervention.

#### PPTx dark mode report

{% file src="/files/eKb0fVSHncgoHi4FD8gw" %}

PPTx light mode report

{% file src="/files/7ysWX0HYx0MX6TLCFoj5" %}


---

# Agent Instructions: 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.nannyml.com/cloud/v0.24.0/model-monitoring/reporting/exporting-a-report.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.
