# Overview

## AI Code Assurance <a href="#ai-code-assurance" id="ai-code-assurance"></a>

Setting up AI Code Assurance is a three-step process to manage and apply specific labels and quality gates to your projects that contain AI code. See the [set-up-ai-code-assurance](https://docs.sonarsource.com/sonarqube-server/2025.3/project-administration/ai-features/set-up-ai-code-assurance "mention") page for information about this process, including the user of the API to mark and define your projects’ quality gates correctly.

## AI CodeFix <a href="#ai-codefix" id="ai-codefix"></a>

AI CodeFix allows your developers to get AI-generated fix suggestions from SonarQube Server and apply the fixes on their next pull request. AI CodeFix must be activated by an Instance Admin and can be applied to selected projects as needed.

See the [enable-ai-codefix](https://docs.sonarsource.com/sonarqube-server/2025.3/project-administration/ai-features/enable-ai-codefix "mention") for more details, including information about [#opening-in-ide](https://docs.sonarsource.com/sonarqube-server/2025.3/user-guide/issues/fixing#opening-in-ide "mention").


---

# 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-server/2025.3/project-administration/ai-features/overview.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.
