# CDN (Content Delivery Network)

If not turned off, translations will automatically be published to our CDN.

There is no need to download translations or to redeploy your app for changes to take effect.

{% hint style="info" %}
Optionally you can also configure the publishing to be done in private mode (requires API-Key to [access the published translations](/integration/api.md#fetch-private-namespace-resources)):

![](/files/oJqTN1Q7WNzI9KHCKSte)
{% endhint %}

![](/files/-MTbYmLd4JojKYPSo2-3)

Under the hood, we are leveraging the power of [Amazon CloudFront](https://aws.amazon.com/cloudfront/) with edge locations all over the world.

There's also the possibility to define a custom [Cache-Control max-age](/more/caching.md) value per version, which can [optimize the latency](/more/latency-optimization-tips-for-optimal-performance.md) even more.

We suggest to create an additional [production](/guides-tips-and-tricks/going-production.md#use-the-locize-cdn) version and enable caching on it.

{% content-ref url="/pages/-MTA9Yrbe-gKrhHZpM1F" %}
[Do I have to use the locize CDN or can I host / bundle the translations directly?](/more/general-questions/do-i-have-to-use-the-locize-cdn-or-can-i-host-bundle-the-translations-directly.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaTwHj0tensWsk7PnGl" %}
[I want to use the locize CDN, but would like to have a fallback that uses local/bundled translations](/more/general-questions/i-want-to-use-our-cdn-but-would-like-to-have-a-fallback-that-uses-local-bundled-translations.md)
{% endcontent-ref %}


---

# 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-old.locize.com/whats-inside/cdn-content-delivery-network.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.
