# Intro

## What is it?

[Scorable](https://scorable.ai/) is the **AI Quality Platform for Developers**. It helps you build reliable, production-ready LLM applications without needing a background in Machine Learning.

Whether you are building a chatbot, a RAG system, or an autonomous agent, Scorable provides the tools to **measure**, **monitor**, and **control** your AI's behavior.

`tl;dr`: Go to [Quick Start](/quick-start/getting-started-with-root-signals.md) 🚀

## Key Features

Scorable is designed for

* **Discover Evaluators**: Describe your use case in plain English, and Scorable's Evaluator Discovery agent will generate a bespoke evaluation stack for you. No manual configuration required.
* **Guardrails**: Turn metrics into guardrails to prevent hallucinations, toxicity, or policy violations in real-time.
* **CI/CD Integration**: Catch regressions before they hit production by running evaluators in your CI pipeline.
* **Custom Metrics**: Define custom criteria like "adherence to brand voice" or "regulatory compliance" using natural language.

### Dashboard

The dashboard provides a comprehensive overview of the performance of your specific LLM applications:

<figure><img src="/files/xCKngIsbbn2zOaMkPqZ1" alt=""><figcaption></figcaption></figure>

### Ready-Made Evaluators

Scorable provides 30+ built-in, ready-to-use evaluators called *Root Evaluators*.

<figure><img src="/files/bNbQkRRDNcAUPREIHBG3" alt=""><figcaption></figcaption></figure>

### Evaluator discovery

Utilizing our Evaluation Engineer Agent, you can discover and tune evaluators for your use case.

<figure><img src="/files/s0MHnudJzebWmisiaVae" alt=""><figcaption></figcaption></figure>

### Monitoring & Insights

We provide complete observability to your LLM applications through our *Monitoring* view.

***

## Using Scorable

Scorable is available via

* 🖥️ [Web UI](https://scorable.ai)
* SDKs
  * 🐍 [Python SDK and Root Proxy](https://sdk.scorable.ai/)
    * [GitHub repo](https://github.com/root-signals/rs-sdk/blob/main/python/README.md)
  * [TypeScript SDK](https://github.com/root-signals/rs-sdk/blob/main/typescript/README.md)
* 📑 [REST API](https://api.docs.scorable.ai)
* 🔌 [Model Context Protocol (MCP) Server](https://github.com/root-signals/root-signals-mcp) (for Agents)

Scorable can be used by individuals and organizations. *Role-based Access Controls* (RBAC), *SLA*, and security definitions are available for organizations. Enterprise customers also enjoy *SSO* signups via *Okta* and *SAML*.

**Create a** [**free Scorable account**](https://scorable.ai/register) **and get started in 30 seconds.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scorable.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
