---
title: "Manage Cross Sub-Domain Flows"
slug: "manage-cross-sub-domain-flows"
updated: 2024-05-17T08:11:40Z
published: 2024-05-17T08:11:40Z
---

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

# Manage Cross Sub-Domain Flows

A subdomain is a part of a domain that is located before the domain name and separated by a dot. Subdomains are also commonly used to separate a section of a website from the main site. For example, in the URL http://docs.google.com, docs is the subdomain of the Google domain.

Generally, session storage is typically limited to a specific subdomain, meaning that data stored in session storage on one subdomain cannot be directly accessed from another subdomain. For example, if a Flow has steps 1, 2, 3 on support.whatfix.com and steps 4, 5, 6 on about.whatfix.com, when a user navigates from one subdomain to another, the session storage limitations can cause issues such as loss of Flow information or Flow failing.

When you enable **Handle Subdomain**, Whatfix manages cross subdomain flows. So, even if a Flow spans across multiple subdomains, Whatfix ensures that the Flow information is managed effectively, bypassing the domain-specific constraints of session storage.

Use the following steps to manage cross sub-domain Flows:

1. On the Whatfix Guidance dashboard, click **Settings**. ![ia_left_nav_settings](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/ia_left_nav_settings.png)
2. Click **Advanced customisation**. ![ia_settings_advanced%20configuration](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/ia_settings_advanced%20configuration.png)
3. Click **Technical configuration**. ![ac_tech config.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/ac_tech%20config.png)
4. Click **Add preferences**. ![tech config_add prefrences.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_add%20prefrences.png)

1. Click **Flows**. ![tech config_flow.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_flow.png)
2. Select the **Handle SubDomain** checkbox. ![tech config_enable handle subdomain.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_enable%20handle%20subdomain.png)
3. Click **Add**. ![tech config_add button.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_add%20button.png)
4. Enable the **Handle SubDomain** toggle. ![tech config_handle subdomain toggle.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_handle%20subdomain%20toggle.png)
5. Click **Save**. ![tech config_save.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_save.png)

## Related

- [Understand Advanced Customization ](/advanced-configuration.md)
