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

# 사용률 탭

**사용률**은 약정을 얼마나 효과적으로 활용하고 있는지를 나타내는 지표 중 하나입니다. 이는 구매한 약정 중 실제로 사용된 비율을 의미하며, 활용률이 높을수록 클라우드 비용 절감 효과도 커집니다.

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

1. **전체 / Savings Plans / 예약 인스턴스 탭**: 약정 타입별로 정보를 확인하려면 탭을 선택합니다.
2. **검색 조건**: 제품이나 클라우드 계정을 선택하여 정보를 확인할 수 있습니다.
3. **OpsNow Insight AI**: AI 기반 약정 추천 내용을 표시합니다.
4. **약정 활용 현황 요약: 총 사용률**, **약정**, **사용된 약정**, **총 절감액, 절감률** 등의 요약 정보를 표시합니다.
   * **총 사용률**: 약정을 얼마나 효과적으로 활용하고 있는지를 나타내는 지표입니다. 구매한 약정 총액 대비 실제 사용된 약정 금액의 비율을 의미합니다. 다시 말해, 활용률이 높을수록 클라우드 비용 절감 효과가 크다는 것을 의미합니다.\
     **총 사용률 계산식:** **총 사용률 = (RI 사용 약정 금액 + SP 사용 약정 금액) ÷ 구매한 약정 총액 × 100**
   * **약정:** 구매한 약정 총액을 표시합니다.
   * **사용된 약정:** 실제로 사용된 약정 총액을 표시합니다.
   * **총 절감액**: 선택한 기간 동안 온디맨드 비용에 해당하는 금액과 구매한 약정 금액 간의 차액을 나타냅니다.\
     **총 절감액 계산식: 총 절감액 = (RI 온디맨드 비용 + SP 온디맨드 비용) - (RI 사용 약정 금액 + SP 사용 약정 금액)**
   * **절감률**: 약정을 통한 비용 절감 효과를 수치로 표시합니다. 할인된 클라우드 리소스 비용을 온디맨드 가격으로 환산한 후, 구매한 약정 금액을 차감하여 절감액을 계산하고, 이를 온디맨드 비용에 대해 비율로 나타냅니다.\
     **절감률** **계산식:**\
     **절감률 = 총 절감액 ÷ (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-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.
