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

# Domains

> Attach custom member-facing domains to your org; onboarding flow

Nudj lets you serve your member-facing community under your own domain (e.g. `community.yourbrand.com` instead of `community.nudj.cx`).

## Adding a domain

<Steps>
  <Step title="Enter the domain" icon="pen">
    Org Settings -> Domains -> Add. Enter your domain (e.g. `community.yourbrand.com`).
  </Step>

  <Step title="Verify DNS" icon="dns">
    Nudj provides a CNAME record to add to your DNS. Once the record propagates, the domain is verified.
  </Step>

  <Step title="SSL auto-provisioning" icon="lock">
    Once verified, Nudj provisions an SSL certificate automatically.
  </Step>

  <Step title="Flip live" icon="toggle-on">
    Set the domain as Active. Members can now access your community at the new URL.
  </Step>
</Steps>

***

## Domain flow in onboarding

During org onboarding (#728), domain settings are available upfront — you can wire your domain before your community even launches. Domain UX was cleaned up in #1312.

***

## Multiple domains per org

You can attach multiple domains to a single org (one per community, or several pointing at the same community for marketing splits). The UI shows verification and SSL progress during setup for each domain.

***

## API access

See the **Domains endpoints** in the [Admin API reference](/api-reference/admin) for add/get/remove domain operations. The API returns the current domain list as strings; per-domain verification and SSL state are reflected in the admin UI during setup rather than exposed as persistent programmatic status queries.

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="DNS propagation delay" icon="clock">
    CNAME changes can take up to 48 hours to propagate globally. Re-verify after 24 hours before escalating.
  </Accordion>

  <Accordion title="SSL certificate pending" icon="triangle-exclamation">
    After verification, SSL provisioning takes 1-5 minutes. If it's still pending after 15 minutes, contact support.
  </Accordion>
</AccordionGroup>
