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

# Dify Documentation

> Build AI applications on Dify Cloud or run Dify on your own infrastructure

<div className="max-w-5xl mx-auto px-6 py-16">
  <h1 className="text-4xl font-bold tracking-tight text-black dark:text-white">Dify Documentation</h1>

  <p className="mt-3 text-lg text-gray-500">
    Dify is an open-source platform for building AI applications. Create agents, agentic workflows, and chatbots that draw on your own data, then publish them as web apps or integrate them through APIs.
  </p>

  <div className="mt-10">
    <Card title="Build Your First App" icon="rocket" href="/en/quick-start" horizontal>
      New to Dify? Start here: build a working AI application and pick up the core concepts along the way.
    </Card>
  </div>

  <h2 className="mt-12 text-2xl font-semibold text-black dark:text-white">Choose How You Run Dify</h2>

  <div className="mt-6">
    <Columns cols={2}>
      <Card title="Dify Cloud" icon="cloud" href="/en/cloud/use-dify/getting-started/introduction">
        Start building right away on the managed platform. No installation, free Sandbox plan included.
      </Card>

      <Card title="Self-Host" icon="server" href="/en/self-host/deploy/overview">
        Run the open-source Community Edition on your own infrastructure. Deploy with Docker Compose in minutes.
      </Card>
    </Columns>
  </div>

  <h2 className="mt-12 text-2xl font-semibold text-black dark:text-white">Explore More</h2>

  <div className="mt-6">
    <Columns cols={3}>
      <Card title="API Reference" icon="code" href="/api-reference/chats/send-chat-message">
        Integrate Dify applications into your own product through the REST API.
      </Card>

      <Card title="Develop Plugins" icon="code-pull-request" href="/en/develop-plugin/getting-started/getting-started-dify-plugin">
        Extend Dify with your own tools, models, and integrations.
      </Card>

      <Card title="Tutorials" icon="graduation-cap" href="/en/learn/tutorials/workflow-101/lesson-01">
        Step-by-step lessons, from your first workflow to complete example apps.
      </Card>
    </Columns>
  </div>

  <h2 className="mt-12 text-2xl font-semibold text-black dark:text-white">Additional Resources</h2>

  <div className="mt-6">
    <Columns cols={2}>
      <Card title="Discord" icon="discord" href="https://discord.gg/FngNHpbcY7" horizontal>
        Share what you're building, swap ideas, and get help from the community.
      </Card>

      <Card title="GitHub" icon="github" href="https://github.com/langgenius/dify" horizontal>
        Dify is open source. Discuss in issues, report bugs, and contribute code.
      </Card>

      <Card title="Marketplace" icon="store" href="https://marketplace.dify.ai/" horizontal>
        Browse community-built integrations and app templates, ready to install.
      </Card>

      <Card title="Blog" icon="newspaper" href="https://dify.ai/blog" horizontal>
        Product announcements, feature deep dives, and engineering notes.
      </Card>
    </Columns>
  </div>

  <p className="mt-14 text-sm text-gray-500">
    The name Dify comes from <strong>D</strong>o <strong>I</strong>t <strong>F</strong>or <strong>Y</strong>ou.
  </p>
</div>
