# Privacy controls and LGPD

The process of embedding the reports in the system does not require loading or reading any data from our clients.

All the data is stored on the Power BI servers themselves, in a dataset published in a workspace, and the system simply uses the Power BI API to render the report (also published in the workspace) within the system.

So we don't read or collect any information, we just make an HTTP call to the Power BI API, which reads the data and displays it on the screen.

The only company data that is stored are the names and emails of the users registered in the system, to manage access.

In terms of security, all Power Embedded communication is encrypted end-to-end, using SSL and HTTPS security, as well as Azure Firewall and various Azure security mechanisms.


---

# 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.powerembedded.com.br/en/faq/technical-questions/privacy-controls-and-lgpd.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.
