# Filtered Release Channels

To get started you need to first run the [Keyword Pinger](https://guide.meshmonitors.io/bot-modules-1/pinger) once in the pinger commands channel. This will add your server to the database.&#x20;

Now we need to know the role name that you want to be able to control the filtered channels command. It can be owner, staff, admin or whatever you would like. Send the role name to your client channel in the Mesh Monitors server.&#x20;

After we add the role name to the database you are ready to use the command.&#x20;

First you create the channel that you want the filtered monitors to go to. Then run the command in the #pinger-commands channel.

Here is an example: \
!monitor add playstation 5 #ps5

Now any of our monitors containing the keywords "playstation 5" will be sent to the #ps5 channel&#x20;

To remove a filterer channel run the same command with the word remove in place of add. Example \
&#x20;!monitor remove playstation 5 #ps5

To filter a website to a channel just type in the copmplete url just like it is shown in the top of our monitors. Example \
!monitor add <https://travis-scott-secure.myshopify.com/> #travis


---

# 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://guide.meshmonitors.io/bot-modules-1/filtered-release-channels.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.
