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

# Platform Overview

> Asserto AI is an LLM Prompt Development & Evaluation Platform

Asserto AI is a SaaS platform and collaborative IDE focused on enhancing LLM application development.

We help teams build, test, and maintain **robust, structured, and production-ready prompts** for use in function calling, agents, RAG pipelines, and LLM-driven workflows.

Unlike playgrounds or ad-hoc testing tools, Asserto brings **assertion-based validation**, **structured output extraction**, and **data-driven testing workflows** into a single, cohesive platform—designed to support fast iteration, no-code collaboration, and model-agnostic evaluation.

Whether you're testing the shape of a JSON response, comparing semantic output similarity, or verifying custom tags in a Claude-style XML output—Asserto gives you precision tools to move faster with confidence.

## Documentation Sections

<CardGroup cols={2}>
  <Card title="Get Started" icon="rocket" href="/quickstart">
    Quick setup and basic concepts to begin using Asserto AI.
  </Card>

  <Card title="Testing & Evaluation" icon="flask" href="/testing/introduction">
    Advanced features for testing prompts and evaluating model outputs.
  </Card>

  <Card title="Visualizations" icon="chart-line" href="/viz/dashboard">
    Analytics dashboards and visual tools for understanding test results.
  </Card>

  <Card title="Platform Guides" icon="plug" href="/plat_guides/llm-providers">
    LLM provider setup and integrating prompts into production systems.
  </Card>

  <Card title="API Reference" icon="code" href="/api_reference/introduction">
    Complete API documentation for programmatic access to Asserto AI.
  </Card>

  <Card title="Updates" icon="newspaper" href="/changelog">
    Latest features, improvements, and platform updates.
  </Card>
</CardGroup>
