> ## 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.

# Cube Core

> Cube Core is the open-source semantic layer you can self-host with Docker.

Cube Core is the open-source version of Cube that you can deploy and manage yourself using Docker.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/cube-core/getting-started">
    Get Cube Core running locally in minutes
  </Card>

  <Card title="Deployment" icon="server" href="/cube-core/deployment">
    Deploy to production with Docker
  </Card>

  <Card title="Configuration" icon="settings-2" href="/cube-core/configuration/environment-variables">
    Environment variables and config options
  </Card>

  <Card title="Authentication" icon="lock" href="/cube-core/authentication/jwt">
    Set up JWT authentication
  </Card>
</CardGroup>
