# Regulatory reports

Starting in [Enterprise Edition](https://www.sonarsource.com/plans-and-pricing/enterprise/), you can download a regulatory report for any permanent branch of a project. A permanent branch is one that has been set to **Keep when inactive,** see [Maintaining project branches](/sonarqube-server/10.8/project-administration/maintaining-the-branches-of-your-project.md) for details.

The report is a zip file containing a snapshot of the selected branch. It is comprised of a selection of .txt, .csv, and .pdf files containing:

* An overview of the selected branch of the project.
* Configuration items relevant to the project’s quality (quality profile, quality gate, and analysis exclusions).
* Lists of findings for both new and overall code on the selected branch.

Depending on the configuration of your SonarQube Server instance, the regulatory report is generated with metrics either from [Standard Experience](/sonarqube-server/10.8/instance-administration/analysis-functions/instance-mode/standard-experience.md) or [MQR mode](/sonarqube-server/10.8/instance-administration/analysis-functions/instance-mode/mqr-mode.md). Some .csv files may contain metrics from both modes and they are marked accordingly.

To download the regulatory report of a project:

1. [Retrieving projects](/sonarqube-server/10.8/user-guide/viewing-projects/retrieving-projects.md).
2. In the top right corner of the project page, select **Project Information**.
3. In the **Regulatory Report** section, select the desired branch and click **Download**. The report will be dynamically generated and downloaded, which may take a few minutes depending on the project size.

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Security reports](/sonarqube-server/10.8/user-guide/viewing-reports/security-reports.md)
* [PDF reports](/sonarqube-server/10.8/user-guide/viewing-reports/pdf-reports.md)
* [Portfolios](/sonarqube-server/10.8/user-guide/viewing-reports/portfolios.md)
* [Other issues](/sonarqube-server/10.8/server-upgrade-and-maintenance/troubleshooting/other-issues.md)


---

# 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.sonarsource.com/sonarqube-server/10.8/user-guide/viewing-reports/regulatory-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.
