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

# Domains

> Connect a custom domain so your funnel pages are accessible at your own URL.

By default, your published funnel pages are served on a shared Fig subdomain. Connecting a custom domain lets you publish pages at a URL you own — for example, `offers.yourcompany.com` — which improves brand consistency and can help with ad tracking and conversion tracking setup.

## Adding a domain

<Steps>
  <Step title="Open Settings → Domains">
    Navigate to **Settings** in the sidebar and select **Domains**.
  </Step>

  <Step title="Click Add Domain">
    Click the **Add Domain** button. Enter the full domain or subdomain you want to use (e.g. `go.yourcompany.com`).
  </Step>

  <Step title="Configure DNS">
    After adding the domain, open the domain's **Configure** page to see the DNS records you need to add at your domain registrar or DNS provider.

    You will be shown one or both of the following records to add:

    | Record type           | Purpose                                                                                                         |
    | --------------------- | --------------------------------------------------------------------------------------------------------------- |
    | **TXT**               | Ownership verification — proves you control the domain. Required before the domain is marked as verified.       |
    | **A record or CNAME** | Routes traffic from your domain to the Fig infrastructure. Required before pages are accessible at your domain. |

    Add the records at your DNS provider, then return to the Configure page and click **Verify**.
  </Step>

  <Step title="Verify the domain">
    Click **Verify** on the domain's Configure page. Fig checks your DNS records and updates the domain status. Verification can take a few minutes to propagate after you add the DNS records.

    The domain shows two status badges:

    * **Verified** — ownership TXT record confirmed.
    * **DNS Active** — routing A record or CNAME confirmed and traffic will be served.
  </Step>
</Steps>

<Note>
  DNS propagation typically takes a few minutes but can occasionally take up to 24–48 hours depending on your DNS provider and TTL settings.
</Note>

## Assigning a domain to a funnel

Once a domain is verified and DNS is active, you can assign it to a funnel from within the funnel settings. When a domain is assigned to a funnel, all published pages in that funnel are accessible under that domain.

You can also assign a domain to a specific funnel page rather than the entire funnel — useful if you want a single landing page at a dedicated URL.

## Domain status

Each domain in the list shows its current verification and DNS state:

<CardGroup cols={2}>
  <Card title="Verified" icon="circle-check">
    The TXT ownership record has been confirmed. The domain is registered to your workspace.
  </Card>

  <Card title="Pending" icon="clock">
    Ownership has not yet been confirmed. Add the TXT record at your DNS provider and click Verify.
  </Card>

  <Card title="DNS Active" icon="server">
    The A record or CNAME is resolving correctly. Traffic to this domain will reach your funnel pages.
  </Card>

  <Card title="DNS Not Configured" icon="triangle-exclamation">
    The routing record has not been detected. Add the A record or CNAME shown in the Configure page.
  </Card>
</CardGroup>

## Removing a domain

Click the trash icon next to a domain to remove it from your workspace. The domain is deregistered from Fig's hosting infrastructure and any funnel pages previously served at that domain will no longer be accessible there.

<Warning>
  Removing a domain immediately stops traffic to any pages using that domain. Make sure to update any live ad campaigns, email links, or other references before removing a domain.
</Warning>
