> ## Documentation Index
> Fetch the complete documentation index at: https://agentcontrol-abhi-agent-control-auth-contract-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Built-in evaluators, custom evaluators, and the plugin system.

Agent Control supports built-in evaluators and a plugin system for custom evaluators.

## Overview

* **Built-in evaluators**: configuration and examples for regex, list, Luna-2, JSON, and SQL.
* **Contrib evaluators**: build, register, and ship your own evaluator implementations.

### Where to go next

#### Built-in

* [Built-in Evaluators](/concepts/evaluators/built-in-evaluators) — Overview of regex, list, JSON, and SQL evaluators.
* [JSON Evaluator](/concepts/evaluators/json) — Validate JSON structure, fields, and types.
* [SQL Evaluator](/concepts/evaluators/sql) — Detect risky or disallowed SQL patterns.

#### Contributed

* [Galileo Luna2](/concepts/evaluators/galileo-luna2) — AI-powered runtime protection from Galileo.
* [Contributing Evaluators to AgentControl repo](/concepts/evaluators/contributing-evaluator) — Add new built-in evaluators in the main repo.
* [Custom Evaluators](/concepts/evaluators/custom-evaluators) — Build and ship your own evaluator packages.
