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

# Custom Domain

> Description of your new file.

# Set Up a Custom Domain

<Frame>
  <img src="https://mintcdn.com/convocore/h_96SLAvmHo1k2ly/images/agency-domain-tab.png?fit=max&auto=format&n=h_96SLAvmHo1k2ly&q=85&s=b7f3fc3e8cb47348f5245ce038ff5923" alt="Custom Domain Setup Interface" width="600" class="rounded-md" data-path="images/agency-domain-tab.png" />
</Frame>

Navigate to the Domains tab in your agency settings to connect a domain that will be used for all links and connections associated with your agency. This includes your dashboard link, prototype link, and iframe link.

### Domain Setup Options

You have two options for setting up your domain:

<CardGroup cols={2}>
  <Card title="Convocore Agent Subdomain" icon="globe">
    Connect to a Convocore domain (e.g., youragency.convocore.ai)
  </Card>

  <Card title="Custom Domain" icon="server">
    Use a custom domain that you've set up yourself
  </Card>
</CardGroup>

## Using a Convocore Subdomain

<Steps>
  <Step title="Enter Desired Name">
    Type your desired subdomain name in the provided field.
  </Step>

  <Step title="Automatic Creation">
    Convocore will automatically create a new subdomain for you.
  </Step>

  <Step title="Verification">
    Wait for the `Domain verified successfully` and `Domain is live` messages to confirm success.
  </Step>

  <Step title="Domain is Live" icon="party-horn">
    If everything is done correctly, your domain should be live. If you run into trouble, contact us at [support@convocore.ai](mailto:support@convocore.ai).
  </Step>
</Steps>

<Warning>
  DNS settings might take some time to propagate. Be patient if the domain doesn't become live immediately.
</Warning>

## Using Your Own Custom Domain

For a truly personalized brand experience, use a subdomain of your existing domain **(e.g., dashboard.youragency.com, chat.youragency.com, or agentportal.youragency.com)**.

<Steps>
  <Step title="Enter Domain">
    Input your chosen domain in the designated field.

    <Frame>
      <video src="https://mintcdn.com/convocore/uZzIbBiivXuGDpf1/images/custom-domain-video.mp4?fit=max&auto=format&n=uZzIbBiivXuGDpf1&q=85&s=eb2cea53313759cc3335d6e66b9e2e3b" alt="Custom Domain verification" width="500" class="rounded-md" autoPlay loop data-path="images/custom-domain-video.mp4" />
    </Frame>
  </Step>

  <Step title="DNS Check">
    The DNS checking tool will automatically verify if your domain has the necessary records.
  </Step>

  <Step title="Add DNS Records">
    Add the following records to your domain provider:

    <AccordionGroup>
      <Accordion title="CNAME Record">
        <CodeGroup>
          ```plaintext theme={null}
          Type: CNAME
          Name: [YOUR_SUBDOMAIN]
          Value: cname.vercel-dns.com.
          TTL: Leave as is
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="TXT Record">
        <CodeGroup>
          ```plaintext theme={null}
          Type: TXT
          Name: _vercel
          Value: vc-domain-verify=[YOUR-DOMAIN],(YOUR-UNIQUE-IDENTIFIER)
          TTL: Leave as is
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Step>

  <Step title="Verification">
    Wait for the DNS checker to update and display checkmarks for `Domain verified successfully` and `Domain is live`.
  </Step>

  <Step title="Domain is Live" icon="party-horn">
    If everything is done correctly, your domain should be live. If you run into trouble, contact us at [support@convocore.ai](mailto:support@convocore.ai).

    <Frame>
      <img src="https://mintcdn.com/convocore/h_96SLAvmHo1k2ly/images/agency-verified-domain.png?fit=max&auto=format&n=h_96SLAvmHo1k2ly&q=85&s=20630ff880f9504f99f57f92e159cbe8" alt="Custom Domain verification" width="600" class="rounded-md" data-path="images/agency-verified-domain.png" />
    </Frame>
  </Step>
</Steps>

<Tip>
  We use [Godaddy](https://godaddy.com) for domain management, but any reputable domain provider will work.
</Tip>

### After Domain Setup

Once your domain is successfully set up:

<Card title="Access Client Management" icon="users">
  Adding your domain grants access to the [Client](/whitelabeling/clients/overview) tab, where you can create new client organizations and manage their agents.
</Card>
