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

# YAML validator

> Validate and edit YAML configuration files for CodeRabbit

Use this interactive YAML editor to validate and edit your CodeRabbit configuration files. The editor provides real-time syntax validation and error highlighting.

<iframe
  id="yaml-editor-iframe"
  src="https://yaml-editor-ochre.vercel.app/embed"
  width="100%"
  height="600"
  frameBorder="0"
  style={{
	border: "1px solid var(--border-color, #e1e5e9)",
	borderRadius: "8px",
	minHeight: "400px",
	transition: "height 0.3s ease",
}}
  title="YAML Validator"
  className="yaml-editor-iframe"
/>

## Common use cases

* Validate `.coderabbit.yaml` configuration files
* Check YAML syntax before committing changes
* Format and organize YAML structure
* Debug configuration issues

## What's next

<CardGroup cols={1}>
  <Card title="Configuration examples" href="/configuration/example" icon="file-text" horizontal>
    Browse ready-to-use CodeRabbit configuration examples tailored to specific frameworks, languages, and project types.
  </Card>

  <Card title="Configuration reference" href="/reference/configuration" icon="book" horizontal>
    Explore the full list of available configuration options and their default values.
  </Card>
</CardGroup>
