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

# Using the Neat reference

> Find API and configuration reference for NeatSession, NeatConfig, alpha flags, and validation rules.

<CardGroup cols={2}>
  <Card title="NeatSession reference" icon="book" href="/cdf/deploy/neat/reference/session">
    Main interface for working with Neat: sessions, data model read/write, and validation.
  </Card>

  <Card title="NeatConfig reference" icon="settings" href="/cdf/deploy/neat/reference/config">
    Configure your Neat session with data modeling modes and validation rules.
  </Card>

  <Card title="Alpha flags reference" icon="flag" href="/cdf/deploy/neat/reference/alpha_flags">
    Enable experimental and early-access Neat features via alpha flags.
  </Card>

  <Card title="Validation rules" icon="list-checks" href="/cdf/deploy/neat/validation">
    Reference for all validation rules that ensure your data model follows best practices.
  </Card>
</CardGroup>
