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

# Overview

> Learn what CubeStack is and how it can help you manage your data.

# Overview

CubeStack is a headless data platform that lets you create, manage, and serve structured data through a powerful API.

## What is CubeStack?

CubeStack provides a complete backend for your data — from schema design to API delivery. Build your data models visually, manage content through an intuitive admin interface, and access everything via a RESTful API.

## Key Features

* **Visual Schema Builder** — Design your data structure with a drag-and-drop interface
* **Instant REST API** — Every cube gets a fully functional API automatically
* **Authentication & Permissions** — Control who can access your data
* **Image Delivery** — Upload and serve optimized images through a global CDN
* **Webhooks** — Get notified when your data changes

## How It Works

1. **Create a Workspace** — Organize your projects in workspaces
2. **Define Cubes** — Design your data schema with columns and types
3. **Add Records** — Populate your cubes with data via the admin UI or API
4. **Connect Your App** — Use the API to fetch data in your frontend

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Authentication" icon="key" href="/getting-started/authentication">
    Learn how to authenticate API requests
  </Card>
</CardGroup>
