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

# 인벤토리 탭

AutoSavings 구독으로 활성화된 RI/SP의 수량, 상태, 기간 및 비용 정보를 한눈에 파악할 수 있는 예약 인스턴스 관리 대시보드입니다.

<figure><img src="/files/0vwxZMjSpMJk0OW4X8UX" alt=""><figcaption></figcaption></figure>

* **검색 조건**: 기간이나 선택하여 전체 예약 인스턴스 또는 Savings Plans에 대한 약정리스트를 확인할 수 있습니다.
* **전체, 활성화됨, 만료됨, 비활성화됨** 등의 요약 정보를 표시합니다. 선택시에는 해당되는 상태값의 예약 인스턴스 또는 Savings Plans가 리스트 형태로 나타납니다.
  * **전체:** 현재 등록된 모든 약정 인스턴스(RI/SP)의 총 개수를 나타냅니다. 활성 중이거나 만료되었거나 비활성 상태인 모든 약정이 포함됩니다.
  * **활성화됨:** 현재 유효 기간 내에서 사용 중인 약정 인스턴스입니다.
  * **만료됨:** 약정 기간이 종료된 인스턴스를 나타냅니다.
  * **비활성화됨:** 현재 계정 내에서 활성화되지 않은 약정 인스턴스입니다.


---

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