> 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-1.md).

# 충당률 탭

**충당률** 탭은 AutoSavings로 달성한 절감 비율과 인스턴스별 최적화 상태를 분석하여 비용 효율을 시각화해주는 성과 지표 대시보드입니다.

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

* **검색 조건**: 기간이나 계정을 선택하여 AutoSavings 절감 현황을 검색할 수 있습니다.&#x20;
* **총 충당률, 온디맨드 비용 환산액, 실제 온디맨드 비용, 총 비용** 등의 요약 정보를 표시합니다.
  * **총 충당률**: 전체 클라우드 사용량 중 약정으로 커버된 비율을 나타냅니다.
  * **온디맨드 비용 환산액**: 약정 사용 시간에 대해, 공개된 온디맨드 요율을 기준으로 계산한 비용입니다.
  * **실제 온디맨드 비용**: 약정이 적용되지 않은 리소스의 실제 온디맨드 사용 비용입니다.
  * **총 비용**: 전체 클라우드 리소스 사용에 따라 발생한 총 지출 금액입니다.
* **시간대별 충당:** 필터로 지정한 기간 및 계정 정보에 따른 그래프 및 충당률 정보가 나타납니다.


---

# 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-1.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.
