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

# Introduction

<img className="block dark:hidden" src="https://mintcdn.com/adaline/6qZ1-Sm8NeEttI_w/images/get-started/introduction-platform-loop.png?fit=max&auto=format&n=6qZ1-Sm8NeEttI_w&q=85&s=5cd797bab5532046ea0a0d02b85fa38f" alt="Adaline platform interface" title="Adaline platform interface" width="1200" height="630" data-path="images/get-started/introduction-platform-loop.png" />

<img className="hidden dark:block" src="https://mintcdn.com/adaline/6qZ1-Sm8NeEttI_w/images/get-started/introduction-platform-loop.png?fit=max&auto=format&n=6qZ1-Sm8NeEttI_w&q=85&s=5cd797bab5532046ea0a0d02b85fa38f" alt="Adaline platform interface in dark mode" title="Adaline platform interface" width="1200" height="630" data-path="images/get-started/introduction-platform-loop.png" />

Adaline helps product and engineering teams ship AI agents that keep learning and self-improving from production logs. Start by sending your AI agent logs to Adaline and let us group recurring agent patterns into Behavior maps, which in turn are used to automatically create new Evaluators, Datasets and Prompt Improvements for your team to inspect and one-click Deploy.

Adaline is not just another observability dashboard that expects a human to read every log. Adaline handles all of the logs parsing, understanding, triaging itself and automatically suggests Improvements for your AI agent. Adaline does this without humans. Adaline does this 24x7.

To get started, create an [Adaline account](https://app.adaline.ai/sign-up).

## Quickstart

<CardGroup cols={2}>
  <Card title="Integrate your AI Agent" icon="link" href="/get-started/integrate-your-ai-agent">
    Send AI agent logs, traces, spans, sessions, and metadata to Adaline.
  </Card>

  <Card title="Run your first prompt" icon="play" href="/get-started/run-your-first-prompt">
    Create a prompt, run it in the playground, and inspect the result.
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="Run your first evaluation" icon="test-tubes" href="/get-started/run-your-first-evaluation">
    Measure prompt quality with datasets and evaluators.
  </Card>
</CardGroup>

## Core Concepts

Read [The Adaline Method](/get-started/the-adaline-method) for the full self-improving loop, or dive into the core Platform sections:

<CardGroup cols={2}>
  <Card title="Instrument" icon="code" href="/get-started/integrate-your-ai-agent">
    Send AI agent logs, traces, spans, sessions, feedback, and metadata to Adaline.
  </Card>

  <Card title="Improve" icon="zap" href="/improve/overview">
    Run the AI improvement layer: cycles, Behaviors, issues, triage, auto-evals, synthetic datasets, and prompt optimizations.
  </Card>

  <Card title="Logs" icon="list-tree" href="/monitor/analyze-log-traces">
    Inspect production logs, sessions, traces, spans, search, exports, and Monitor dashboards.
  </Card>

  <Card title="Evaluators" icon="flask-conical" href="/evaluators/overview">
    Turn production patterns, user feedback, and quality rules into checks that catch regressions.
  </Card>

  <Card title="Datasets" icon="database" href="/datasets/overview">
    Store production cases, generated examples, golden paths, and regression rows.
  </Card>

  <Card title="Prompts" icon="message-square" href="/prompts/overview">
    Build, test, version, evaluate, improve, and deploy prompt behavior.
  </Card>

  <Card title="Tools" icon="wrench" href="/iterate/use-tools-in-prompt">
    Define reusable tool schemas and HTTP-backed actions for agent workflows.
  </Card>
</CardGroup>
