> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-kr/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-kr/menu/autosavings/undefined.md).

# 절감액 탭

AutoSavings 구독 이후 실제 절감된 비용과 절감률을 한눈에 파악할 수 있는 절감 성과 대시보드입니다.

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

* **검색 조건**: 기간이나 계정을 선택하여 **AutoSavings** 절감 현황을 검색할 수 있습니다.&#x20;
* **온디멘드 비용 환산, 약정, 총 AutoSavings 절감액, 절감률**  등의 요약 정보를 표시합니다.
  * **온디맨드 비용 환산액**: 약정이 사용된 시간에 대해, 공개된 온디맨드 요금을 기준으로 계산한 비용입니다.
  * **약정**: 특정 인스턴스를 일정 기간 사용하겠다고 약속하고, 그에 따라 할인된 요금을 적용받는 방식입니다.
  * **총 AutoSavings 절감액**: 선택한 기간 동안 약정을 통해 온디맨드 요금 대비 절감한 총 금액입니다.
  * **절감률**: 온디맨드 요금을 기준으로, 절감된 금액이 차지하는 비율입니다.
* **시간대별 절감액:** 필터로 지정한 기간 및 계정 정보에 따른 그래프 및 절감액 정보가 나타납니다.


---

# 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-kr/menu/autosavings/undefined.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.
