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

> Embed AI-powered analytics into your applications using iframes, the React Embed SDK, or a headless approach.

# Overview

Cube provides multiple approaches for embedding AI-powered analytics into your applications — from iframe embeds to fully custom embedded analytics experiences built on Cube's APIs.

## Iframe embedding

<Note>
  Available on [Premium and Enterprise plans](https://cube.dev/pricing).
</Note>

Embed Cube content using iframes for the fastest integration with minimal code. This approach works with any frontend framework and requires no additional dependencies.

Iframe embedding supports [dashboards](/embedding/iframe/dashboards), [Analytics Chat](/embedding/iframe/analytics-chat), and the full Cube application in [Creator Mode](/embedding/iframe/creator-mode).

**Authentication options:**

* **[Private embedding](/embedding/iframe/auth/private)** – For internal use cases where users authenticate with their Cube accounts
* **[Signed embedding](/embedding/iframe/auth/signed)** – For customer-facing applications using secure, server-generated sessions for authentication

## SDK embedding

<Note>
  Available on [Premium and Enterprise plans](https://cube.dev/pricing).
</Note>

Embed Cube using the [React Embed SDK](/embedding/react-embed-sdk) for tighter integration with your React applications. Components provide more control over styling, theming, and user interactions.

## Headless embedding

Build fully custom embedded analytics experiences using Cube APIs directly. This headless approach gives you complete control over data fetching, visualization, and user interface.

### Chat API

Use the [Chat API](/reference/embed-apis/chat-api) to build custom conversational analytics experiences. Let your users ask questions in plain language and get trusted answers powered by your semantic layer — without building your own AI infrastructure.

### Core Data APIs

Use the [Core Data APIs](/reference/core-data-apis) to build fully custom visualization, reporting, and dashboarding experiences.
