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

# Athina AI

> Athina is a collaborative AI development platform that lets teams build, test and monitor production-grade AI applications.

Building production-grade AI applications is **hard**.

Teams have to work with complex data, rapidly changing models, unpredictable outputs.

Athina is a **collaborative IDE** that lets teams **build, test and monitor AI applications**.

With Athina, teams can build more reliable AI applications and ship them to production faster.

***

#### Product Overview

<Tabs>
  <Tab title="Prompts">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/hero/prompt.png" alt="Prompts" />
  </Tab>

  <Tab title="Flows">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/hero/flow.png" alt="Flows" />
  </Tab>

  <Tab title="Datasets">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/hero/dataset.png" alt="Dataset" />
  </Tab>

  <Tab title="Experiments">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/hero/experiment.png" alt="Experiment" />
  </Tab>

  <Tab title="Observability">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/hero/observe.png" alt="Monitor" />
  </Tab>

  <Tab title="Annotation">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/hero/annotate.png" alt="Annotate" />
  </Tab>
</Tabs>

***

#### Demo Video

This demo video showcases some of the key features of Athina.

<div style={{ position: "relative", paddingBottom: "56.25%", height: 0 }}>
  <iframe
    src="https://www.loom.com/embed/b31b267a0ab4456887944cd3199f4422"
    frameborder="0"
    webkitallowfullscreen
    mozallowfullscreen
    allowfullscreen
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
}}
  />
</div>

***

#### Features

<CardGroup cols={2}>
  <Card title="Observability" href="/monitoring" icon="chart-mixed">
    Complete visibility into your LLM traces, usage metrics, and evaluation
    scores.
  </Card>

  <Card title="Prompt Management" href="/prompts" icon="play">
    Iterate on prompts rapidly, test with different models, compare responses,
    and manage prompts with built-in version control and deployment.
  </Card>

  <Card title="Evals" href="/evals" icon="circle-check">
    Run evaluations in development, CI/CD, or production. Automatically detect
    and fix regressions.
  </Card>

  <Card title="Datasets" href="/datasets" icon="database">
    Rapidly test Prompts and Flows on large datasets, run evals and experiments,
    compare results, and manage your datasets in one place.
  </Card>

  <Card title="Annotation" href="/annotations" icon="highlighter-line">
    Annotate and label your datasets with LLM-powered workflows. Manage
    annotation teams.
  </Card>

  <Card title="Flows" href="/flows" icon="arrow-progress">
    Chain prompts, API calls, Retrievals, Code Functions, and more to build
    complex pipelines.
  </Card>
</CardGroup>
