# Adding an Entire Category of Channels

#### Command

Use the following command to add an entire category:

```
$monitor addcategory <categoryname> <type>
```

#### Parameters

* **categoryname** — The name of the Discord category.
* **type** — Can be:
  * `monitor`
  * `normal`\
    (These correspond to the same types used in the app.)

⚠️ **Important:**\
Make sure the category name is **one word** when adding it (for example `shopify-monitors`).\
You can rename the category back afterward if needed.

#### Examples

```
$monitor addcategory shopify-monitors monitor
$monitor addcategory announcements normal
```

#### How Notifications Work

* Moonitor automatically **detects links** in embeds or messages.
* If a **link is detected**, clicking the notification will **open the link directly**.
* If **no link is detected**, the notification will **open the Discord channel instead**.


---

# 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://appdocs.moonitor.tools/staff/adding-an-entire-category-of-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.
