# Custom domain

A custom domain can be used for:

* Sharing consents across domains
* Serving the Web SDK and API requests from your own domain by redirecting all requests to your domain instead of the domain used by Didomi (`privacy-center.org`). This ensures that Didomi does not appear as a third-party on your websites.
* Preventing adblockers from blocking the Didomi SDK.

Once configured, a domain can be used for some or all those purposes listed above.

We offer two solutions for setting up your custom domain:

* [A delegated custom domain relying on Didomi's infrastructure](/api-and-platform/domains/domain-delegation.md)
* [A reverse proxy relying on your own infrastructure](/api-and-platform/domains/reverse-proxy/self-hosting.md)


---

# 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://developers.didomi.io/cmp/web-sdk/custom-domain.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.
