Key Concepts
Autonomy Levels
The Automation Node supports two autonomy levels:| Level | Description |
|---|---|
| Orchestrated Autonomy | DialogGPT-powered intent detection routes user input to linked apps. |
| Full Autonomy | Agent Platform-powered automation that handles entire flows without predefined paths. |
Parent App and Linked Apps
| Role | Description |
|---|---|
| Parent App | Manages its own dialogs, FAQs, and Knowledge Base. Orchestrates linked app dialogs and FAQs using DialogGPT. |
| Linked Apps | Apps connected to the parent app. Their dialogs and FAQs are indexed to support intent resolution. |
- Once apps are linked in the Automation Node, they remain associated across other flows. Each parent app supports only one specific combination of linked apps.
- Sessions initiated through the parent app include full context for all linked apps. Sessions initiated directly with a linked app are not visible to the parent app.
App Indexes
| Index | Description |
|---|---|
| Configured App Index | In-development version. Created when apps are first linked; updated via Sync Updates. |
| Published App Index | Live, user-facing version. Created when the parent app is published; auto-updated when linked apps are published. |
DialogGPT
DialogGPT is the intent detection and conversation management engine. It uses embedding-based retrieval and Generative AI. Capabilities:- Training-free intent detection
- Embedding-based matching of user input to app content
- LLM-powered identification of fulfillment type (actions, answers, multiple intents, etc.)
- Automated event handling
- Intelligent routing to linked apps
- Disambiguation via clarifying questions
Key Features
| Feature | Description |
|---|---|
| Multi-app linking | Link multiple apps via the Automation Node with DialogGPT for intent identification. |
| Content indexing | Dialog and FAQ chunks from linked apps are indexed in the parent app. Search AI knowledge is supported in the parent app by default. |
| Embedding-based matching | User input and app content are converted to embeddings. The platform retrieves top-matching chunks by semantic similarity. |
| LLM intent resolution | An LLM resolves shortlisted chunks and determines the winning intent: Intent, Multiple Intents, Answers, FAQs, Conversation Intents, Ambiguous Intents, or Small Talk. |
| Event handling | Default event handlers are triggered based on fulfillment type. |
| Disambiguation | Clarifying questions are triggered for ambiguous intents. |
| Simplified training | No utterances or invocation phrases needed. Provide complete dialog descriptions for accurate routing. |
How Dynamic Routing Works
- App Linking and Indexing — When an app is linked, the parent app indexes the linked app’s dialogs and FAQs, along with its own knowledge documents. Indexes include metadata: dialog name, description, app name, app description, and fulfillment type.
- User Query Processing — When a user submits a query, DialogGPT converts it to an embedding and compares it against stored embeddings to find the most semantically similar chunks.
- Intent Identification — User input and the top-matching chunks are sent to the LLM, which identifies the most appropriate intent.
-
Fulfillment and Response — Based on the identified intent, Dynamic Routing determines the fulfillment type and responds by:
- Executing a dialog
- Providing an answer from FAQs or knowledge documents
- Handling multiple intents
- Clarifying ambiguous intents
- Engaging in small talk
Setup
Prerequisites:- At least two apps in the same workspace.
- Each app to be linked must contain at least one dialog.
- DialogGPT must be enabled. See How to Enable DialogGPT. For supported models, see Model Configuration.
-
Go to Flows & Channels > Flows > Start Flows > Welcome Chat Flow and click the Automation Node.

- In Component Properties, set Autonomy Level to Orchestrated Autonomy.
- In Automation AI Options, select Use GenAI to dynamically route to linked apps. If DialogGPT is disabled, follow the on-screen instructions to enable it.
- Optionally, configure the Message Prompt.
-
Click +Link Apps. The list of available apps is displayed.

- Select the apps and click Save. A success message is displayed.
-
To link additional apps, click +Link App. To unlink an app, click the unlink icon next to it.


Managing App Updates
Publishing Dynamic Routing
Publishing generates two indexes: the Configured App Index and the Published App Index. Keeping both in sync is essential for seamless operation. For background on app statuses, see Publication Statuses.- All dialog/FAQ updates and app linking/unlinking must be done in the development version. The published version does not allow changes.
- The platform uses the parent app’s embedding model to generate indexes for dialogs, FAQs, and search documents.
First-Time Publishing
After linking apps, publish both the linked apps and the parent app. This generates the Published App Index and makes it available to users. Publish linked apps first.Synchronizing Updates
| Scenario | Action Required |
|---|---|
| Dialog or FAQ added/updated in a linked app | Click Sync Updates in the linked app to refresh the Configured App Index. The Published App Index updates automatically when the dialog or FAQ is published. |
| Dialog or FAQ added/updated in the parent app, or a new app linked | Click Sync Updates in the parent app, then publish the new or updated apps to update the Published App Index. |
Best Practices
- Enable DialogGPT before setting up Dynamic Routing.
- Publish linked apps before publishing the parent app.
- Use Sync Updates and re-publish apps after any changes to keep indexes in sync.
FAQs
When do I need to manually trigger Sync Updates? When you create or update dialogs or FAQs, trigger Sync Updates to refresh the configured app index. Then publish the updated app to make changes available to users. Will publishing a dialog automatically update the app index? Publishing a dialog updates only the Published App Index. To update the Configured App Index, use Sync Updates before publishing. How are dialogs and FAQs synchronized between parent and linked apps? When apps are linked, all their dialogs and FAQs are indexed in the configured app index. What happens if I add a new dialog to a linked app? A Sync Updates notification appears in the linked app. Click it to refresh the configured app index. The published index updates automatically once the dialog is published. What is the difference between configured and published indexes?| Index | Description |
|---|---|
| Configured App Index | In-development version. Created when the app is linked. |
| Published App Index | Live, user-facing version. Created when the parent app is published. |