# Managing Monitored Links

## View all Monitored Links

You can view all the monitored links of a single store by running, you can not input a store to show all monitors.

```
$monitor show {store}
```

{% hint style="info" %}
`$monitor show amazon`

You can click on the "Click Here to remove" to remove a Link from the monitoring list.
{% endhint %}

## Removing a Link from the monitoring list using a SKU

To remove a link from the monitoring list, simply copy the SKU and run

```
$monitor remove {sku}
```

{% hint style="info" %}
$monitor remove B08VJD6QVK
{% endhint %}

## View filtered Monitored Links

You can lookup a keyword to search on the title, to use:

```
$monitor lookup {keyword}
```

{% hint style="info" %}
`$monitor show amazon`

You can click on the "Click Here to remove" to remove a Link from the monitoring list.
{% endhint %}


---

# 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/managing-monitored-links.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.
