# Monitor a site for new items added by keyword

Search is used to continously search for your term on a target site, and ping on a channel when a new product is added.\
\
To add a new item monitor you need to get the site name from the [sitelist command](/new-product-monitor/show-all-available-sites.md)\
After that you need to run `$search addterm {store} {#channel} {search term}`\
\
Example\
`$search addterm target #target-new panini cards` -> This will ping on #target-new every time a new item is added under the `panini cards` searchterm.


---

# 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/new-product-monitor/monitor-a-site-for-new-items-added-by-keyword.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.
