> 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/admin-commands/access-command.md).

# Access Command

This set of commands can be used to add, remove and view the channels you have setup for your various monitors and scrapers.

## Adding a channel for monitor access

To add a channel for monitor access you need to use the `access add` command. This command requires the name of the store and the channel you would like to use for it. Example:

```
!m access add target #target-monitor
```

{% hint style="info" %}
Please note that this command does not monitor the website in any way. This command will simply tell the monitor or scraper where to send notifications. You must [add items to the monitor](/monitor-commands/basic-monitor-commands.md) or [search terms to the scraper](/scraper-commands/basic-scraper-commands.md) in order to start receiving notifications.
{% endhint %}

## Adding a channel for scraper access

To add a channel for scraper access you need to use the `access add` command. This command requires the name of the store and the channel you would like to use for it. Example:

```
!m access add target scraper #target-scraper
```

## Remove a channel for monitor access

To remove a channel for monitor access you need to use the `access remove` command. This command requires the name of the store. Example:

```
!m access remove target
```

## Remove a channel for scraper access

To remove a channel for scraper access you need to use the `access remove` command. This command requires the name of the store. Example:

```
!m access remove target scraper
```

## View access channels added

You can view a list of all the access channels you have added using the `access running` command. Example:

```
!m access running
```

{% hint style="info" %}
You can view which store monitors and scrapers are missing an access channel by using the [`!m monitors`](/monitor-commands/basic-monitor-commands.md#view-a-list-of-all-available-stores) and [`!m scrapers`](/scraper-commands/basic-scraper-commands.md#view-a-list-of-all-available-scrapers) commands respectively and looking for the :x: emoji.
{% endhint %}
