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

# Introduction

> Evidently Platform at a glance.

Evidently Platform helps you manage AI quality across the AI system lifecycle, from pre-deployment testing to production monitoring. It supports evaluations of open-ended LLM outputs, predictive tasks like classification, and complex workflows like AI agents.

<img src="https://mintcdn.com/evi/kUFpUleR1WVLUcMs/images/dashboard_llm_tabs.gif?s=3207edc103db8d31aa33187d0ee437e5" alt="" width="1438" height="818" data-path="images/dashboard_llm_tabs.gif" />

## Key features

<Info>
  Evidently Platform has a lightweight open-source version for evaluation tracking and monitoring, and a Cloud/Enterprise version with extra features. [Check feature availability.](/faq/oss_vs_cloud)
</Info>

<Tabs>
  <Tab title="Evaluations">
    Run evaluations locally with the Evidently Python library or no-code on the platform. Use 100+ built-in evals and templates. Track, compare, and debug experiments.

    <img src="https://mintcdn.com/evi/kUFpUleR1WVLUcMs/images/evals_explore_view-min.png?fit=max&auto=format&n=kUFpUleR1WVLUcMs&q=85&s=fa7fbe9e0447cdf475aa999ea6ae3d03" alt="" width="2410" height="1562" data-path="images/evals_explore_view-min.png" />
  </Tab>

  <Tab title="Datasets">
    Manage and organize testing and production datasets. Store them on the platform paired with relevant evaluations. Collaborate to curate test cases.

    <img src="https://mintcdn.com/evi/kUFpUleR1WVLUcMs/images/dataset_llm.png?fit=max&auto=format&n=kUFpUleR1WVLUcMs&q=85&s=66e9e66b6128360bb993a1881123b923" alt="" width="2906" height="1524" data-path="images/dataset_llm.png" />
  </Tab>

  <Tab title="Synthetic data">
    Generate synthetic data for RAG, Q\&A, or other use cases. Design test scenarios, edge cases, and adversarial inputs for safety evaluations and stress-testing.

    <img src="https://mintcdn.com/evi/DLHmQMW9F8KXZznS/images/synth_data-min.png?fit=max&auto=format&n=DLHmQMW9F8KXZznS&q=85&s=6f1e671f89648c63b0de46eb82820b05" alt="" width="2704" height="1390" data-path="images/synth_data-min.png" />
  </Tab>

  <Tab title="Regression testing">
    Combine evaluations in conditional Test Suites with Pass/Fail outcomes. Set alerts for failed Tests. Track results over time using the built-in dashboard.

    <img src="https://mintcdn.com/evi/1w-MTC1_UznqpX8R/images/examples/llm_quickstart_tests.png?fit=max&auto=format&n=1w-MTC1_UznqpX8R&q=85&s=3fee61f40b6a72f3f23243fab39f971c" alt="" width="2656" height="1366" data-path="images/examples/llm_quickstart_tests.png" />
  </Tab>

  <Tab title="Monitoring">
    Run evaluations for live systems in batch or real-time. Track results on a dashboard and connect back to raw data as needed. Set alerts for violations.

    <img src="https://mintcdn.com/evi/kUFpUleR1WVLUcMs/images/dashboard_llm_light.png?fit=max&auto=format&n=kUFpUleR1WVLUcMs&q=85&s=cba2b42d650b53e3f05b0304867b08df" alt="" width="2908" height="1654" data-path="images/dashboard_llm_light.png" />
  </Tab>

  <Tab title="Tracing">
    Instrument your AI application to collect inputs, outputs and any intermediate steps. Automatically get a ready-made structured dataset for analysis.

    <img src="https://mintcdn.com/evi/1w-MTC1_UznqpX8R/images/examples/tracing_tutorial_session_view.png?fit=max&auto=format&n=1w-MTC1_UznqpX8R&q=85&s=d9f9aa2f589b92e27ad4236f93663e73" alt="" width="2918" height="1564" data-path="images/examples/tracing_tutorial_session_view.png" />
  </Tab>
</Tabs>

While many workflows can be run no-code directly on the platform, you’ll often need programmatic access – for example, to upload datasets or run local experimental evaluations. In these cases, you can use the Evidently Python library to interact with the Evidently Cloud API.

To collect input-outputs from your production AI systems, you'd also need to install Tracely, a lightweight tool based on OpenTelemetry.
