# Report Settings

### Overview

MangoApps supports setting a default file format for report downloads. You can choose between **CSV** or **XLS** from a dropdown menu to apply your preferred format to all report exports.

<figure><img src="/files/EIMgK94LiuEE4QI2K0QP" alt="" width="563"><figcaption></figcaption></figure>

***

### **File Format Options**

Mangoapps allows the following formats to be selected for report download:

**CSV** – Recommended for large reports, especially when exporting data for use in other systems or for programmatic processing.

{% hint style="danger" %}
CSV does **not** support summary graphs.
{% endhint %}

**XLS** – Best for small reports and includes a summary graph, making it suitable for presentations.

***

### **CSV Support for Large Reports**

The MangoApps Reports module allows both on-demand and scheduled reports to be generated in **CSV format**, offering several advantages:

* **Larger report support** for reports containing more than 100,000 rows.
* **Smaller CSV files**, making report downloads more efficient.
* **Simultaneous report generation** allowing multiple types of reports to be generated at the same time.


---

# 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://guides.mangoapps.com/admin-guide/reports/report-settings.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.
