> For the complete documentation index, see [llms.txt](https://docs.kontinent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kontinent.ai/documentation/dokumentation/privacy/data-privacy.md).

# Maximaler Datenschutz

Datenschutz ist kein Modus, den man einschaltet. Er ist die Bauweise von Kontinent. Anfragen werden in der EU bedient, Prompts nie gespeichert, und Sie behalten volle Datenhoheit **ohne Kompromisse bei Modellauswahl oder Performance.**

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h4></td><td><strong>DSGVO-konform</strong></td><td>Durchgängig auf die Anforderungen der DSGVO ausgelegt.</td></tr><tr><td><h4><i class="fa-scale-balanced" style="color:$primary;">:scale-balanced:</i></h4></td><td><strong>EU-AI-Act-ready</strong></td><td>Auf die Pflichten des EU AI Act ausgerichtet.</td></tr><tr><td><h4><i class="fa-earth-europe" style="color:$primary;">:earth-europe:</i></h4></td><td><strong>EU-Datenhoheit</strong></td><td>Anfragen werden von EU-ansässigen Anbietern bedient, in der EU.</td></tr></tbody></table>

## Keine Speicherung von Prompts

Keine Speicherung von Prompts ist ein **Design-Vertrag**, keine Einstellung. Anfrage- und Antwort-**Inhalte werden nirgends in der Pipeline gespeichert oder geloggt**, durchgesetzt von einem End-to-End-Test, der die CI scheitern lässt, falls je ein Prompt in die Logs gelangt.

Nur Metadaten überleben eine Anfrage:

* Token-Anzahl (Prompt / Completion / gesamt)
* Latenz und HTTP-Status
* Modell-ID und berechnete Kosten

Nichts davon enthält Ihren Prompt oder die Ausgabe des Modells. Deshalb kann das Gateway **einen Prompt nicht erneut abspielen**: Es gibt keine serverseitige Historie Ihrer Ein- oder Ausgaben. Siehe [Datenschutz & Speicherung](/documentation/dokumentation/privacy/privacy.md).

## Souveränität, die Sie erzwingen können

Jedes Modell deklariert eine `sovereignty`-Stufe, sodass Sie entscheiden, wie streng Ihre Datenresidenz sein muss, pro Anfrage, pro Modell.

| Stufe       | Bedeutung                                                                             |
| ----------- | ------------------------------------------------------------------------------------- |
| `strict`    | Von einem **EU-eigenen** Anbieter bedient.                                            |
| `pragmatic` | Aus einer **EU-Region** eines Anbieters mit nicht-europäischem Mutterkonzern bedient. |

{% hint style="info" %}
Die Stufe wird bei jedem Modell von `GET /v1/models` zurückgegeben. So können Sie `strict` verlangen, wo der Anwendungsfall einen EU-eigenen Anbieter erfordert, und `pragmatic` anderswo zulassen. Siehe [Modelle & Souveränität](/documentation/dokumentation/models-and-routing/models.md).
{% endhint %}

## Ohne Kompromiss

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4><i class="fa-list-check" style="color:$primary;">:list-check:</i></h4></td><td><strong>Volle Modellauswahl</strong></td><td>Souveränität verkleinert den Katalog nicht. Wählen Sie das Modell, das Sie brauchen, in der Stufe, die Sie verlangen.</td></tr><tr><td><h4><i class="fa-bolt" style="color:$primary;">:bolt:</i></h4></td><td><strong>Volle Performance</strong></td><td>Residenz begrenzt den Pool, sie legt Sie nicht auf ein Modell fest. Der Smart Router klassifiziert und routet weiter unter den Modellen, die Sie zulassen. Siehe <a href="/pages/S9WX843eWYqMv0eRHDKE">Preis &#x26; Performance</a>.</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kontinent.ai/documentation/dokumentation/privacy/data-privacy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
