> For the complete documentation index, see [llms.txt](https://docs.moonitor.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonitor.tools/monitoring-commands.md).

# Monitoring Commands ($monitor)

- [Popmart Monitoring](https://docs.moonitor.tools/monitoring-commands/popmart-monitoring.md): Our Popmart monitoring system supports both global online and local (US-only) restock alerts.
- [In-Store Monitoring](https://docs.moonitor.tools/monitoring-commands/in-store-monitoring.md): The Local Stock Monitor allows admins to track nationwide local availability of specific products from major retailers like Target and BestBuy.
- [Monitoring Funko](https://docs.moonitor.tools/monitoring-commands/monitoring-funko.md): How to monitor Funko after their platform change
- [Creating a funko filtered channel](https://docs.moonitor.tools/monitoring-commands/monitoring-funko/creating-a-funko-filtered-channel.md)
- [Funko/LoungeFly con monitor](https://docs.moonitor.tools/monitoring-commands/monitoring-funko/funko-loungefly-con-monitor.md): Con monitor that enabled during cons when funko disables a lot of other montioring facets
- [Creating Custom Funko ATC Links](https://docs.moonitor.tools/monitoring-commands/monitoring-funko/creating-custom-funko-atc-links.md)
- [Setting a Monitor channel](https://docs.moonitor.tools/monitoring-commands/setting-a-monitor-channel.md): $monitor addchannel {storename} {#channel}
- [Confirming Channels setup](https://docs.moonitor.tools/monitoring-commands/setting-a-monitor-channel/confirming-channels-setup.md): $monitor showchannels
- [Monitor a Restock by adding a Link](https://docs.moonitor.tools/monitoring-commands/monitor-a-restock-by-adding-a-link.md): Explains how to add new Links to your group monitoring list.
- [Adding QuickTasks buttons to Pings](https://docs.moonitor.tools/monitoring-commands/adding-quicktasks-buttons-to-pings.md)
- [Adding custom text to pings](https://docs.moonitor.tools/monitoring-commands/adding-custom-text-to-pings.md): $monitor attachkw
- [Setting an Errors/Updates Channel](https://docs.moonitor.tools/monitoring-commands/setting-an-errors-updates-channel.md): $monitor defaultchannel #channel
- [Customizing Moonitor](https://docs.moonitor.tools/monitoring-commands/customizing-moonitor.md)
- [Mirroring pings to Slack](https://docs.moonitor.tools/monitoring-commands/mirroring-pings-to-slack.md): $monitor addslack
- [Moonitor Preset Managment (Hot)](https://docs.moonitor.tools/monitoring-commands/moonitor-preset-managment-hot.md): $monitor hot
- [Monitor an entire shopify store for Restocks / New Items](https://docs.moonitor.tools/monitoring-commands/monitor-an-entire-shopify-store-for-restocks-new-items.md): $monitor allshopify link #channel
- [Show all monitored shopify stores](https://docs.moonitor.tools/monitoring-commands/monitor-an-entire-shopify-store-for-restocks-new-items/show-all-monitored-shopify-stores.md): $monitor showallshopify
- [Remove a shopify store from the global monitor.](https://docs.moonitor.tools/monitoring-commands/monitor-an-entire-shopify-store-for-restocks-new-items/remove-a-shopify-store-from-the-global-monitor..md): $monitor removeshopify {link}
- [Monitoring a Shopify Store with a known password](https://docs.moonitor.tools/monitoring-commands/monitoring-a-shopify-store-with-a-known-password.md): $monitor addshopifypassword {link} {password}
- [Managing Monitored Links](https://docs.moonitor.tools/monitoring-commands/managing-monitored-links.md)
- [Show all of your available sites](https://docs.moonitor.tools/monitoring-commands/show-all-of-your-available-sites.md): $monitor sitelist
- [Channel Parrotting (New)](https://docs.moonitor.tools/monitoring-commands/channel-parrotting-new.md)
- [Setting a Category Channel (Parroting)](https://docs.moonitor.tools/monitoring-commands/setting-a-category-channel-parroting.md): $monitor setkeywordchannel #channel +kw +kw -kw ...
- [Setting a channel for a single Shopify store](https://docs.moonitor.tools/monitoring-commands/setting-a-category-channel-parroting/setting-a-channel-for-a-single-shopify-store.md): $monitor setkeywordchannel #channel +domain
- [Price Monitors](https://docs.moonitor.tools/monitoring-commands/price-monitors.md): Currently Supported stores: Amazon/AmazonUK/Target/HomeDepot/Walmart/Walgreens/Scheels/BarnesAndNoble
- [Goat Monitor](https://docs.moonitor.tools/monitoring-commands/goat-monitor.md): Monitor a goat link to ping when it goes below a certain price
- [Set Price/Stock Filter TicketMaster](https://docs.moonitor.tools/monitoring-commands/set-price-stock-filter-ticketmaster.md): Set max price/minimum stock per event/artist to remove pings of non resell-able tickets.
- [Using AXS with multiple types](https://docs.moonitor.tools/monitoring-commands/using-axs-with-multiple-types.md): Sometime AXS does custom events where there is multiple types of tickets, how do we add them?
- [Monitor CommentSold Restock/New](https://docs.moonitor.tools/monitoring-commands/monitor-commentsold-restock-new.md)
- [Monitor Weebly \[Square\]](https://docs.moonitor.tools/monitoring-commands/monitor-weebly-square.md)
- [Monitoring Apple](https://docs.moonitor.tools/monitoring-commands/monitoring-apple.md): $monitor apple {zip}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.moonitor.tools/monitoring-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
