> For the complete documentation index, see [llms.txt](https://help.swarmia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.swarmia.com/features/ai-tools.md).

# AI tools

Swarmia's AI tools pages help you connect AI coding tools, track adoption and activity, and understand how AI-assisted work moves through your engineering system.

## Get started

* [Set up AI coding tool integrations](/settings/integrations/ai-coding-tool-integrations.md) for GitHub Copilot, Cursor, and Claude Code.
* [Understand the impact of AI tools](/guides/understand-the-impact-of-ai-tools.md) with a practical guide for measuring adoption, productivity, agent usage, and developer sentiment.

## Feature pages

* [AI adoption](/features/ai-tools/ai-adoption.md): Track licenses, active users, idle seats, and adoption across teams.
* AI activity:
  * [GitHub Copilot activity](/features/ai-tools/github-copilot-activity.md): Understand Copilot usage across features, models, editors, and programming languages.
  * [Cursor activity](/features/ai-tools/cursor-activity.md): See how teams use Cursor across tab completions, agent, chat, and cmd+k.
  * [Claude Code activity](/features/ai-tools/claude-code-activity.md): Track Claude Code usage and action acceptance patterns.
* [AI impact](/features/ai-tools/ai-impact.md): Compare how pull requests assisted, created, or reviewed by different AI tools perform across throughput, cycle time, review time, and batch size.
* [Cloud agents](/features/ai-tools/cloud-agents.md): Analyze pull requests created by AI agents running in the cloud.
* [Review agents](/features/ai-tools/review-agents.md): See which AI agents review your pull requests and how much code they cover.
* [AI tool detection & filters](/features/ai-tools/ai-tool-detection-and-filters.md): Learn how Swarmia detects AI tool usage and how to filter AI-assisted work.


---

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

```
GET https://help.swarmia.com/features/ai-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
