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

# OUMI AGENT

> Build, fine-tune, and evaluate custom AI models with guided assistance

The Oumi Agent dramatically amplifies your ability to create custom AI models quickly and efficiently. Using [natural language prompts](/reference/prompts), you can rapidly build custom models and execute complex ML workflows in record time, enabling you to move faster, accomplish more with less effort, and stay focused on outcomes rather than setup or infrastructure overhead.

The Agent can guide you through the [full model development lifecycle](/guides/overview#how-oumi-does-it), including [generating synthetic training data](/guides/synthesis), [fine-tuning open-source models](/guides/training), and [evaluating model performance](/guides/evaluations).

## USING THE AGENT

You can access the Oumi Agent through the UI at every stage of the workflow for guidance and recommendations. The Agent also works in the background to help ensure your setup remains complete and consistent, surfacing missing configurations, flagging potential issues, and highlighting critical steps as you progress through each phase.

### TRY IT OUT

Suppose you want to build a fraud classification model from scratch. You can get started with a simple prompt like:

```prompt theme={null}
I need to create a classification model to predict whether an e-commerce transaction is fraudulent. Can you guide me through the steps?
```

If you issue this prompt, the Agent will guide you through each stage of the workflow, explaining its actions along the way and completing the necessary steps on your behalf.

<video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/oumi-assistant.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=395e01643980906615a568f8fab4fd68" data-path="videos/oumi-assistant.mp4" />

<Info>Check out the [Prompt Library](/reference/prompts) for more examples of what you can do with the Oumi Agent.</Info>

By continuously monitoring your progress and validating key inputs, the Oumi Agent helps reduce errors, prevent misconfigurations, and keep your workflow on track, so you can focus on building and improving your model with confidence.
