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

# SDKs

> Install guides and reference for every Embeddables SDK

Each SDK is an installable toolkit for one capability. They share a single foundation —
[Core](/sdks/core/overview) resolves project and visitor identity once, and every other SDK reads
that identity instead of resolving it independently.

Pick a product below: each has an **Overview & setup** guide and a **Reference** page (API catalog — filled in per SDK in follow-up issues).

<CardGroup cols={2}>
  <Card title="Core" icon="cube" href="/sdks/core/overview">
    Foundation — project and visitor identity
  </Card>

  <Card title="Analytics" icon="chart-line-up" href="/sdks/analytics/overview">
    Growth & Testing — event tracking
  </Card>

  <Card title="Experiments" icon="flask" href="/sdks/experiments/overview">
    Growth & Testing — A/B test assignment
  </Card>

  <Card title="Forms" icon="input-text" href="/sdks/forms/overview">
    Data Collection — form state, validation, and persistence
  </Card>
</CardGroup>
