# PUP User Commands

We've made PUP setup as easy as possible for the user, with only 5 commands.\
\
`+kw` -> Adds a positive keyword for the user, Usage: `+kw legend of zelda`\
`+kwrm` -> Removes a positive keyword for the user, Usage: `+kwrm playstation`\
`-kw` -> Adds a negative keyword for the user, Usage: `-kw shorts`\
`-kw #channel` -> Adds a negative channel, PUP will ignore all the messages from this channel.\
`-kwrm` -> Removes a negative keyword for the user, Usage: `-kwrm shorts`\
&#x20;`+kwreset` -> Remove all Positive keywords\
`-kwreset` -> Remove all Negative keywords\
\
`+showkws` -> Shows all the negative and positive keywords.


---

# 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/personal-user-pinger/pup-user-commands.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.
