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

# Connect Namecheap Domain

<Info>
  **Note:** If you have another provider, you can most likely follow these same steps.
</Info>

***

## Add CNAME record

<Steps>
  <Step title="Log in and select your domain">
    <Frame>
      <img src="https://mintcdn.com/standards/9repUVLzRPMwEIl-/images/connect-namecheap-01.png?fit=max&auto=format&n=9repUVLzRPMwEIl-&q=85&s=952d8ce71d6a501d1e72088549865224" alt="Domain list" width="1800" height="723" data-path="images/connect-namecheap-01.png" />
    </Frame>
  </Step>

  <Step title="Select advanced DNS">
    <Frame>
      <img src="https://mintcdn.com/standards/9repUVLzRPMwEIl-/images/connect-namecheap-02.png?fit=max&auto=format&n=9repUVLzRPMwEIl-&q=85&s=55110760b4890c78ca0ab8b3e4c7e4d8" alt="Connect Namecheap 02" width="1800" height="300" data-path="images/connect-namecheap-02.png" />
    </Frame>
  </Step>

  <Step title="Select Add New Record" />

  <Step title="Set the type">
    Choose **CNAME** as the **Type.** For base domains, such as [**mydomain.com**](http://mydomain.com), enter the name:

    ```text theme={null}
    _acme-challenge
    ```

    For subdomains such as **brand.mydomain.com**, enter the name:

    ```text theme={null}
    _acme-challenge.brand
    ```

    Where “brand” is whatever you chose to add to Standards.
  </Step>

  <Step title="Copy and paste value">
    From Standards, copy the CNAME record value. In Namecheacp paste the value into the field.
  </Step>

  <Step title="Confirm">
    Select the checkmark icon on the right.

    <Frame>
      <img src="https://mintcdn.com/standards/9repUVLzRPMwEIl-/images/connect-namecheap-03.png?fit=max&auto=format&n=9repUVLzRPMwEIl-&q=85&s=dd3b41738409ad33ef98768af3994878" alt="Record with fields filled in" width="1800" height="108" data-path="images/connect-namecheap-03.png" />
    </Frame>
  </Step>
</Steps>

***

## Add A record

<Steps>
  <Step title="Add new record">
    In Namecheap, select **Add new record**
  </Step>

  <Step title="Enter name">
    For base domains, such as [**mydomain.com**](http://mydomain.com), enter `@` in the **Name** field. For subdomains, such as **brand**[**.mydomain.com**](http://identity.mydomain.com), enter the subdomain portion `brand`.
  </Step>

  <Step title="Copy and paste value">
    From Standards, copy the A record value. In Namecheap paste the value into the field.

    <Frame>
      <img src="https://mintcdn.com/standards/9repUVLzRPMwEIl-/images/connect-namecheap-04.png?fit=max&auto=format&n=9repUVLzRPMwEIl-&q=85&s=ef6da11c70be774319c47c0ac37bc88d" alt="Record with fields filled in" width="1800" height="108" data-path="images/connect-namecheap-04.png" />
    </Frame>
  </Step>

  <Step title="Confirm">
    Select the checkmark icon on the right.
  </Step>
</Steps>

***

## Check status

Return to the **Domains** page in Standards to check the status of the connection. Connection can take up to 72 hours, but typically connects much quicker.

***

## Publish

Once connected, the domain will be available for use in publishing. Publish to the domain through the Publish & share window within the web address section. Learn more about [publishing](/publish-share).
