> 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/undefined-6/undefined-2.md).

# 충당률 탭

**충당률**은 약정을 얼마나 효과적으로 활용하고 있는지를 나타내는 지표입니다. 구매한 약정이클라우드 사용량의 어느 정도를 커버하고 있는지를 보여줍니다.

<figure><img src="/files/9hyD55RYBiKbCQpgeIOD" alt=""><figcaption></figcaption></figure>

1. **전체 / Savings Plans / 예약 인스턴스 탭**: 약정 타입별로 정보를 확인하려면 탭을 선택합니다.
2. **검색 조건**: 제품이나 클라우드 계정을 선택하여 정보를 확인할 수 있습니다.
3. **OpsNow Insight AI**: AI 기반 약정 추천 내용을 표시합니다.
4. **총 충당률**, **온디맨드 환산 금액**, **실제 온디맨드 비용**, **총 비용** 등의 요약 정보를 표시합니다.
   * **총 충당률**: 약정을 얼마나 효과적으로 활용하고 있는지를 나타내는 지표 중 하나로, 구매한 약정이 클라우드 사용량을 얼마나 커버하고 있는지를 보여줍니다.\
     **총 충당률** **계산식: 총 충당률 = (RI 온디맨드 비용 상응액 + SP 온디맨드 비용 상응액) ÷ 총 비용 × 100**
   * **온디맨드 비용 상응액**: 약정 적용 시간 동안의 사용량을 온디맨드 가격으로 환산한 코스트를 표시합니다.
   * **실제 온디맨드 비용**: 실제로 발생한 온디맨드 요금을 표시합니다.
   * **총 비용**: 클라우드 사용에 소요된 총 비용을 표시합니다.
5. **약정 커버리지 상세 정보**: 약정 커버리지에 대한 상세 정보를 표시합니다.


---

# 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/undefined-6/undefined-2.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.
