# Monitor a Restock by adding a Link

## Adding a single link

Adding a single link to monitor can be done using the `$monitor` Command

```
$monitor {Link}
```

{% hint style="info" %}
&#x20;$monitor <https://www.amazon.com/PlayStation-5-DualSense-Wireless-Controller/dp/B08H99BPJN>
{% endhint %}

## Adding Multiple Links

Adding Multiple links together can be done via the `$monitor massadd` command, Links need to be seperated with a space.

```aspnet
$monitor massadd {Link 1} {Link 2} ...
```

{% hint style="info" %}
&#x20;$monitor <https://www.amazon.com/PlayStation-5-DualSense-Wireless-Controller/dp/B08H99BPJN> <https://www.amazon.com/dp/B08VJD6QVK>
{% endhint %}

## Adding SquareSpace links

Adding squarespace links can be done via the `$monitor squarespace` command

```aspnet
$monitor squarespace {Link}
```

## Adding TargetLocal/ArgosLocal Monitor

In order to search for pickups orders on target / argos add the store name after Monitor\
`$monitor targetlocal {link`}\
`$monitor argoslocal {link}`

## Adding BestBuyLocal Links

You only need to turn on bestbuy local (Using `$monitor bblocal`) and the bestbuy local monitor will monitor everything that you monitor on BestBuy.

## &#x20;


---

# 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.moonitor.tools/monitoring-commands/monitor-a-restock-by-adding-a-link.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.
