> For the complete documentation index, see [llms.txt](https://docs.privado.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.privado.ai/getting-started-with-privado/understanding-privado-json.md).

# Understanding privado.json

Privado saves the scan results in a JSON file, `.privado/privado.json` in the repository directory where you ran the scan. The JSON contains all the information generated by the scan. the structure of the file can be interpreted as follows:

<figure><img src="/files/geagF941LZeG4pFH1HdN" alt=""><figcaption></figcaption></figure>

The `privado.json` structures the results into 5 sections excluding the metadata about the repository. This file can be imported into the Privado Dashboard for visualization or fed into any custom integrations like Slack, JIRA, or SIEM Tools To understand the structure of each section of the result, check out the following docs:

* [Sources](/getting-started-with-privado/understanding-privado-json/sources.md)
* [Processing](/getting-started-with-privado/understanding-privado-json/processing.md)
* [Data Flows](/getting-started-with-privado/understanding-privado-json/data-flow.md)
* [Collections](/getting-started-with-privado/understanding-privado-json/collections.md)
* [Violations](/getting-started-with-privado/understanding-privado-json/violations.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/getting-started-with-privado/understanding-privado-json.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.
