# Setting a Category Channel (Parroting)

[ **Parrotting by default only parrot moonitor own restock notification, if u'd like to parrot other sources instead, or parrot a scraper please use our Channel Parrot instead.** ](/monitoring-commands/channel-parrotting-new.md)\
\
[AllShopify](/monitoring-commands/monitor-an-entire-shopify-store-for-restocks-new-items.md) channels are not filitered to kw channels by default, to change this behaviour run the `$monitor filterallshopify` command.\
\
You can set a Category channel (I.E channel for consoles/pools/cards/etc.) by using `setkwchannel` ,\
for example \
`$monitor setkeywordchannel #consoles +playstation +xbox -4`

will send to #consoles all pings that contains either `playstation` or `xbox` in the name, but does not contain `4` in the name.

## Show all keyword under a channel

To show keyword under a channel run `$monitor showkeywordchannel` [Channel Parrotting (New)](/monitoring-commands/channel-parrotting-new.md)

## Remove under a channel

To show keyword under a channel run `$monitor removekeywordchannel #channel +kw1 +kw2 ...`

## Reset a Category Channel

To reset a Category channel run `$monitor resetkeywordchannel #channel`

## Adding a URL Filtering rule to a keyword

We can add additional filter on our keywords, adding `+partofurl` after our keyword,&#x20;

for example `$monitor setkeywordchannel #funko-official +funko+funko.com`

would only send pings containing the keyword `funko` to `#funko-official` only if their url has `funko.com`&#x20;


---

# 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/setting-a-category-channel-parroting.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.
