> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/remediation-agents.md).

# Remediation Agents

- [Remediation Agents & Factory Overview](https://docs.opsmx.com/remediation-agents/remediation-agents-and-factory-overview.md)
- [Code Agent](https://docs.opsmx.com/remediation-agents/code-agent.md)
- [Functionalities of AI Guardian](https://docs.opsmx.com/remediation-agents/code-agent/functionalities-of-ai-guardian.md)
- [Setting Up AI Guardian](https://docs.opsmx.com/remediation-agents/code-agent/setting-up-ai-guardian.md)
- [Connecting to GitHub](https://docs.opsmx.com/remediation-agents/code-agent/setting-up-ai-guardian/connecting-to-github.md)
- [Hub Management](https://docs.opsmx.com/remediation-agents/code-agent/setting-up-ai-guardian/connecting-to-github/hub-management.md)
- [Adding a Project](https://docs.opsmx.com/remediation-agents/code-agent/setting-up-ai-guardian/adding-a-project.md)
- [Editing a Project](https://docs.opsmx.com/remediation-agents/code-agent/setting-up-ai-guardian/adding-a-project/editing-a-project.md)
- [Dashboard Overview](https://docs.opsmx.com/remediation-agents/code-agent/setting-up-ai-guardian/dashboard-overview.md)
- [User Interface Overview](https://docs.opsmx.com/remediation-agents/code-agent/user-interface-overview.md)
- [Scanning Codes](https://docs.opsmx.com/remediation-agents/code-agent/user-interface-overview/scanning-codes.md)
- [Single File Scan](https://docs.opsmx.com/remediation-agents/code-agent/user-interface-overview/scanning-codes/single-file-scan.md)
- [Fixing Vulnerabilities with AI](https://docs.opsmx.com/remediation-agents/code-agent/user-interface-overview/fixing-vulnerabilities-with-ai.md)
- [Chat History & Resuming Remediation](https://docs.opsmx.com/remediation-agents/code-agent/user-interface-overview/chat-history-and-resuming-remediation.md)
- [PR Scan & Remediation](https://docs.opsmx.com/remediation-agents/code-agent/user-interface-overview/pr-scan-and-remediation.md)
- [Troubleshooting in PR Scan](https://docs.opsmx.com/remediation-agents/code-agent/user-interface-overview/pr-scan-and-remediation/troubleshooting-in-pr-scan.md)
- [BIR - Binary Image Remediation](https://docs.opsmx.com/remediation-agents/code-agent/bir-binary-image-remediation.md)
- [SAST & SCA Findings](https://docs.opsmx.com/remediation-agents/code-agent/sast-and-sca-findings.md)
- [Kubernetes Agent - Delegate](https://docs.opsmx.com/remediation-agents/kubernetes-agent-delegate.md)
- [Scanning](https://docs.opsmx.com/remediation-agents/kubernetes-agent-delegate/scanning.md)
- [Cloud & CSPM Agent](https://docs.opsmx.com/remediation-agents/cloud-and-cspm-agent.md)
- [Integrating Cloud Service Providers in Delivery Shield](https://docs.opsmx.com/remediation-agents/cloud-and-cspm-agent/integrating-cloud-service-providers-in-delivery-shield.md)
- [AWS](https://docs.opsmx.com/remediation-agents/cloud-and-cspm-agent/integrating-cloud-service-providers-in-delivery-shield/aws.md)
- [ScouteSuite](https://docs.opsmx.com/remediation-agents/cloud-and-cspm-agent/integrating-cloud-service-providers-in-delivery-shield/scoutesuite.md)
- [CSPM - Cloud Security Posture Management](https://docs.opsmx.com/remediation-agents/cloud-and-cspm-agent/cspm-cloud-security-posture-management.md)
- [DevOps Agent - Argonaut](https://docs.opsmx.com/remediation-agents/devops-agent-argonaut.md)
- [Remediation Learning Loop](https://docs.opsmx.com/remediation-agents/remediation-learning-loop.md)
- [Benchmarks & Evaluation](https://docs.opsmx.com/remediation-agents/remediation-learning-loop/benchmarks-and-evaluation.md)


---

# 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.opsmx.com/remediation-agents.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.
