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

# Remediating vulnerabilities

To meet the requirements of your [Service Level Agreements (SLAs)](/findings/service-level-agreements-slas.md), you must remediate your vulnerabilities or accept the risks. The exact way that you will remediate any issues varies from company to company, but the report includes remediations and mitigations to prevent further exploitation. Some mitigations are mandatory to remediate the issue, while others are optional to help strengthen security in your environment.&#x20;

You can export vulnerability information in CSV format to add the information to your desired issue tracking system. For more information, see [Viewing and downloading reports and executive summaries](/reports-and-certificates/viewing-and-downloading-reports-and-executive-summaries.md).&#x20;

{% hint style="info" %} <img src="/files/l8tARWtQELaBMPE3qdgd" alt="" data-size="line"> Integrate Jira with Portal to track remediation progress. For more information, see [Jira](/account/integrations/jira.md) and [Using integrations to track remediation](/after-testing/remediating-vulnerabilities/using-integrations-to-track-remediation.md).&#x20;
{% endhint %}


---

# 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://docs.softwaresecured.com/after-testing/remediating-vulnerabilities.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.
