> ## Documentation Index
> Fetch the complete documentation index at: https://dify-6c0370d8-docs-new-agent-experience.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Dify

> Orchestrate, publish, and monitor AI applications in your workspace

<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">Use Dify</h1>

      <p className="mt-3 text-gray-500">
        Your workspace is where everything happens: build AI applications, ground them in your own data, then publish and monitor them.
      </p>

      <div className="uo-actions">
        <a className="uo-cta" href="/en/quick-start">Quick Start</a>

        <span className="uo-secondary">
          <a href="/en/learn/key-concepts">Key Concepts</a>
          <span className="mx-2 text-gray-400">·</span>
          <a href="/en/learn/tutorials/workflow-101/lesson-01">Tutorials</a>
        </span>
      </div>
    </div>
  </div>

  <div className="uo-grid">
    <Card title="Orchestrate" icon="hammer" href="/en/cloud/use-dify/build/workflow-chatflow">
      Build workflows and chatflows on the visual canvas, plus agents, chatbots, and more.
    </Card>

    <Card title="Knowledge" icon="book" href="/en/cloud/use-dify/knowledge/readme">
      Import documents and data so your apps can retrieve and cite them.
    </Card>

    <Card title="Publish" icon="paper-plane" href="/en/cloud/use-dify/publish/README">
      Ship your app as a web app, embed it in a website, or call it over the API.
    </Card>

    <Card title="Monitor" icon="chart-line" href="/en/cloud/use-dify/monitor/analysis">
      Track usage, review logs, and refine answers with annotations.
    </Card>

    <Card title="Integrations" icon="puzzle-piece" href="/en/cloud/use-dify/workspace/plugins">
      Connect model providers, tools, data sources, and external services.
    </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>
