> For the complete documentation index, see [llms.txt](https://docs.relevant-digital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relevant-digital.com/technical/delivery-and-compliance/configure-cdn-delivery.md).

# Configure CDN delivery

Use the CDN to deliver your Prebid.js build and selected custom files. Open **Admin → CDN** to manage the available files.

The CDN is already configured for your Prebid.js builds. Change CDN settings only when you have specific delivery requirements.

### Upload custom files

Upload and maintain files such as `ads.txt` and `sellers.json` directly in the CDN. This gives you a controlled way to publish updates without a separate deployment.

### Publish `ads.txt`

1. Select **Upload File**.
2. Choose **ads.txt (Authorized Digital Sellers)** as the file type.
3. Add or update the file content, then save.

The CDN displays the public URL after you save the file.

{% hint style="warning" %}
Your domain must serve `ads.txt` at its root path. Ask your domain administrator to proxy or redirect the CDN URL to `https://yourdomain.com/ads.txt`.
{% endhint %}

### Publish `sellers.json`

Upload `sellers.json` through the same interface. Configure your domain to expose the CDN file at the required public path.


---

# 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.relevant-digital.com/technical/delivery-and-compliance/configure-cdn-delivery.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.
