---
description: Configure Cloudflare products with Regional Services and Customer Metadata Boundary.
title: Configuration guides
image: https://developers.cloudflare.com/og-docs.png
---

[Skip to content](#main-content)

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/data-localization/llms.txt  
> Use this file to discover all available pages before exploring further.

# Configuration guides

Last updated Aug 24, 2026|Copy as Markdown|[View as Markdown](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/index.md)|[Agent setup](https://e8aee267.previews.developers.cloudflare.com/agent-setup/)

Learn how to configure Cloudflare products with the Data Localization Suite, including Regional Services (which controls where traffic is decrypted and processed) and Customer Metadata Boundary (which controls where logs are stored).

* [Zero Trust](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/zero-trust/)
* [Pages](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/pages/)
* [Cache](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/cache/)
* [Load Balancing](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/load-balancing/)
* [Cloudflare for SaaS](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/cloudflare-for-saas/)
* [R2 Object Storage](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/r2/)
* [Durable Objects](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/durable-objects/)
* [Workers](https://e8aee267.previews.developers.cloudflare.com/data-localization/how-to/workers/)

## Verify Regional Services behavior

In order to verify that Regional Services is working, customers can confirm the behavior by executing one of the following `curl` commands on a regionalized hostname:

```bash
curl -X GET -I https://<HOSTNAME>/ 2>&1 | grep cf-ray
```

```bash
curl -s https://<HOSTNAME>/cdn-cgi/trace | grep "colo="
```

The first command will return a three-letter IATA code (an airport identifier that corresponds to the nearest Cloudflare data center) in the [Cf-Ray](https://e8aee267.previews.developers.cloudflare.com/fundamentals/reference/http-headers/#cf-ray) header, indicating the Cloudflare data center location of processing and/or TLS termination (traffic decryption). The second command will directly return the three-letter IATA code.

For example, when a hostname is configured to use the region European Union (EU), the three-letter IATA code will always return a data center inside of the EU.

Was this helpful?

YesNo

## On this page

[![](https://e8aee267.previews.developers.cloudflare.com/_astro/logo.te5VL_aD.svg)Docs](https://e8aee267.previews.developers.cloudflare.com/)

```json
{"@context":"https://schema.org","@type":"WebPage","@id":"https://developers.cloudflare.com/data-localization/how-to/#page","headline":"Configuration guides · Cloudflare Data Localization Suite docs","description":"Configure Cloudflare products with Regional Services and Customer Metadata Boundary.","url":"https://developers.cloudflare.com/data-localization/how-to/","inLanguage":"en","image":"https://developers.cloudflare.com/og-docs.png","dateModified":"2026-08-24","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
