GFQL Validation Guide
=====================

Learn how to validate GFQL queries for syntax correctness, schema compatibility, and production use.

.. toctree::
   :maxdepth: 1
   :caption: Validation Topics

   fundamentals
   llm
   production

Overview
--------

The GFQL validation framework provides comprehensive tools for ensuring query correctness:

* **Syntax Validation** - Check query structure without data
* **Schema Validation** - Verify queries against actual data schemas  
* **Combined Validation** - Full validation with helpful error messages
* **LLM Integration** - Structured formats for AI code generation
* **Production Patterns** - Caching, monitoring, and CI/CD integration

Start with :doc:`fundamentals` to learn the basics, then explore advanced topics based on your needs.