Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt

Use this file to discover all available pages before exploring further.

By default, your ReadyLinks are served from Audity’s platform domain. Enterprise plan users can configure a custom domain so the survey URL reflects their consulting firm’s brand (for example, ai-check.acmeconsulting.com).
Custom domain configuration is available on the Enterprise plan only.

Prerequisites

Before you begin, you need:
  • An Enterprise plan subscription
  • Access to your domain’s DNS settings through your domain registrar or DNS provider
  • A subdomain you want to use (for example, ai-check.yourdomain.com)

How it works

Audity verifies domain ownership using a DNS TXT record. Once verified, your ReadyLinks and branded survey pages are served through your custom domain. Audity handles TLS/SSL automatically, you do not need to provision a certificate.

Setup steps

1. Open custom domain settings

  1. Go to Dashboard → Lead Generation → Settings.
  2. Click Custom Domain.
  3. Enter the subdomain you want to use (for example, ai-check.acmeconsulting.com).
  4. Click Continue.
Audity generates a verification TXT record unique to your account.

2. Add the DNS TXT record

Log in to your domain registrar or DNS provider and add the following TXT record:
FieldValue
TypeTXT
Host / Name_audity-verify.<your-subdomain>
ValueThe verification string provided by Audity
TTL3600 (or your provider’s default)
For example, if your subdomain is ai-check.acmeconsulting.com, the host field should be _audity-verify.ai-check.

3. Add the CNAME record

Add a second DNS record to point your subdomain to Audity’s servers:
FieldValue
TypeCNAME
Host / Nameai-check (the subdomain label only)
Valuesurvey.auditynow.com
TTL3600

4. Verify the domain

Return to the Audity custom domain settings screen and click Verify Domain. Audity queries for the TXT record and confirms ownership.
DNS propagation can take up to 48 hours depending on your provider and TTL settings. If verification fails, wait a few hours and try again before contacting support.
Once verification succeeds, Audity automatically provisions a TLS certificate for your subdomain. This typically completes within five minutes.

5. Confirm the domain is active

After verification and certificate provisioning:
  1. The custom domain status changes to Active in your settings.
  2. Your ReadyLinks are automatically updated to use the new domain.
  3. Old Audity-hosted ReadyLink URLs redirect to the new custom domain for 30 days to preserve any links you have already distributed.

Updating or removing a custom domain

To change your custom domain, go to Dashboard → Lead Generation → Settings → Custom Domain, enter the new subdomain, and repeat the verification process. The previous domain stops serving survey pages immediately when you initiate the change. To remove a custom domain without replacing it, click Remove Domain. Your ReadyLinks revert to the default Audity domain.

Troubleshooting

Verification keeps failing
  • Double-check the TXT record host field. Some DNS providers require you to include the full domain (for example, _audity-verify.ai-check.acmeconsulting.com), while others only accept the label portion. Consult your provider’s documentation.
  • Ensure the TXT record value is copied exactly as shown in Audity, with no extra spaces.
Certificate not provisioning
  • Confirm the CNAME record resolves correctly using a tool like dig ai-check.yourdomain.com CNAME.
  • If the CNAME is correct but the certificate is still pending after 15 minutes, contact Audity support.
Old links not redirecting
  • The 30-day redirect applies only to direct ReadyLink URLs. If you embedded the old URL in an image or href attribute in an email campaign, those links will not benefit from the redirect. Update them manually.

Next steps