> ## Documentation Index
> Fetch the complete documentation index at: https://docs.botmailroom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Domains

> Use your own domain in your inbox email address

While you don't need to create a custom domain to use BotMailRoom (the `inbox.botmailroom.com` domain is automatically included), you can create a custom domain to use your own domain in your inbox email address.

<Warning>
  You must control the DNS for the domain you're registering. BotMailRoom will
  not register the domain for you.
</Warning>

## Creating a Custom Domain

You can create a custom domain by calling the [create domain endpoint](/documentation/api-reference/domain/create-domain) or going to the [domains page](https://app.botmailroom.com/domain).

<Frame caption="Create a Custom Domain">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/botmailroom/screenshots/app/create_domain.png" alt="Create a Custom Domain" />
</Frame>

## Verifying a Custom Domain

Once you've created a custom domain, you'll need to verify that you control the domain. This is done by adding the DNS records returned in the [create domain response](/documentation/api-reference/domain/create-domain#response) or from the UI to your DNS provider.

<Frame caption="DNS Records">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/botmailroom/screenshots/app/dns_records.png" alt="DNS Records" />
</Frame>

Once the records have been added, you can click the `Verify` button in the UI to verify the domain.

<Warning>
  Depending on your DNS provider, it may take up to 72 hours for the domain to
  be verified. You will not be able to receive emails at inboxes using the
  domain until it has been verified.
</Warning>

<Frame caption="Verify a Custom Domain">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/botmailroom/screenshots/app/verify_dns.png" alt="Verify a Custom Domain" />
</Frame>
