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

# Issues

Issues is the main portal where you can monitor and manage any vulnerabilities that have been identified across all of your in-scope targets. If you have Server or Application scanning enabled, this is also where you will find those findings.

When a vulnerability has been remediated and is no longer found, it will appear in the [Issues → Retired](https://app.halosecurity.com/user/security/issues/retired) section. After a total of 5 scans that do not identify the specific issue, it will reach a confidence level of 100% and be removed from the list.

## Risk

Halo Security’s approach to rating issues aims to highlight the actual business impact and risk of breach or data loss. Learn more about how we assign risk at:

{% content-ref url="/pages/MN0hvFQFvqEMECdF1AqX" %}
[Risk](/docs/platform/risk.md)
{% endcontent-ref %}

## Prevalence

The [Issues](https://app.halosecurity.com/user/security/issues/) page also displays the prevalence of issues. This icon tells you how often an issue is found across all scans that have been performed. This value is calculated by the number of instances detected using the following:

* 1000+ - Very Common
* 200 - 1000 - Somewhat Common
* 20 - 200 - Less Common
* < 20 - Rare

## Vulnerability Management

To learn how to manage issues and establish a remediation workflow, view more information at:

{% content-ref url="/pages/e0YpxbKiJvcIqqjjKMeL" %}
[Vulnerability Management](/docs/platform/issues/vulnerability-management.md)
{% endcontent-ref %}

## Pages & Reports

* [Overview](https://app.halosecurity.com/user/security/issues/): View the highest risk issues across targets and their workflow statuses and assignees.
* [Summary](https://app.halosecurity.com/user/security/issues/summary): See all issues that were found, the number of instances, and how common they are.
* [List](https://app.halosecurity.com/user/security/issues/list): List all issues found per target, when they were first found, their last scan date, and risk rating.
* [Instances](https://app.halosecurity.com/user/security/issues/instances)*:* List of specific issue instances found per target along with details about the finding.
* [Retired](https://app.halosecurity.com/user/security/issues/retired): List of issues that are no longer identified along with their confidence level, when they were last found, and the date of the previous scan.
* [Changes](https://app.halosecurity.com/user/security/issues/changes): View changes to issues between the current and previous scans.


---

# 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.halosecurity.com/docs/platform/issues.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.
