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

# 미사용 리소스 탭

각 클라우드 서비스에 적용되는 미사용 리소스 분석 추천 조건을 설정할 수 있습니다. 토글 버튼과 체크박스를 사용하여 조건을 활성화할 수 있습니다. 설정을 변경한 후, 화면 오른쪽 하단의 **\[저장]** 버튼을 클릭하여 변경사항을 저장하세요.

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

1. **\[%Cloud service name] 미사용 리소스 설정**: **\[설정 초기화]** 버튼을 클릭하면 설정을 기본 조건으로 초기화할 수 있습니다.
2. **클라우드 서비스 제품별 설정**: 왼쪽의 체크박스를 선택한 후, 화면 오른쪽 상단의 **\[On/Off]** 버튼을 **On**으로 설정합니다. 설정을 완료한 후, 화면 오른쪽 하단의 **\[저장]** 버튼을 클릭하여 변경사항을 저장하세요.


---

# 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-4/undefined-1/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.
