--- title: "Deploying AI Agent Across Sub-Domains and Cross-Domains" slug: "deploying-ai-chatbot-across-sub-domains-and-cross-domains" description: "Deploy AI chatbots with sticky sessions. Pass deviceId across hosts/domains to maintain user sessions for consistent experiences." updated: 2026-08-18T13:46:46Z published: 2026-08-18T13:46:46Z canonical: "help.dialpad.com/deploying-ai-chatbot-across-sub-domains-and-cross-domains" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.dialpad.com/llms.txt > Use this file to discover all available pages before exploring further. # Deploying AI Agent Across Sub-Domains and Cross-Domains Deploying AI Agents across multiple web domains may require additional configuration depending on your setup. There are three common deployment scenarios: - Same host: No configuration is needed if all chatbots are deployed on the same host. Follow the instructions in [this article.](/v1/docs/create-an-AI-agent) - Different hosts, no sticky sessions: If sticky sessions aren’t required, no additional setup is necessary. Follow the instructions in [this article.](/v1/docs/create-an-AI-agent) - Different hosts, sticky sessions enabled: To maintain sticky sessions across domains, you’ll need to pass the same deviceId across all hosts. Let’s dive into the details. > [!NOTE] > Who can use this > > Dialpad Admins with an AI Agent can deploy their chatbot across sub-domains and cross-domains. ## Deploy AI Agent on different hosts with sticky sessions To deploy your AI Agent on different hosts, with sticky sessions enabled, go to the Dialpad Admin Portal. > [!NOTE] > Note > > In this example, you want to deploy a chatbot on the following two web pages: www.acme.com/products and www.customer-care.acme.com. 1. Select **Admin Settings** 2. Select **Channels & Workflows** 3. Select **Digital channels** .png) 4. Select the AI Agent you want to deploy 5. Select **Deploy** 6. Select **Copy code** .png) 7. Paste the code snippet from Step #6 into the HTML source of www.acme.com/products and www.customer-care.acme.com ```xml