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

# Quickstart

> Get started with Postiz installation

## Self Hosted installation options

You can choose between the following installation options;

<CardGroup cols={2}>
  <Card title="Docker Compose" icon="docker" href="/installation/docker-compose">
    Recommended option for **users**
  </Card>

  <Card title="Development" icon="code" href="/installation/development">
    Recommended option for **developers**
  </Card>
</CardGroup>

## Advanced installation options

<CardGroup cols={2}>
  <Card title="Docker (standalone)" icon="docker" href="/installation/docker">
    Run from the command line with Docker
  </Card>

  <Card title="Helm" icon="dharmachakra" href="/installation/kubernetes-helm">
    Run with Kubernetes + Helm
  </Card>
</CardGroup>
