> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins.md).

# Agent plugins

The SonarQube agent plugins bring SonarQube code quality and security analysis directly into AI coding workflows, whether you run an agent locally in Claude Code or GitHub Copilot CLI, or through GitHub agent apps. Each plugin wires up the [SonarQube MCP Server](broken://spaces/zYzZGUqhw8kWwKnXrN2I/pages/KCG1e43mJm4inAtljVSk) and exposes SonarQube features through the commands and skills appropriate to that surface.

Choose your agent for installation and usage details:

{% content-ref url="/pages/1zkUmtFOJvHDLcr1uTnp" %}
[Agent apps for GitHub](/agent-centric-development-cycle/developer-tools/agent-plugins/agent-apps-for-github.md)
{% endcontent-ref %}

{% content-ref url="/pages/46k0jZiwh7flw9LJSPRX" %}
[Claude Code](/agent-centric-development-cycle/developer-tools/agent-plugins/claude-code.md)
{% endcontent-ref %}

{% content-ref url="/pages/RXvplWpKvM1ooYCwhrj7" %}
[GitHub Copilot](/agent-centric-development-cycle/developer-tools/agent-plugins/github-copilot.md)
{% endcontent-ref %}


---

# 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://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins.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.
