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

# Creating Intents

> Create, train, and map intents to flows.

## Steps

<Frame>
  <img src="https://mintcdn.com/phinite/spbPnSZPWmAXAKhH/images/intents.png?fit=max&auto=format&n=spbPnSZPWmAXAKhH&q=85&s=10ef3d04a208343fc2fd54dff78ecead" alt="Intents" width="1917" height="877" data-path="images/intents.png" />
</Frame>

<Steps>
  <Step title="Create intent">
    Define intent name and description.
  </Step>

  <Step title="Add examples">
    Provide diverse, realistic utterances only.
  </Step>

  <Step title="Train and review">
    Train the model and inspect confidence.
  </Step>

  <Step title="Map to flow">
    Connect to a flow for handling.
  </Step>
</Steps>

<Check>
  Intents should achieve high precision and recall on test utterances.
</Check>
