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

# Dify プラグイン

> 外部サービス、カスタムロジック、専用ツールで Dify の AI アプリケーションを拡張するモジュラーコンポーネント

Dify プラグインは、外部サービス、カスタム機能、専用ツールで Dify 上に構築した AI アプリケーションを拡張するモジュラーコンポーネントです。

<Frame caption="マーケットプレイス">
  <img src="https://mintcdn.com/dify-enterprise-docs/5auvTYL_hjrCYTVu/images/develop-plugin/get-started/marketplace.png?fit=max&auto=format&n=5auvTYL_hjrCYTVu&q=85&s=2b77d36122ce1251af052c2db51a0489" alt="マーケットプレイス" width="1512" height="982" data-path="images/develop-plugin/get-started/marketplace.png" />
</Frame>

プラグインを通じて、AI アプリケーションは次のことができます。

* 外部 API への接続
* さまざまなタイプのデータの処理
* 専用的な計算の実行
* 実世界でのアクションの実行

## はじめに

<CardGroup cols={2}>
  <Card title="プラグインタイプの選択" icon="route" href="/ja/3.4.x/develop/plugins/getting-started/choose-plugin-type">
    ツール、モデル、Agent 戦略、拡張機能の各プラグインから選ぶための短い意思決定ガイドです。
  </Card>

  <Card title="CLI のインストール" icon="rocket" href="/ja/3.4.x/develop/plugins/getting-started/cli">
    お使いのマシンに `dify` をセットアップし、数分で新しいプラグインプロジェクトを作成できます。
  </Card>
</CardGroup>

## プラグインの種類

<AccordionGroup cols={3} />

## その他のリソース

<CardGroup cols={2}>
  <Card title="開発とデバッグ" icon="code" href="/ja/3.4.x/develop/plugins/features-and-specs/plugin-types/remote-debug-a-plugin">
    効率的なプラグイン開発のためのツールとテクニック
  </Card>

  <Card title="公開とマーケットプレイス" icon="shop" href="/ja/3.4.x/develop/plugins/publishing/marketplace-listing/release-overview">
    プラグインをパッケージ化して Dify コミュニティと共有
  </Card>

  <Card title="API & SDK リファレンス" icon="book-open" href="/ja/3.4.x/develop/plugins/features-and-specs/plugin-types/general-specifications">
    技術仕様とドキュメント
  </Card>

  <Card title="コミュニティと貢献" icon="users" href="/ja/3.4.x/develop/plugins/publishing/standards/contributor-covenant-code-of-conduct">
    他の開発者とコミュニケーションを取り、エコシステムに貢献
  </Card>
</CardGroup>

***

[このページを編集](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/getting-started/getting-started-dify-plugin.mdx) | [問題を報告](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
