> 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/how-to-guides.md).

# How-to guides

- [Add context to generate better code](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/add-context-to-generate-better-code.md): How to provide context to your agents to ensure the resulting code meets your software architecture and code quality standards.
- [Verify your code](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/verify-your-code.md): Learn how to verify AI-generated code with Agentic Analysis and AI Code Review.
- [Make your agent verify its code](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/verify-your-code/make-your-agent-verify-its-code.md): How to set up a verification loop to ensure your agent reanalyzes the code it writes or modifies and fixes the detected issues.
- [Get AI reviews in pull requests with Gitar](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/verify-your-code/get-ai-reviews-in-pull-requests.md): How to set up AI Code Review to get automated reviews of your code directly in your pull requests.
- [Solve issues](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/solve-issues.md): Learn how to fix issues with pull request suggestions, backlog fixes, and individual AI CodeFix suggestions.
- [Backlog fix suggestions](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/solve-issues/backlog-fix-suggestions.md): Assign issues to the SonarQube Remediation Agent and generate AI CodeFix suggestions in SonarQube Cloud.
- [Pull request fix suggestions](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/solve-issues/pull-request-fix-suggestions.md): This page helps you understand the behavior of the SonarQube Remediation Agent and provides additional information about engaging with the agent during the review process of your pull request.
- [Individual issue fix suggestions](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/solve-issues/individual-issues-fix-suggestions.md): SonarQube Cloud’s AI CodeFix feature offers AI-generated fix suggestions for issues found during your analysis.
- [Administer AC/DC features](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/administer-ac-dc-features.md): Administer Agent Centric Development Cycle features such as AI CodeFix and the Remediation Agent.
- [AI CodeFix](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/administer-ac-dc-features/ai-codefix.md): Information on how to administer AI CodeFix.
- [Remediation Agent](https://docs.sonarsource.com/agent-centric-development-cycle/how-to-guides/administer-ac-dc-features/remediation-agent.md): Information on how to administer the SonarQube Remediation Agent.


---

# 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/how-to-guides.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.
