# AI features

SonarQube can create AI-generated fix suggestions for the issues detected in your projects and guarantee the quality of the AI-generated code.

## AI-generated fix suggestions <a href="#ai-generated-fix-suggestions" id="ai-generated-fix-suggestions"></a>

*This feature is available in* [*Early Access*](https://www.sonarsource.com/legal/early-access/?_gl=1*1cnxd7l*_gcl_aw*R0NMLjE3MjYwNjEzMzYuQ2p3S0NBandfNFMzQmhBQUVpd0FfNjRZaHRaajloc0NiVllqSDlWQnBFNThseVJNU3AwRGZJXzFxVUlpVEM5OGNzeWdZTG9lenF1ZU1ob0NyMGtRQXZEX0J3RQ..*_gcl_au*NzgzMTE3MTA4LjE3MjQwNjY1Mjc.*_ga*MjA1OTIwMzU4OS4xNzI0MDY2NTI3*_ga_9JZ0GZ5TC6*MTcyNjA5MzA2Ni4zNy4xLjE3MjYwOTMwNzMuNTMuMC4w)*, in Enterprise Edition and above.*

SonarQube includes the AI CodeFix feature, which uses OpenAI’s GPT-4 to suggest AI-generated fix suggestions for issues detected in your projects.

To learn how to use this feature, see the dedicated section on the [fixing](https://docs.sonarsource.com/sonarqube-server/10.7/user-guide/issues/fixing "mention") page.

To learn how to enable the feature, see [enabling-ai-generated-fix-suggestions](https://docs.sonarsource.com/sonarqube-server/10.7/instance-administration/system-functions/enabling-ai-generated-fix-suggestions "mention") in the administration section.

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

*This feature is available in Developer Edition and above.*

AI code assurance is a feature you can use to ensure the AI-generated code in your project is clean. As a developer, you can activate a setting at the project level to:

* indicate that your project contains AI-generated code
* ensure that the AI-generated code, as part of your [about-new-code](https://docs.sonarsource.com/sonarqube-server/10.7/core-concepts/clean-as-you-code/about-new-code "mention"), passes the Sonar way quality gate

Once active, an **AI Code** label is displayed next to the project in the UI, and you can use the [project-badge](https://docs.sonarsource.com/sonarqube-server/10.7/user-guide/project-badge "mention") to promote your project’s health.

To learn more about how to mark AI-generated code in your project, see the [#marking-a-project-as-containing-ai-generated-code](https://docs.sonarsource.com/sonarqube-server/10.7/project-administration/project-settings#marking-a-project-as-containing-ai-generated-code "mention") article on the *Project settings* page.
