# PDF reports

*PDF reports are available as part of* [*Enterprise Edition*](https://www.sonarsource.com/plans-and-pricing/enterprise/) *and above.*

{% hint style="info" %}
The content on this page is aimed at developers who want to get PDF reports and subscribe to updates. If you're an admin, see [PDF reports](/sonarqube-server/instance-administration/system-functions/pdf-reports.md) in the instance administration section.
{% endhint %}

The PDF reports focus mainly on new code and quality gate conditions. This means that, if there are failing conditions on the overall code, they will appear in the report as well.

Depending on the configuration of your SonarQube Server instance, the PDF reports are generated with metrics either from [Standard Experience](/sonarqube-server/instance-administration/analysis-functions/instance-mode/standard-experience.md) or [MQR mode](/sonarqube-server/instance-administration/analysis-functions/instance-mode/mqr-mode.md).

## Project and application PDF reports <a href="#project-and-application-pdf-reports" id="project-and-application-pdf-reports"></a>

You can download PDF reports for a permanent branch of a project or application and subscribe to regular updates. The frequency with which you receive reports is set by a project or system administrator. See [Maintaining project branches](/sonarqube-server/project-administration/maintaining-project/maintaining-the-branches-of-your-project.md) for more information.

To download a PDF report for a project or application:

<figure><img src="/files/SwreJsLUYJSEQbaRjjIp" alt="Navigating to downloadable reports"><figcaption></figcaption></figure>

1. Retrieve the project or application. See [Retrieving projects](/sonarqube-server/user-guide/viewing-projects/retrieving-projects.md) for more information.
2. On the Overview page, click on the **Downloadable reports** drop-down menu.
3. Select **Download Project report (PDF)** or **Download Application report** (PDF). You can also **Subscribe to monthly report.**

{% hint style="info" %}
You cannot download or subscribe to a PDF report for a temporary branch. If you are unable to download or subscribe to a PDF report for a branch, go to *Your project* > **Branches and Pull Requests** and make sure that the **Keep when inactive** toggle is on for that branch. You must be a project admin to do so.
{% endhint %}

## Portfolio PDF reports <a href="#portfolio-pdf-reports" id="portfolio-pdf-reports"></a>

You can download a PDF report for a portfolio from the portfolio’s Overview page:

* Click on the **Downloadable reports** drop-down menu.
* Select **Download Portfolio report (PDF).** This is really convenient, for example, if you’re going into a meeting where you may not have access to your SonarQube Server instance.

You can also **Subscribe to monthly report.** The default subscription frequency is monthly, but a portfolio administrator can change it. See [Managing portfolios](/sonarqube-server/project-administration/managing-portfolios.md) for more information.

{% hint style="info" %}
You will only receive the PDF when the portfolio is computed.
{% endhint %}

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

* [Security reports](/sonarqube-server/user-guide/viewing-reports/security-reports.md)
* [Regulatory reports](/sonarqube-server/user-guide/viewing-reports/regulatory-reports.md)
* [Portfolios](/sonarqube-server/user-guide/viewing-reports/portfolios.md)
* [PDF reports](/sonarqube-server/instance-administration/system-functions/pdf-reports.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/user-guide/viewing-reports/pdf-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.
