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

# RAIL Score Documentation

> Score AI-generated content across 8 dimensions of responsible AI. Evaluate, enforce policies, and monitor quality at scale.

## Getting started

The RAIL Score platform evaluates AI-generated text across 8 dimensions of responsible AI, returning a 0-10 score per dimension with confidence levels, explanations, and actionable recommendations.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Get up and running with RAIL Score in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Full endpoint specifications for all RAIL Score APIs.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk/python/overview">
    Sync and async Python client with full type support.
  </Card>

  <Card title="JavaScript SDK" icon="js" href="/sdk/javascript/overview">
    TypeScript-first SDK for Node.js and browser environments.
  </Card>
</CardGroup>

## The 8 dimensions

| Dimension          | What it measures                           |
| ------------------ | ------------------------------------------ |
| **Fairness**       | Equitable treatment across demographics    |
| **Safety**         | Absence of harmful or dangerous content    |
| **Reliability**    | Factual accuracy and calibrated confidence |
| **Transparency**   | Clear reasoning and disclosed limitations  |
| **Privacy**        | Protection of personal information         |
| **Accountability** | Traceable, auditable reasoning             |
| **Inclusivity**    | Accessible, inclusive language             |
| **User Impact**    | Positive value delivered to the user       |

## Explore

<CardGroup cols={2}>
  <Card title="RAIL Framework" icon="shield" href="/concepts/rail-framework">
    Deep dive into every dimension with score anchors and examples.
  </Card>

  <Card title="Concepts: Evaluation" icon="magnifying-glass" href="/concepts/evaluation">
    Basic vs deep mode, score tiers, and custom weights.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Wrap OpenAI, Gemini, and Anthropic calls automatically.
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/use-cases/overview">
    End-to-end tutorials for building with RAIL Score.
  </Card>
</CardGroup>
