> ## 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.

# Intents

Skara's AI Pilots utilize **intents** to interpret and classify user requests effectively. An intent represents a specific action or goal the user aims to achieve, such as booking a meeting or checking an order status. These intents work in tandem with **entities** to facilitate structured and contextual conversations. While an intent identifies what the user wants, entities extract specific details from the request.

### **Topics covered:**

* [What is an Intent?](#what-is-an-intent)
* [Creating an Intent](#creating-an-intent)
* [Managing Intents](#managing-intents)
* [Best Practices for Intent Management](#best-practices-for-intent-management-be-clear-and-concise-name-intents-based-on-purpose-eg-ordertracking-not-task1)
* [Handling Partial Matches and Multi-Intent Phrases](#handling-partial-matches-and-multi-intent-phrases)

### What is an Intent?

An **intent** is a predefined action the AI Pilot recognizes and responds to based on user input. For instance, if a user says, "Schedule a call with Alex tomorrow at 5 PM," the AI Pilot identifies the intent as Schedule Meeting and extracts Alex as a Name entity and tomorrow at 5 PM as a Date/Time entity.

### Creating an Intent

To create a new intent in Skara AI Pilots:

* Navigate to **AI Pilots** from left panel
* Select your **AI Pilot** from the drop-down
* Click on **Intents**.
* Click on **'New Intent'**: Initiate the creation of a new intent.

<Frame>
  <img src="https://mintcdn.com/salesmate/u-BiJG5nOPjP6Xs2/images/Screenshot2026-03-12at7.12.16PM.png?fit=max&auto=format&n=u-BiJG5nOPjP6Xs2&q=85&s=52a6f307c369ea2b3efe2a5e3cac12d2" alt="Screenshot 2026 03 12 At 7 12 16 PM" width="2482" height="1276" data-path="images/Screenshot2026-03-12at7.12.16PM.png" />
</Frame>

* **Provide Intent Details**:
  * **Name**: Enter a unique name using alphanumeric characters and underscores. It must not start with a number.
  * **Description**: Optionally, add a description to provide context.
* **Add Training Phrases**:
  * Include at least five example phrases that users might say to trigger this intent.
  * You can manually add phrases or use the **Generate** button to create additional ones.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/salesmate/images/Screenshot2026-03-12at7.14.40PM.png" alt="Screenshot 2026 03 12 At 7 14 40 PM" />

* Assign Entities (if applicable):
  * Tag relevant words in training phrases as entities.
  * Entities help capture dynamic information in user input.

Configure **Reprompts**:

* If an entity is required but not provided by the user, set up reprompt messages to request the missing information.
* You can enable **Reprompt Automatically** to let the AI handle this.
* **Save** the Intent:
* Click **Save** to finalize the creation.
* A success message, "Created successfully," will appear

<Frame>
  <img src="https://mintcdn.com/salesmate/u-BiJG5nOPjP6Xs2/images/Screenshot2026-03-12at7.15.29PM.png?fit=max&auto=format&n=u-BiJG5nOPjP6Xs2&q=85&s=6648ef578f5b3795db5aec369c443fb9" alt="Screenshot 2026 03 12 At 7 15 29 PM" width="2476" height="1632" data-path="images/Screenshot2026-03-12at7.15.29PM.png" />
</Frame>

### Managing Intents

**To view existing intents:**

* Click on the **Conversations** option from the Sidebar.
* Navigate to **AI Pilots**.
* Select your **AI Pilot**
* Click on **Intents**.

<Frame>
  <img src="https://mintcdn.com/salesmate/u-BiJG5nOPjP6Xs2/images/Screenshot2026-03-12at7.17.27PM.png?fit=max&auto=format&n=u-BiJG5nOPjP6Xs2&q=85&s=849d0a4fd81d3ccbbadd28e041139039" alt="Screenshot 2026 03 12 At 7 17 27 PM" width="2474" height="1252" data-path="images/Screenshot2026-03-12at7.17.27PM.png" />
</Frame>

* The list displays:
  * **Name: Name** of the Intent
  * **Description**: Hover to see the full description.
  * **Used By**: Shows the flows where the intent is currently used.
  * **Last Modified By**: Last User who Modified
  * **Last Modified Date: The date** when the last modification was done
* **Actions Available :**
  * **Edit**: Modify the intent details.
  * **Delete :** Remove the intent (if not in use).

<img src="https://mintcdn.com/salesmate/5y01a5kYvB3Lp2Xo/INT6.png?fit=max&auto=format&n=5y01a5kYvB3Lp2Xo&q=85&s=52a155b27ee49c6d84910aefa189fa02" alt="mceclip5.png" width="2642" height="1594" data-path="INT6.png" />

To edit an existing intent:

* Click on the **Conversations** option from the Sidebar
* Navigate to **AI Pilots.**
* Select your **AI Pilot**
* Click on **Intents**.

<Frame>
  <img src="https://mintcdn.com/salesmate/PxKektsGhqjbn2sA/images/Screenshot2026-03-12at7.17.27PM-1.png?fit=max&auto=format&n=PxKektsGhqjbn2sA&q=85&s=132b323ba70f65515536584e731ddf15" alt="Screenshot 2026 03 12 At 7 17 27 PM" width="2474" height="1252" data-path="images/Screenshot2026-03-12at7.17.27PM-1.png" />
</Frame>

* Click on the intent you wish to edit.

<img src="https://mintcdn.com/salesmate/lARmOaHSLIiop5Ds/images/Screenshot2026-03-12at7.25.18PM.png?fit=max&auto=format&n=lARmOaHSLIiop5Ds&q=85&s=dc69b235e7bb19f1ef033b467a7097c8" alt="Screenshot 2026 03 12 At 7 25 18 PM" width="2472" height="1250" data-path="images/Screenshot2026-03-12at7.25.18PM.png" />

* Make the necessary changes to the name, description, training phrases, or entities.
* Click **Update** to apply the changes.

<img src="https://mintcdn.com/salesmate/5y01a5kYvB3Lp2Xo/INT7.png?fit=max&auto=format&n=5y01a5kYvB3Lp2Xo&q=85&s=fd06ae5af29a65833a26871cf46b50bf" alt="mceclip6(1).png" width="3360" height="2100" data-path="INT7.png" />

### To clone an intent:

* Click on the **Conversations** option from the Sidebar
* Navigate to**AI Pilots.**
* Select your **AI Pilot**
* Click on **Intents**.

<Frame>
  <img src="https://mintcdn.com/salesmate/PxKektsGhqjbn2sA/images/Screenshot2026-03-12at7.17.27PM-1.png?fit=max&auto=format&n=PxKektsGhqjbn2sA&q=85&s=132b323ba70f65515536584e731ddf15" alt="Screenshot 2026 03 12 At 7 17 27 PM" width="2474" height="1252" data-path="images/Screenshot2026-03-12at7.17.27PM-1.png" />
</Frame>

* Click on the intent you wish to clone.
* Choose to **clone** within the current AI Pilot or another one.
* Provide a new name for the cloned intent.
* Click **Clone** to create the duplicate.

To delete an intent:

* Click on the **Conversations** option from the Sidebar
* Navigate to **AI Pilots.**
* Select your **AI Pilot**
* Click on **Intents**.

<Frame>
  <img src="https://mintcdn.com/salesmate/PxKektsGhqjbn2sA/images/Screenshot2026-03-12at7.17.27PM-1.png?fit=max&auto=format&n=PxKektsGhqjbn2sA&q=85&s=132b323ba70f65515536584e731ddf15" alt="Screenshot 2026 03 12 At 7 17 27 PM" width="2474" height="1252" data-path="images/Screenshot2026-03-12at7.17.27PM-1.png" />
</Frame>

* Click on the intent you wish to delete.

<img src="https://mintcdn.com/salesmate/lARmOaHSLIiop5Ds/images/Screenshot2026-03-12at7.25.18PM-1.png?fit=max&auto=format&n=lARmOaHSLIiop5Ds&q=85&s=688828c350834548f2cd84db061f55e7" alt="Screenshot 2026 03 12 At 7 25 18 PM" width="2472" height="1250" data-path="images/Screenshot2026-03-12at7.25.18PM-1.png" />

* Click **Delete** and confirm the action.

<img src="https://mintcdn.com/salesmate/5y01a5kYvB3Lp2Xo/INT9.png?fit=max&auto=format&n=5y01a5kYvB3Lp2Xo&q=85&s=17e46a1404a5616a44023dc16bf0262c" alt="mceclip5(1).png" width="3360" height="2100" data-path="INT9.png" />

<Note>
  **Note** : Deletion is prevented if the intent is referenced in workflows, API actions, or another intent’s context. An error message will indicate where the intent is being used.
</Note>

### Best Practices for Intent Management

* **Be Clear and Concise**: Name intents based on purpose (e.g., OrderTracking, not Task1).
* **Avoid Overlapping Intents**: Ensure similar phrases do not belong to multiple intents.
* **Use Context Wisely**: Set and clear context appropriately to avoid confusion.
* **Expand and Improve**: Regularly update training phrases to reflect actual user input.
* **Test Frequently**: Test intents in real-world scenarios to improve accuracy.

### Handling Partial Matches and Multi-Intent Phrases

Users may sometimes include multiple requests in one message, such as "I need to reset my password and also, what are your support hours?" Skara's AI Pilot will typically identify only one top intent per message.

**Recommendations**:

* **Address One Intent at a Time**: Design your AI Pilot flow to handle one request per interaction.
* **Use Fallback Responses**: If multiple intents are detected, prompt the user to clarify their request.

  <Note>
    **Note**: By effectively managing intents and entities, you can enhance the conversational capabilities of Skara's AI Pilots, leading to more natural and efficient user interactions.
  </Note>
