# White Label Your Account & Content

To White Label the content in your account and to receive contact-level engagement data, you'll need to head to your domain/network (DNS) settings

### Why do I need to white label?

Integrations

* To use any of the MAP/CRM Engagement Integrations, you'll need to serve your tours from your own domain rather than the Navless domain.

Brand & trust

* Visitors see the customer's own domain in the URL bar — feels like a native part of their site, not a third-party tool. This raises perceived legitimacy and reduces the "what is this random domain?" friction that hurts conversion.
* Consistent branding across the buyer journey — no jarring handoff to a vendor domain mid-funnel.

Marketing & SEO

* Links, shares, and backlinks accrue to the customer's own domain rather than the vendor's.\
  Analytics, pixels, and tag managers (GA4, HubSpot, LinkedIn Insight, etc.) on the parent domain can track sessions end-to-end without cross-domain stitching.
* First-party cookies work. There is no first-party cookie functionality without white labeling, which is needed to track visitors between sessions.

Deliverability & security signals

* Email/Slack/social previews unfurl with the customer's domain, which gets through corporate filters and looks safer to end users.
* Enterprise buyers often have allowlists or DLP rules keyed to known domains — white label lets the tour ride on an already-trusted host.

Sales & enterprise procurement

* Easier security review: the customer can point to their own domain/cert rather than explaining a vendor subdomain to IT/legal.
* Removes vendor name from URLs shared with prospects — useful when the customer doesn't want competitors to know what stack they use.

Embeds & integrations

* Same-origin (or close to it) embeds avoid third-party iframe restrictions, cookie partitioning quirks, and CSP headaches when placing tours on their own marketing site.

#### Step 1: Choose your white-label subdomain and add it to Domain Setup in Navless

🛑 You must be an admin in your account to complete this step.

First, create a new subdomain from which to serve your content such as *tourial.yourcompany.com*. This subdomain can only be used for your content and should not be used for anything else.

*Note: Visitors will not interact with the subdomain itself; creating it simply allows you to serve the content from your domain rather than the Navless domain.*

In the Navless app, click on Settings in the left-hand navigation and head to Domain.

<figure><img src="/files/TKFVlFfPusjkBCmGJlTW" alt=""><figcaption></figcaption></figure>

Once there, click "+Add Domain.&#x20;

<figure><img src="/files/uQLdLfLYl5QbZ8AgCVJo" alt=""><figcaption></figcaption></figure>

You'll see a field where you can enter your subdomain; note that you do not need to include "https\://" or "[www](http://www/)."

<figure><img src="/files/A6XgQq5Neq3GhVJkCMPM" alt=""><figcaption></figcaption></figure>

#### Step 2: Configure CNAME Record <a href="#h_f573bfdcce" id="h_f573bfdcce"></a>

Once you've determined a subdomain, you'll need to log in to your domain provider and point a CNAME record for your chosen subdomain to *\[youraccountname].tourialdns.com.*

For example, a CNAME record for the account, Acme (acme.com), where they've chosen the subdomain to be "guide" would be:

Subdomain: guide

CNAME: acme.navless.ai

Setting up a CNAME record works a little differently depending on your hosting provider (GoDaddy, HostGator, etc.). Below are guides for some common providers: ​

* [Add a CNAME record in GoDaddy](https://www.godaddy.com/help/edit-a-cname-record-19237)
* [Edit a CNAME record in HostGator](https://www.hostgator.com/help/article/how-to-change-dns-zones-mx-cname-and-a-records)
* [Updating CNAME in Domain.com](https://www.domain.com/help/article/dns-management-how-to-update-cname-aliases)
* [Set up a CNAME record in NameCheap](https://help.talentlms.com/hc/en-us/articles/360014574034-How-to-set-up-your-CNAME-with-NameCheap)
* [Add new DNS record in BlueHost](https://www.bluehost.com/help/article/dns-management-add-edit-or-delete-dns-entries#add)
* [Create a CNAME in CloudFlare](https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-subdomain/)
* [Create a CNAME record in Google Domains](https://support.google.com/domains/answer/3290350?visit_id=638149334548346772-982645537\&rd=1)

If you need assistance setting up a CNAME record and pointing it to Navless, please reach out to your Customer Success Manager or [submit a ticket here](https://form.asana.com/?k=MGdVhbKun_OG92XX0mAytA\&d=1169712465458242).

#### Note: If you had a Tour(s) embedded anywhere prior to adding a subdomain and configuring your DNS see below. <a href="#h_541f247e13" id="h_541f247e13"></a>

The [embed code](https://tourial.gitbook.io/tourial-customer-product-documentation/sharing/embedding-demos/embedding-interactive-demos) changes once you've created a subdomain. So make sure you use the updated version wherever you have tours already embedded to ensure it properly loads from the new subdomain.

***

### &#x20;<a href="#h_39e75c7aa6" id="h_39e75c7aa6"></a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.navless.ai/admin-and-settings/white-label-your-account-and-content.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
