> For the complete documentation index, see [llms.txt](https://docs.tempomonitors.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempomonitors.com/scraper-commands/forwarding-commands.md).

# Forwarding Commands

This set of commands allows you to forward new item notifications for specific search terms to specific channels. All available commands can be viewed using: !m help forward

## Adding a forwarding rule

Use this command to forward all notifications for the specified search terms to the mentioned channel. To add a forwarding rule you need to use the `forward add` command. This command requires the name of the store, the search terms you would like to forward and the channel you would like to forward the notifications to. Example:

```
!m forward add target scraper "prizm" #cards
```

In this example we are forwarding all the new item notifications from Target for the search terms "prizm" to the `#cards`channel.

{% hint style="info" %}
Shopify sites can also be forwarded on a per site basis . For more information visit [Shopify Channel Commands](/monitor-commands/forwarding-commands/shopify-channel-commands.md)
{% endhint %}

## Removing a forwarding rule

Use this command to remove a forwarding rule you have previously added. To remove a forwarding rule you need to use the `forward remove` command. This command requires the name of the store, the search terms and the channel you would like to remove the forwarding rule for. Example:

```
!m forward remove target scraper "prizm" #cards
```

## View added forwarding rules

You can view a list of all the forwarding rules you have added for each store using the `forward running` command. This command only requires the name of the store. Example:

```
!m forward running target scraper
```
