# Generate Play Store Data Safety Report

{% hint style="info" %}
Before generating the Data Safety Report, ensure that you have scanned the repository on your machine using privado CLI and the results are available on the Privado Cloud dashboard. To learn how to scan your repository, [click here](/getting-started-with-privado/running-a-scan.md).
{% endhint %}

Once your application has been scanned and results have been synced to the Privado Cloud dashboard, you can now generate Data Safety Reports for your Android application. Generating a Data Safety report may be mandatory requirement to publish your apps on the Google Play Store. To learn more about Data Safety Reports and why they might be needed for your repo, click here. Generating this report is a easy 3 step process. To begin, select your target repository → **Click Create Data Safety Report** and follow the instructions

![](/files/THbp0RT46d9jqVTJsigm)

**1. Review Data**

Privado scans the source code of your application for over 200 data elements and looks at data collection like user forms, Android permissions, etc. to discover data elements your mobile app is collecting or sharing.

![](/files/dUgz2e25ego8NdmhAmL4)

To drill down, click **View**. On the **Code Analysis** tab, you can review individual data instances, their flows and mark them as **False Positive** to remove them from the results as well as the report if needed.

![](/files/WYz1BiNiniGHhQSrncKp)

**2. Review Data Usage**

Provide information about data collection and data security relevant to your application. Click Next to proceed.

![](/files/2vH5K3IJiATLZkWnLyu7)

**3. Review Summary and Download Report**

And we are done! Review the summary and download report in CSV or PDF format

![](/files/1F9DsTZ50wJq7po46jNZ)


---

# 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.privado.ai/play-store-data-safety-report/generate-play-store-data-safety-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.
