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

# Deploy Dify

> Choose a deployment method and stand up Dify on your own infrastructure

<div className="uo-wrap">
  <div className="uo-hero">
    <div className="uo-hero-text">
      <h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Deploy Dify</h1>

      <p className="mt-3 text-gray-500">
        Dify runs anywhere Docker runs: a laptop, an on-premises server, or a cloud VM. Start with Docker Compose, or pick another path below.
      </p>

      <div className="uo-actions">
        <a className="uo-cta" href="/en/self-host/deploy/quick-start/docker-compose">Deploy with Docker Compose</a>

        <span className="uo-secondary">
          <a href="/en/self-host/deploy/quick-start/faqs">FAQs</a>
          <span className="mx-2 text-gray-400">·</span>
          <a href="https://github.com/langgenius/dify/releases">GitHub Releases</a>
        </span>
      </div>
    </div>
  </div>

  <div className="uo-grid">
    <Card title="Local Source Code" icon="code" href="/en/self-host/deploy/advanced-deployments/local-source-code">
      Run the services from source when you need to modify or debug the platform.
    </Card>

    <Card title="Platform Guides" icon="map" href="/en/self-host/deploy/platform-guides/bt-panel">
      Run Dify Premium on AWS or set up through BT Panel.
    </Card>

    <Card title="Environment Variables" icon="gear" href="/en/self-host/deploy/configuration/environments">
      Configure ports, storage, vector stores, and feature options.
    </Card>

    <Card title="Troubleshooting" icon="wrench" href="/en/self-host/deploy/troubleshooting/common-issues">
      Resolve common startup, Docker, and integration issues.
    </Card>

    <Card title="Start Building" icon="hammer" href="/en/self-host/use-dify/getting-started/introduction">
      Sign in to your instance and create your first app.
    </Card>

    <Card title="Get Help" icon="circle-question">
      Ask the community or report a problem.

      <div className="uo-help-links text-sm">
        <a href="https://discord.gg/FngNHpbcY7">Discord</a>
        <span className="text-gray-400">·</span>
        <a href="https://github.com/langgenius/dify/issues">GitHub Issues</a>
        <span className="text-gray-400">·</span>
        <a href="https://github.com/langgenius/dify/discussions">Discussions</a>
      </div>
    </Card>
  </div>

  <div className="mt-10">
    <Tip>
      On Dify Enterprise, you can deploy on Kubernetes for high availability, with SSO and multi-workspace management. [Contact sales](https://udify.app/chat/QuwcpW1oBNcfeL55) to learn more.
    </Tip>
  </div>
</div>
