# Price Monitor Access Command

{% hint style="info" %}
If you do not assign a specific channel for a store price monitor, the notifications for price changes will automatically go to the channel used for the store restock monitor.
{% endhint %}

## Adding a channel for price monitor access&#x20;

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 price #target-price-monitor
```

## Remove a channel for price monitor access&#x20;

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 price
```

## 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
```


---

# 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.tempomonitors.com/price-monitor-commands/price-monitor-access-command.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.
