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

# AI Prompt Training

> Train intents with examples and guidance for better recognition.

## Best practices

* Provide diverse examples that reflect real user language
* Include edge cases and negative examples
* Iterate using misclassifications from [Logs](/observability/logs)

## Example patterns

```markdown theme={null}
User: "Where is my order?"
Intent: order_status

User: "I want to return this"
Intent: return_request
```

<Warning>
  Avoid overfitting to narrow phrasing; prefer generalizable examples.
</Warning>
