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

# 추천 탭

비용 절감을 위한 약정 추천 정보를 표시합니다.

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

1. **Savings Plans / 예약 인스턴스(Reserved Instance) 탭**: 약정 종류별로 정보를 확인할 수 있습니다.
   * **Savings Plans 탭**: **Savings Plans** 약정 추천 정보를 확인할 수 있습니다. Savings Plans는 1년 또는 3년 동안 시간 단위 사용 요금을 약속하여 클라우드 제품 사용 요금을 할인받는 모델입니다.
   * **예약 인스턴스(Reserved Instance) 탭**: **예약 인스턴스** 약정 추천 정보를 확인할 수 있습니다. Reserved Instance는 특정 가용 영역(Availability Zone)에서 1년 또는 3년 동안 용량과 리소스를 예약하여 할인 가격을 적용받는 모델입니다.
2. **검색 조건**: 제품, 클라우드 계정, 기간을 선택하여 정보를 확인할 수 있습니다.
3. **OpsNow Insight AI**: AI 기반 약정 추천 정보를 표시합니다.
4. **약정 조합 리스트**: 사전 결제, 기간, 제품 등의 조합에 따라 사용 가능한 약정 목록을 표시합니다. 추천 플랜에는 **"추천됨"** , 최저 비용 플랜에는 **"최저 비용 옵션"** 라벨이 표시됩니다. 리스트 항목을 클릭하면 하단에 상세 정보가 표시됩니다.
5. **약정 상세 정보**: 약정 조합 리스트에서 선택한 항목의 상세 정보를 확인할 수 있습니다. 추천 플랜을 구매하려면 화면 오른쪽 상단의 **\[Savings Plans/예약 인스턴스 구매]** 버튼을 클릭하세요.


---

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