> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/white-label-documentation/customize-your-instance/custom-domains/base-and-primary-domains.md).

# Base and primary domains

Make distinguishes between your Base and Primary domains.

### Base domain

A Base domain exists for all instances and has the URL `{{customName}}.onmake.com` or `{{customName}}.make.celonis.com` or similar.

Your Base domain:

* Always has our branding (i.e. xzy.onmake.com or xyz.make.celonis.com).
* Serves as alternative access in case of issues with your custom domain.
* Provides both public and admin interfaces.

### Primary domain

The Primary domain is the custom domain that you configure with Make's assistance.

* Your Primary domain:
* Is the custom domain that you define.
* Supports the availability of both public and administration interfaces.
* Can be the sender for email communications.
* Can be used as the SSO redirect URI.

{% hint style="warning" %}
In case of a problem with the primary domain, SSO login will not work.
{% endhint %}

* Appears in all dialogs in the interface, e.g. webhook creation, mailhook creation, etc.


---

# 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://developers.make.com/white-label-documentation/customize-your-instance/custom-domains/base-and-primary-domains.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.
