# Incidents

## **Overview**

The Incidents page serves as a log of estimated average costs and compares it to the actual resource usage. Whenever the usage rises over a certain threshold, it is recorded as an anomaly. This data is essential for cost optimization, as it allows users to see where their costs are abnormally high, and investigate the factors that cause it. The Anomaly Alerts page can be accessed from the menu present on the dashboard.

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

While viewing cost anomalies, any unexpected rise over a predicted threshold is marked with a yellow blip on the line graph. The lightly transparent blue highlight is a representation of the average costs, and the higher and lower limits of the predicted cost estimations. To view detailed data for a particular event, users can hover their cursor and see the presented details in a black dialogue box. To change time intervals, users may choose from the Weekly, Bi-Weekly, and Monthly options at the top of the graph.


---

# 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.economize.cloud/product-features/incidents.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.
