> ## 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 の使い方

> ワークスペースで 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="/ja/quick-start">クイックスタート</a>

        <span className="uo-secondary">
          <a href="/ja/learn/key-concepts">主要な概念</a>
          <span className="mx-2 text-gray-400">·</span>
          <a href="/ja/learn/tutorials/workflow-101/lesson-01">チュートリアル</a>
        </span>
      </div>
    </div>
  </div>

  <div className="uo-grid">
    <Card title="オーケストレーション" icon="hammer" href="/ja/self-host/use-dify/build/workflow-chatflow">
      ワークフローとチャットフローをビジュアルキャンバスで構築し、Agent やチャットボットなどにも対応します。
    </Card>

    <Card title="ナレッジ" icon="book" href="/ja/self-host/use-dify/knowledge/readme">
      ドキュメントやデータをインポートし、アプリから検索・引用できるようにします。
    </Card>

    <Card title="公開" icon="paper-plane" href="/ja/self-host/use-dify/publish/README">
      アプリを WebApp として公開し、ウェブサイトへの埋め込みや API 経由の呼び出しもできます。
    </Card>

    <Card title="モニタリング" icon="chart-line" href="/ja/self-host/use-dify/monitor/analysis">
      利用状況の追跡、ログの確認、注釈による回答の改善ができます。
    </Card>

    <Card title="統合" icon="puzzle-piece" href="/ja/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>
