# Adding QuickTasks buttons to Pings

![](https://1251489544-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeaXh1sHwaG2VzgPN8K%2Fuploads%2Fdl8YuQLws4o3PDanqcOT%2FzmYRskf.png?alt=media\&token=9b433bc0-af56-40bc-a2b8-1bac9a3942ee)\
Adding QuickTasks is done by domain, QuickTasks are only available for site that show a SKU field on their pings.\
\
To add a QT you need to run the following command:<br>

```
$monitor addqt {domain} {qtname} {link}
```

In the link part put `moosku` where u want the sku to be present in the actual ping, for example for an Amazon ATC the command will be <br>

```
$monitor addqt amazon.com atc1 https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=moosku&Quantity.1=1
```

You can have up to 5 QT per domain, they all will show on a ping. for example you can have\
&#x20;`ATC1 | ATC2 | QTWRATH | QTHAYHA`

## Show all QuickTasks

to show all QuickTasks type `$monitor showqt`

## Removing a QuickTask

To remove a QT you'll need the domain and the QuickTask link (u can view all QuickTask using `showqt`) \ <br>

```
$monitor removeqt {domain} {qtlink}
```

Example:<br>

```
$monitor removeqt amazon.com https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=moosku&Quantity.1=1
```
