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

# 使用 Dify

> 在工作空间中构建、发布并监控 AI 应用

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

      <p className="mt-3 text-gray-500">
        工作空间是一切工作的起点：构建 AI 应用，接入你自己的数据，再将其发布并持续监控。
      </p>

      <div className="uo-actions">
        <a className="uo-cta" href="/zh/quick-start">快速开始</a>

        <span className="uo-secondary">
          <a href="/zh/learn/key-concepts">核心概念</a>
          <span className="mx-2 text-gray-400">·</span>
          <a href="/zh/learn/tutorials/workflow-101/lesson-01">教程</a>
        </span>
      </div>
    </div>
  </div>

  <div className="uo-grid">
    <Card title="编排" icon="hammer" href="/zh/self-host/use-dify/build/workflow-chatflow">
      在可视化画布上构建工作流与对话流，以及 Agent、聊天助手等。
    </Card>

    <Card title="知识库" icon="book" href="/zh/self-host/use-dify/knowledge/readme">
      导入文档与数据，应用即可检索和引用这些内容。
    </Card>

    <Card title="发布" icon="paper-plane" href="/zh/self-host/use-dify/publish/README">
      将应用发布为 WebApp、嵌入网站，或通过 API 调用。
    </Card>

    <Card title="监控" icon="chart-line" href="/zh/self-host/use-dify/monitor/analysis">
      跟踪用量、查看日志，并通过标注优化回答。
    </Card>

    <Card title="集成" icon="puzzle-piece" href="/zh/self-host/use-dify/workspace/plugins">
      接入模型供应商、工具、数据来源和外部服务。
    </Card>

    <Card title="获取帮助" icon="circle-question">
      向社区提问，或反馈你遇到的问题。

      <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">讨论区</a>
      </div>
    </Card>
  </div>
</div>
