# Popmart Monitoring

### 🌐 Global Online Popmart Monitor

#### General Restock Alerts

Use this command to monitor **any** restock or new product added to Popmart’s online store:

```
$search addterm popmart #channel restock
```

This will notify `#channel` whenever a restock or new listing occurs across the global Popmart store.

***

### 🎯 Specific Item Monitoring

If you only want alerts for **specific products**, use this two-part setup:

#### 1. Set the Target Channel

```
$monitor addchannel popmart #channel
```

This command links `#channel` to only receive alerts for the specific items you define.

> 🔁 You can change `popmart` to any of the supported regional variants below.

#### 2. Add Items to Watch

```
$monitor {product_link}
```

Replace `{product_link}` with the actual product URL from any of the supported Popmart regions.

#### ✅ Supported Regions

You can substitute `popmart` with any of these region codes:

* `popmart`
* `popmartca`
* `popmartde`
* `popmartes`
* `popmartfr`
* `popmartgb`
* `popmartit`
* `popmartmy`
* `popmartnl`
* `popmartph`
* `popmartpl`
* `popmartsg`
* `popmartth`
* `popmarttw`
* `popmartjp`

This allows you to track region-specific inventory and avoid global false positives.

***

### 🏪 Local Popmart Monitoring (US Only)

For in-store restocks at US Popmart physical locations, use:

```
$monitor addchannel popmartlocal #channel
```

This will send alerts to `#channel` whenever **any** US Popmart store restocks an item. Perfect for in-person shoppers or US-based collectors.


---

# 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/popmart-monitoring.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.
