# CloudFront

[Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html) is a global content delivery network (CDN) that securely delivers data, videos, applications, and APIs to users with low latency and high transfer speeds. You can manage CloudFront Distributions, Functions, and Key-Value Stores directly from the DuploCloud Portal.

* [Distributions](https://docs.duplocloud.com/docs/automation-platform/overview/aws-services/cloudfront/cloudfront): Configure and manage CloudFront distributions, origins, cache behaviors, and error responses.
* [Functions](https://docs.duplocloud.com/docs/automation-platform/overview/aws-services/cloudfront/cloudfront-functions): Create lightweight JavaScript functions that run at CloudFront edge locations to customize viewer requests and responses.
* [Key-Value Stores](https://docs.duplocloud.com/docs/automation-platform/overview/aws-services/cloudfront/cloudfront-key-value-stores): Manage key-value data used by CloudFront Functions for advanced logic like geo-targeting or personalized redirects.


---

# 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.duplocloud.com/docs/automation-platform/overview/aws-services/cloudfront.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.
