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

# Domains: Aliases

> Add additional domains to your project as domain aliases.

A domain alias is an additional domain name that points to the same site. For example, `example.com` and `example.net` can both take visitors to your Bolt project.

Your primary domain is the one that will appear in the browser’s address bar, while any aliases simply forward visitors to it. This ensures that your site is always accessed under a single, consistent domain, helping with SEO and avoiding duplicate content issues.

## Add a domain alias to your published project

To add a domain alias, follow these steps:

<Steps>
  <Step title="Add your domain name in Bolt" iconType="solid" stepNumber={1} titleSize="h3">
    <Frame>
      <img className="block mx-auto" src="https://res.cloudinary.com/dlq2nawz5/image/upload/f_auto,q_auto/v1763441465/add-alias_kq5euj.png" alt="The domain alias settings in the Domains & Hosting page in Bolt." />
    </Frame>

    1. Click the **gear icon** in the top center of your screen, then click **All project settings**.
    2. Click **Domains & Hosting**.
    3. Click **Add domain alias**.
    4. Enter the domain alias.
    5. Click **Save**.
  </Step>

  <Step title="Update your DNS settings" stepNumber={2} titleSize="h3">
    After completing Step 5 in the section above, you will be returned to the **Domains & Hosting** window. Follow the steps below to point your domain from your registrar to Bolt.

    1. Click **Resolve DNS issues**.
    2. Keep this DNS Configuration window open. (You'll need this information.)
    3. In a new tab, log in to your domain registrar account. (This is the company you registered your domain with.)
    4. Find the area that allows you to manage your DNS settings.
    5. Create an **ALIAS record** as instructed in the DNS configuration window.

    <Tip>
      If you can’t find your DNS settings or create records, reach out to your domain registrar’s support team for help connecting your domain to Bolt.
    </Tip>
  </Step>

  <Step title="Wait for the changes to take effect" stepNumber={3} titleSize="h3">
    It can take time for your DNS changes to update across the internet. Most domains connect within a few hours, but in some cases, it may take up to 24 hours before your site is fully accessible on the new domain.
  </Step>

  <Step title="Verify status" stepNumber={4} titleSize="h3">
    After giving the domain some time to make the change, you can return to Bolt and verify its status by following the steps below:

    1. Click the **gear icon** in the top center of your screen, then click **All project settings**.
    2. Click **Domains & Hosting**.
    3. Verify that your domains show a **green shield** over the domain icon next to them, meaning that the domain is registered and connected with a working SSL certificate in place.
  </Step>
</Steps>
