> For the complete documentation index, see [llms.txt](https://docs.cortecs.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortecs.ai/security-and-compliance/sovereign-cloud.md).

# Sovereign Cloud

The **Sovereign Cloud** setting allows you to ensure that your project uses only providers located within the 🇪🇺 European Union. This guarantees **data sovereignty** and ensures that your data is free from non-EU regulatory control.

> 💡 **Note:** This setting determines whether to consider only providers **based and regulated within the EU**. **Even when false**, our endpoints remain **GDPR compliant**.

## **Via Web Console**

1. Go to your [**Project Settings**](https://cortecs.ai/userArea/userProfile) → **Inference Section**.
2. Toggle **SovereignCloud ON** ✅ to filter the available providers and use **only EU-based providers**.

<figure><img src="/files/1NzjYVyI6Z6Wuu958bbA" alt=""><figcaption></figcaption></figure>

3. Toggle **OFF** ❌ to make **all providers available** again.

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

## **Via API**

You can also set this preference directly in your requests by including the `eu_native` parameter:

```json
{
  "model": "gpt-oss-120b",
  "messages": [...],
  "eu_native": true
}
```

* `true` ✅ → Only EU providers are used
* `false` ❌ → All providers are available (**GDPR compliance is still ensured**)

You can also update this parameter using the [**Project Config API**](https://docs.cortecs.ai/advanced-usage/project-configuration/update-project-config)

> 💡 This ensures that all team requests automatically follow the EU-only policy.&#x20;

## &#x20;Compliance Focus

* **Sovereignty**: EU-only routing ensures data is routed to EU-native providers.
* **Routing:** Likewise, the routing itself takes place on EU-native cloud infrastructure.
* **Data residency**: Even with `eu_native = false`, European data residency is ensured. But data might be processed by entities of non-EU companies (Microsoft, Google, AWS, ...)

The Sovereign Cloud setting gives your organization fine-grained **control over regulatory compliance**, while GDPR protections are always maintained.&#x20;


---

# 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.cortecs.ai/security-and-compliance/sovereign-cloud.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.
