# Creating Target High Stock/Pre-Order Channel

## Creating High Stock & Pre-Order Channels

You only need **two commands** — one for high stock, one for pre-orders.

***

## 🔥 High Stock Channel (9+ Only)

### ✅ All Products (9+ Stock)

$monitor scf #target-high-stock #target-channel +stock9

This forwards **any message** with stock ≥ 9.

***

### ✅ Specific Pokémon TCG Items (9+ Required)

Stock must be attached to the keyword:

$monitor scf #pokemon-high-stock #pokemon-alerts +pokemon+stock9

You can also do:

$monitor scf #target-high-stock #target-channel +booster+box+stock9\
$monitor scf #target-high-stock #target-channel +etb+stock9

⚠️ Do NOT separate like this:

+pokemon +stock9

Positive keywords trigger independently.\
Attach `+stock9` to require 9+ stock.

***

## 📦 Pre-Order Only Channel (No Stock)

Pre-orders should go in a **separate channel**.

$monitor scf #target-high-stock #target-channel +pokemon -hasstock

* `+pokemon` → must contain Pokémon
* `-hasstock` → blocks anything with stock
* Negative keywords are blanket filters (they do NOT need to be attached)

***

## ✅ Summary

High Stock → `+stock9` (or attach like `+pokemon+stock9`)\
Pre-Orders → `+keyword -hasstock`


---

# 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/creating-target-high-stock-pre-order-channel.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.
