> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/~/revisions/KY3QqEqZPV6ifxqjwoLa/aikido-autofix/overview-aikido-autofix.md).

# Overview Aikido AutoFix

### How to Configure Autofix

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/HhFdcLuAXbUS73YkhgLj" %}
[AutoFix Configuration](/~/revisions/KY3QqEqZPV6ifxqjwoLa/aikido-autofix/configure.md)
{% endcontent-ref %}

### Connecting Private Packages

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/q28UBAMBvY9v28nFXRYa" %}
[Connect Private Packages](/~/revisions/KY3QqEqZPV6ifxqjwoLa/aikido-autofix/connect-private-packages.md)
{% endcontent-ref %}

### Open Source Dependencies

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/yyitfPlRmCv2gQbkN4n2" %}
[AutoFix for Open Source Dependencies](/~/revisions/KY3QqEqZPV6ifxqjwoLa/aikido-autofix/autofix-for-open-source-dependencies.md)
{% endcontent-ref %}

### SAST and IaC Issues

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/9ixKiDRWzvb1KBVcQ0un" %}
[AutoFix for SAST and IaC Issues](/~/revisions/KY3QqEqZPV6ifxqjwoLa/aikido-autofix/ai-autofix-for-sast-and-iac-issues.md)
{% endcontent-ref %}

### Container Autofix

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/EoYN3dnzRmRNca3sD6Ro" %}
[AutoFix for Containers](/~/revisions/KY3QqEqZPV6ifxqjwoLa/aikido-autofix/ai-autofix-for-containers.md)
{% endcontent-ref %}

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/ZxyJWnlXF0KpXdl1QNbj" %}
[AutoFix for Containers: Using Extended Lifetime Support images](/~/revisions/KY3QqEqZPV6ifxqjwoLa/aikido-autofix/autofix-for-containers-using-hardened-images.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/~/revisions/KY3QqEqZPV6ifxqjwoLa/aikido-autofix/overview-aikido-autofix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
