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

# Intents (Conversational Assistants)

> Define and train intents to route conversations 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">
    Add name, description, and training examples.
  </Step>

  <Step title="Train prompt">
    Provide clear patterns; see [AI Prompt Training](/triggers-intents/prompt-training).
  </Step>

  <Step title="Map to flow">
    Link intent to a target flow; see [Mapping](/triggers-intents/mapping).
  </Step>

  <Step title="Test">
    Validate using [Testing Intents](/triggers-intents/testing-intents).
  </Step>
</Steps>

<Tip>
  Iterate on training with data from [Logs](/observability/logs).
</Tip>
