# Internal APIs

A micro-service architecture based application is made of hundreds of internal APIs that talk to each other and exchange data including personal data. Tracking data flow within these internal APIs is important for data safety and ensuring data usage is compatible with your Data Processing Agreements (DPA) and Privacy policies. Privado tracks data flows to internal APIs giving you visibility to enforce data safety controls.

Directory `rules/internal_apis/api/`:

```
|__rules
   |__sinks
   |  |__internal_apis
   |  |  |__api
   |  |     |__java.yaml
   |  |     |__default.yaml
```


---

# 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/understanding-rules/sinks/internal-apis.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.
