# Auto Fix

Effortlessly enhance the security of your Java repositories with the Auto Fix feature. Utilize the following steps to apply automatic fixes to identified vulnerabilities:

## Initiate Auto Fix

### Access Auto Fix

Navigate to the main dashboard and click on `Apply Auto Fix` or access the `Apply Auto Fix` option within the Advanced Dashboard.

Note: Please note that Apply Auto Fix is currently available for Java Repos.

### Review Auto Fix Suggestions

Upon selecting "Apply Auto Fix," you'll be directed to the Auto Fix page. Here, you'll find a list of packages that can be automatically fixed and those that require manual intervention.

![Auto Fix](/files/8cERqPX2JQwUWydor172)

### Apply Auto Fix

Choose to apply the Auto Fix by clicking on `Apply Auto Fix for {xxx} vulnerabilities`.

Upon clicking "Apply Auto Fix," the system will generate a Pull Request (PR) containing the fixes. After verification, you need to merge the PR to implement the fixes.

### Learn More

You can get more details about auto fix at <https://sec1.io/xil/>.


---

# 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.sec1.io/user-docs/2-integration-with-sec1/4-auto-fix.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.
