> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/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-v0.2/menu/resources/optimization/exclusion-from-recommendation-tab.md).

# Exclusion from Recommendation tab

Use the Exclusion Tag to remove specific resources from the recommendation list in order not to receive recommendations for certain resources.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeTgJYsOp_DHHwQsvC97VzGg9iz9792itlYmVxFhYwOVIe3ouUJoS6nO5zYq_RDGfYc_dtv873D8y7-MuEZFtMNgkfxAw7PwF8wSEA7Q5yJQxLXfSvT4WHxl-q7jNL7WpY5cfPRZym8Jo1t0AlEZUQVI7g?key=ysDRQafD0diZR68JeXXSdQ" alt=""><figcaption></figcaption></figure>

1. **Search bar:** You can search information by entering a search text.
2. **\[+ Add] button:** Click this button to add items to exclude from recommendations.
3. **Exclusion from Recommendation list:** Displays the list of exclusion from recommendations.
4. **\[Cancel]/\[Save] buttons:** After adding items, click the **\[Save]** button to save changes. To cancel changes, click the **\[Cancel]** button.

You can set the exclusion from recommendations by following the steps below:

1. When you click the **\[+ Add]** button on the right side of the screen, a new item will appear in the table.
2. Select the Tag Key and Tag Value to exclude from recommendations.
3. Click the **\[Save]** button at the bottom right to save changes.
   * To delete an added item, click the recycle bin icon at the right side of the item.<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-v0.2/menu/resources/optimization/exclusion-from-recommendation-tab.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.
