> 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/price-monitor-commands/basic-price-monitor-commands.md).

# Basic Price Monitor Commands

The price monitors allow you to receive notifications whenever there has been a price change in a price monitored item. All available commands can be viewed using: !m help pricemonitor

## Adding an item to the price monitor

To add an item to the price monitor you need to use the `pricemonitor add` command. This command requires the name of the store and the SKU of item you would like to price monitor. Example:

```
!m pricemonitor add target 81114595
```

## Removing an item from the price monitor

To remove an item from the price monitor you need to use the `pricemonitor remove` command. This command requires the name of the store and the SKU of item you would like to remove from the monitor. Example:

```
!m pricemonitor remove target 81114595
```

## View price monitored items

You can view a list of all the items you have added to the price monitor for each store using the `pricemonitor running` command. This command only requires the name of the store. Example:

```
!m pricemonitor running target
```

## View a list of all available stores

The `pricemonitor stores` command will display all of the currently available stores and if you have access to them or not. Example:

```
!m pricemonitor stores
```

{% hint style="info" %}
If you have a store that you would like to see added then simply open a ticket in the [Discord server](https://discord.com/invite/pR2RzwRbwS) and request it.
{% endhint %}
