# AI capabilities

Available features include [AI Code Assurance](/sonarqube-cloud/~/changes/1027/ai-capabilities/ai-code-assurance.md) to help you identify and secure projects containing AI code.

The [SonarQube MCP Server](/sonarqube-cloud/~/changes/1027/ai-capabilities/sonarqube-mcp-server.md) facilitates a seamless integration between your AI-enabled IDE and SonarQube Cloud. Use it with [Context Augmentation](/sonarqube-cloud/~/changes/1027/ai-capabilities/context-augmentation.md) to **guide** code generation with architectural awareness and coding guidelines, and with [Agentic Analysis](/sonarqube-cloud/~/changes/1027/ai-capabilities/agentic-analysis.md) to **verify** the generated code with CI-level precision.

In addition, Sonar's [AI CodeFix](/sonarqube-cloud/~/changes/1027/ai-capabilities/ai-codefix.md) provides fix suggestions to developers in their IDEs and [SonarQube Remediation Agent](/sonarqube-cloud/~/changes/1027/ai-capabilities/ai-agents.md) are available to remediate issues in your GitHub PRs.

{% columns %}
{% column %}
{% content-ref url="/pages/ihYiNZvJQv7d8WYW3W84" %}
[SonarQube MCP Server](/sonarqube-cloud/~/changes/1027/ai-capabilities/sonarqube-mcp-server.md)
{% endcontent-ref %}

{% content-ref url="/pages/n7XMQ4GrZ8gdmxn5XZ3c" %}
[AI CodeFix](/sonarqube-cloud/~/changes/1027/ai-capabilities/ai-codefix.md)
{% endcontent-ref %}

{% content-ref url="/pages/BgIdofSPi12UZJQuJIxr" %}
[SonarQube Remediation Agent](/sonarqube-cloud/~/changes/1027/ai-capabilities/ai-agents.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/7lEiOnpv2JTZPnDonEPt" %}
[Autodetect AI code](/sonarqube-cloud/~/changes/1027/ai-capabilities/autodetect-ai-code.md)
{% endcontent-ref %}

{% content-ref url="/pages/NrKfs9LwBqAUoH8pEKwv" %}
[AI Code Assurance](/sonarqube-cloud/~/changes/1027/ai-capabilities/ai-code-assurance.md)
{% endcontent-ref %}

{% content-ref url="/pages/3zeVsi1GIp6qPA2koD3Z" %}
[Context Augmentation](/sonarqube-cloud/~/changes/1027/ai-capabilities/context-augmentation.md)
{% endcontent-ref %}

{% content-ref url="/pages/V92B1FxMuGyzuLzU57sr" %}
[Agentic Analysis](/sonarqube-cloud/~/changes/1027/ai-capabilities/agentic-analysis.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions: 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/sonarqube-cloud/~/changes/1027/ai-capabilities.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.
