# Tempo FBA Monitor

## Adding an item to the FBA monitor

To add an item to the FBA monitor you need to use the `fba add` command. This command requires the name of the store, the SKU of item you would like to monitor and the ASIN of the Amazon product you would like to associate with this SKU. Example:

```
!m fba add target 86213733 B0BSLXM9SN
```

## Removing an item from the FBA monitor

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

```
!m fba remove target 86213733
```

## View FBA monitored items

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

```
!m fba running target
```
