# Savings Tab

<figure><img src="/files/1vsykvmWZY2JhyeeYHxA" alt=""><figcaption></figcaption></figure>

1. **CSP Selection:** Choose the cloud service provider to view AutoSavings data. Supported options include AWS and Azure.&#x20;
   * AWS provides full features with three tabs: **Savings**, **Coverage**, and **Inventory**.
   * Azure is available only for the MEA region and includes two tabs: **Savings** and **Inventory**.
2. **Period:** Set the analysis period to display cost-saving results over a specific time range.
3. **Account:** Select the target account to filter AutoSavings data by a specific billing or subscription account.
4. **Key Savings Metrics:** This prominent section highlights four crucial metrics related to cost savings: &#x20;
   * **On-Demand Cost Equivalent:** Represents the cost if resources were purchased on-demand.
   * **Commitments:** The cost associated with committed usage.
   * **Total AutoSavings:** The actual savings achieved.
   * **Savings Rate:** The percentage of savings relative to the on-demand cost equivalent.
5. **Savings Over Time:** Displays daily trends for Savings (blue bars), Commitments (teal line), On-Demand Cost Equivalent (yellow line).
6. **Download button:** Allows users to export data to a download file in CSV format.
7. **Table:** Shows daily AutoSavings data to display the analysis date. &#x20;
   * **Total AutoSavings:** Shows the amount saved on that specific day.
   * **Savings Rate:** Indicates the percentage of savings compared to on-demand costs for that day.


---

# 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.opsnow.io/opsnow-user-guide-v0.2/menu/autosavings/savings-tab.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.
