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

# C++ SDK Installation

> How to use the preview C++ SDK

<Note type="warning">
  **SDKs are in very early alpha**: We're working as hard as we can to get them into a stable state. Please bear with us as we iterate rapidly.
</Note>

<Note type="warning">This package is not yet published to a package registry.</Note>

## Local usage

* Use the generated headers in `packages/sdk/sdk-cpp/src/gen`.
* Add that folder to your include path in your build system.
* The client is header-only today.
