# Individual issue fix suggestions

As part of the *Solve* phase of the Agent Centric Development Cycle, use AI CodeFix to get code fix suggestions for individual issues detected during analysis.

Find instructions for getting individual issue fix suggestions in the following product documentation:

* SonarQube Cloud: [Fixing issues #Getting AI-generated fix suggestions](/sonarqube-cloud/managing-your-projects/issues/fixing.md#getting-ai-generated-fix-suggestions)
* SonarQube Server: [Getting AI-generated fix suggestions](https://docs.sonarsource.com/sonarqube-server/user-guide/issues/fixing#getting-ai-generated-fix-suggestions)

To learn how AI CodeFix generates fix suggestions, see [AI CodeFix](/agent-centric-development-cycle/features/ai-codefix.md).


---

# 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/agent-centric-development-cycle/how-to-guides/solve-issues/individual-issues-fix-suggestions.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.
