> For the complete documentation index, see [llms.txt](https://docs.onelens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onelens.cloud/optimize-cost-savings-and-recommendations/saving-dashboard.md).

# Saving Dashboard

The **Saving Dashboard** gives you a comprehensive view of your cloud savings opportunities. It highlights potential savings across accounts, services, and regions, while also tracking savings that have already been achieved. This helps you focus on high-impact areas for cost optimization and measure progress.

## Key Features

### [Potential Savings](/optimize-cost-savings-and-recommendations/saving-dashboard/about-potential-savings.md)

The **Potential Savings** page shows opportunities to reduce costs across your cloud infrastructure. It organizes savings by account, service, region, and more, prioritizing opportunities based on impact and required effort.

You can use the data here to focus on areas that offer the highest return with the least effort, and take actions that are aligned with your cost-saving goals.

### [Achieved Savings](/optimize-cost-savings-and-recommendations/saving-dashboard/about-achieved-savings.md)

The **Achieved Savings** page displays the savings you have already realized. It tracks the cost reductions you’ve made and provides visibility into the success of your cost optimization strategies.

By reviewing the achieved savings, you can assess the effectiveness of your actions and fine-tune your approach for further improvements.


---

# 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.onelens.cloud/optimize-cost-savings-and-recommendations/saving-dashboard.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.
