# 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="https://2211217319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGsEKyV2Zq4Q8fEJQT40%2Fuploads%2Fghn7pcApibHqXOodON6U%2Fimage.png?alt=media&#x26;token=089284ba-74d7-42ec-befc-63cb2cbf14d7" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://2211217319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGsEKyV2Zq4Q8fEJQT40%2Fuploads%2FTCtrfpNlgyuP30mlgqct%2Fimage.png?alt=media&#x26;token=e375a250-1da9-4da6-8349-a572b7b9c7be" 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;
