> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/menu/anomalies/history-tab.md).

# History Tab

You can check cost anomaly detection history and notification history.

<figure><img src="/files/63P9FbTnoxKV6vVVvG8q" alt=""><figcaption></figcaption></figure>

1. **Select Period:** Click the date field, then choose a preset range on the left, or select custom start and end dates on the calendar. Next, click **OK** to apply or **Cancel** to exit.
2. **Search Bar:** To find specific information, type a keyword in the search bar.
3. **Table:** Displays the detailed history of cost anomaly detection. Each column provides the following details:

   tab.&#x20;

   * **Cloud:** Indicates the cloud service provider (AWS, Azure, GCP).
   * **Type:** Shows how the rule was created (Manual or AI).
   * **Name:** The rule name set by the user.
   * **Analyzed by:** Indicates the scope used for analysis
   * **Period:** The comparison period used for anomaly detection.
   * **Threshold:** The minimum cost difference that triggers a detection alert.
   * **Cost Change:** Displays the detected cost increase or decrease amount.
   * **Sent Email:** Lists the recipients who received the alert notification.
   * **Sent Date:** The date and time the email notification was sent.
   * **Detection Date:** The date the anomaly was detected.


---

# 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.opsnow.io/dev-opsnow-user-guide-v0.2/menu/anomalies/history-tab.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.
