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

# 추천 제외 설정 방법

**추천 제외 태그**를 사용하면 특정 리소스를 추천 목록에서 제외하고, 해당 리소스에 대한 추천을 받지 않도록 설정할 수 있습니다.

<figure><img src="/files/1UnV1AFMdSGdT02cHsJx" alt=""><figcaption></figcaption></figure>

1. **검색바**: 검색어를 입력하여 정보를 검색할 수 있습니다.
2. **\[추가] 버튼**: 이 버튼을 클릭하면 새로운 제외 항목을 추가할 수 있습니다.
3. **추천 제외 태그:** 제외된 리소스 목록이 표시됩니다.
4. **\[취소] / \[저장] 버튼**: 항목을 추가한 후 **\[저장]** 버튼을 클릭하면 변경사항이 저장됩니다. 변경을 취소하려면 **\[취소]** 버튼을 클릭하세요.

추천 제외 설정 절차는 다음과 같습니다.

1. 화면 오른쪽의 **\[추가]** 버튼을 클릭하면 새 항목이 테이블에 추가됩니다.
2. **태그 키**와 **태그 값**을 선택하여 제외할 리소스를 지정합니다.
3. 화면 오른쪽 하단의 **\[저장]** 버튼을 클릭하여 변경사항을 저장합니다.
   * 추가한 항목을 삭제하려면, 해당 항목 오른쪽에 있는 휴지통 아이콘을 클릭하세요.<br>


---

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