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

# Overview

> A unified platform for prompt engineering and management, dataset and evaluation metric creation, and log and analytics exploration.

Parea's platform allows technical and non-technical teams to build, maintain, monitor, improve, and test their LLM-powered products.
Every feature of Parea AI is tightly integrated between the UI and SDK, allowing seamless interactions from your code to the web app.

<img src="https://mintcdn.com/pareaai/3kurg3MZRrsWWk8t/platform/lab.png?fit=max&auto=format&n=3kurg3MZRrsWWk8t&q=85&s=d00437ca95c9b6a71f1295acf0673bce" alt="lab" width="1800" height="889" data-path="platform/lab.png" />

## Platform components

For every part of the LLM lifecycle, Parea AI provides a set of tools to help accelerate your workflow.

<CardGroup cols={3}>
  <Card title="Playground" icon="wand-magic-sparkles" href="/platform/playground/compare">
    Compare, version and test prompts
  </Card>

  <Card title="Evaluations" icon="badge-check" href="/platform/evaluations/overview">
    Create evaluation functions
  </Card>

  <Card title="Deployments" icon="rocket" href="/platform/deployment">
    Deployed and access prompt via the SDK
  </Card>
</CardGroup>
