> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/ai-totsru/ide-plugins-overview/features/ide-adoption-stats.md).

# IDE導入統計

IDE導入統計ページでは、組織全体でAikidoがどのように使われているかを把握できます。IDEの使用状況と [Aikido拡張パック](/docs/docs-ja/ai-totsru/ide-plugins-overview/features/aikido-expansion-packs.md) インストール状況と導入状況を、開発者ごとに表示します。

これにより、どのIDEが実際に使われているか、どのセキュリティ機能が有効になっているか、また、追加の展開やオンボーディングが必要な箇所を把握できます。

<figure><img src="/files/aa1c339d4ee17d8a45eae53a93b848cbbea4207b" alt=""><figcaption></figcaption></figure>

このページは、「統合」に移動して「導入統計」をクリックすると表示できます。

<figure><img src="/files/c7b8add02eaf3d11b15155d5dc8b7dd0d5a12791" alt=""><figcaption></figcaption></figure>

### これが重要な理由

IDE導入統計では、次のことができます：

* 開発チーム全体でのIDEの使用状況を追跡する
* 拡張パックがインストールされ、使用されていることを確認する
* セットアップやオンボーディングの支援が必要な可能性のある開発者を特定する
* 新しいIDE機能やセキュリティ機能を展開した後の導入状況を測定する

### 誰がこれにアクセスできますか

IDE導入統計は組織の管理者が利用できます


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/ai-totsru/ide-plugins-overview/features/ide-adoption-stats.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
