> ## 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 डॉक्यूमेंटेशन

> AI-generated content को responsible AI के 8 dimensions में score करें। Evaluate करें, policies enforce करें, और quality को scale पर monitor करें।

## शुरुआत करें

RAIL Score platform AI-generated text को responsible AI के 8 dimensions में evaluate करता है — हर dimension के लिए 0-10 score, confidence levels, explanations, और actionable recommendations देता है।

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    5 मिनट से कम में RAIL Score के साथ शुरू करें।
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    सभी RAIL Score APIs के लिए पूरी endpoint specifications।
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk/python/overview">
    Full type support के साथ sync और async Python client।
  </Card>

  <Card title="JavaScript SDK" icon="js" href="/sdk/javascript/overview">
    Node.js और browser environments के लिए TypeScript-first SDK।
  </Card>
</CardGroup>

## 8 Dimensions

| Dimension          | क्या measure करता है                       |
| ------------------ | ------------------------------------------ |
| **Fairness**       | सभी demographic groups के बीच समान व्यवहार |
| **Safety**         | हानिकारक या खतरनाक content की अनुपस्थिति   |
| **Reliability**    | तथ्यात्मक सटीकता और calibrated confidence  |
| **Transparency**   | स्पष्ट reasoning और disclosed limitations  |
| **Privacy**        | व्यक्तिगत जानकारी की सुरक्षा               |
| **Accountability** | Traceable, auditable reasoning             |
| **Inclusivity**    | Accessible, inclusive भाषा                 |
| **User Impact**    | User को positive value देना                |

## और जानें

<CardGroup cols={2}>
  <Card title="RAIL Framework" icon="shield" href="/concepts/rail-framework">
    Score anchors और examples के साथ हर dimension की detail में जानकारी।
  </Card>

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

  <Card title="Integrations" icon="plug" href="/integrations/overview">
    OpenAI, Gemini, और Anthropic calls को automatically wrap करें।
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/use-cases/overview">
    RAIL Score के साथ build करने के end-to-end tutorials।
  </Card>
</CardGroup>
