> 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/compliance-and-reporting/reports/sla-insights-and-issues.md).

# SLA Insights & Issues

[SLA Insights](https://app.aikido.dev/reports/sla/stats) gives you visibility into how well your organization meets its remediation targets (MTTR Mean Time to Remediation). It focuses on response time, overdue issues, and overall remediation performance across severities.

This report helps you understand whether security issues are being resolved within the timeframes you defined.

<figure><img src="/files/ULymC0iZ8eyLaEOmfXV3" alt=""><figcaption></figcaption></figure>

## When to use this report

Use SLA Insights when you need to:

* Demonstrate adherence to internal or contractual SLAs
* Prepare for audits or enterprise customer reviews
* Identify bottlenecks in remediation workflows
* Monitor whether teams are resolving issues on time

It is particularly relevant for organizations with defined remediation targets per severity.

## Highlights

### Focus on Only New Issues (Last 180 Days)

The “Only new issues (last 180 days)” filter allows you to evaluate SLA performance based only on recently created issues.

<figure><img src="/files/aw7HnPjkdFGJ9wJsvjHR" alt=""><figcaption></figcaption></figure>

This is important because:

* Old legacy backlog does not distort your current performance
* You measure how well the organization handles new risk
* You can clearly demonstrate improvement over time

This makes the report suitable for operational reviews and customer reporting.

### Mean Time to Remediation (MTTR)

The Mean Time to Remediation chart shows the average number of days it takes to resolve issues.

It helps you:

* Track remediation speed over time
* Compare performance against severity based SLA targets
* Detect structural delays in handling critical or high risk findings

Lower MTTR indicates faster risk reduction and stronger operational maturity.


---

# 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://help.aikido.dev/compliance-and-reporting/reports/sla-insights-and-issues.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.
