# Moonitor Preset Managment (Hot)

Hot is Moonitor Preset monitoring list, basically it takes all products that more than 6 groups are following, and atleast 1 of them is using hot, and shares them between all hot servers.

Hot is essentially a system where you share your publicly known drops (Stuff that more than 6 groups are following) and keep your private drops private.

Because hot doesnt actually add all the items to the monitoring list, to remove stuff from hot you need to sue `$monitor addbannedkw` , basically it adds a banned kw, and if it matches product name / sku / domain it'll block that product from pinging on your server

`$monitor addbannedkw amazon.co.uk` -> this will block all hot products from amazon.co.uk `$monitor addbannedkw series s` -> this will block all hot products that contain `series s` in the name

`$monitor addbannedkw B07CYTSWXV` -> this will block all products with the sku `B07CYTSWXV`


---

# Agent Instructions: 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:

```
GET https://docs.moonitor.tools/monitoring-commands/moonitor-preset-managment-hot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
