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

# Intent Detected

In this article, we will learn about how to configure the **Intent Detected: Agent** trigger. This trigger automatically starts a flow when a specific intent is detected by the bot based on the customer’s input. It ensures the assistant can react appropriately and guide the conversation toward targeted solutions or actions.

### **Topics covered:**

* [Configuring the Trigger](#configuring-the-trigger)
* [Practical Use Case](#practical-use-case)

### Configuring the Trigger

While setting up a Execution Flow, select the Intent Detected Trigger

<img src="https://mintcdn.com/salesmate/v4tKfku_bYib_Z8E/ai-pilot/triggers-ai-pilot/images/Execution-Flows-06-04-2025_02_18_PM.png?fit=max&auto=format&n=v4tKfku_bYib_Z8E&q=85&s=e4d83090d6b8f56f9c33d4fa433edddc" alt="Execution-Flows-06-04-2025_02_18_PM.png" width="1920" height="827" data-path="ai-pilot/triggers-ai-pilot/images/Execution-Flows-06-04-2025_02_18_PM.png" />

* **Name:** Assign a clear and descriptive name for the trigger to easily identify its purpose.
* **Description (Optional):** Provide a brief explanation of the trigger’s function for reference.
* **Intent:** Select the intent that will trigger this flow upon detection. Only **enabled intents** will appear in the dropdown list.
* **No Match Handling:** This option manages situations when the user's input doesn’t match the expected prompt or contains irrelevant content.
  * You can add optional **re-prompts** to guide the user back on track.
  * **Generate More with AI:** Available after adding at least one re-prompt; generates five, ten, or fifteen new training phrases.
  * Re-prompts loop until all provided prompts are used, after which the conversation proceeds along the default path.

<img src="https://mintcdn.com/salesmate/v4tKfku_bYib_Z8E/ai-pilot/triggers-ai-pilot/images/Execution-Flows-06-02-2025_05_21_PM.png?fit=max&auto=format&n=v4tKfku_bYib_Z8E&q=85&s=22b8d08a0da6e5a8eee6d7fb3fb7d4d1" alt="Execution-Flows-06-02-2025_05_21_PM.png" width="922" height="622" data-path="ai-pilot/triggers-ai-pilot/images/Execution-Flows-06-02-2025_05_21_PM.png" />

* **Follow-up Path:** Define an alternative route if the user remains off track after all re-prompts are used.
  * Enabling this adds an extra output port to specify the follow-up path.
* **No Reply Handling:** This option manages cases and send automated responses when the user does not respond.
* **Timeout Duration:** Set duration after which re-prompt message should be sent
* **Re-Prompt configuration**: Provide one response to send when No reply is detected and you can use the "**Generate Sentences with AI**" button to get additional responses.

<img src="https://mintcdn.com/salesmate/v4tKfku_bYib_Z8E/ai-pilot/triggers-ai-pilot/images/Execution-Flows-06-02-2025_05_23_PM.png?fit=max&auto=format&n=v4tKfku_bYib_Z8E&q=85&s=8f233050d648568ea57a4be75729fb16" alt="Execution-Flows-06-02-2025_05_23_PM.png" width="922" height="699" data-path="ai-pilot/triggers-ai-pilot/images/Execution-Flows-06-02-2025_05_23_PM.png" />

Once configuration is complete, click **Save**.

### Practical Use Case:

Imagine a customer messaging the chatbot with the phrase “Where’s my order?”. Instead of routing the query to a human agent or waiting for a manual reply, the **Intent Detected: Agent** trigger can:

* Automatically detect the **Order Tracking** intent.
* Start a pre-configured flow that fetches order details from the integrated system (e.g., Shopify, internal database). Provide the customer with real-time order status, estimated delivery date, and a tracking link. If the customer’s input doesn’t match or is incomplete (e.g., missing order number), the re-prompts guide them to provide the required information.

This approach not only speeds up the resolution but also enhances the customer experience with accurate, instant updates.

<img src="https://mintcdn.com/salesmate/v4tKfku_bYib_Z8E/ai-pilot/triggers-ai-pilot/images/Execution-Flows-06-02-2025_05_26_PM.png?fit=max&auto=format&n=v4tKfku_bYib_Z8E&q=85&s=a07f5f52606de5ec54a2c2cd519af976" alt="Execution-Flows-06-02-2025_05_26_PM.png" width="1815" height="476" data-path="ai-pilot/triggers-ai-pilot/images/Execution-Flows-06-02-2025_05_26_PM.png" />

<Note>
  **Note:**

  * When used in an execution flow, the flow type is set as **Sub Flow of synchronous type**.
  * Execution settings are displayed; however, you can only access flow manager within Execution settings when this trigger is selected.
</Note>
