# Commands

This is a quick and dirty list of all commands featured on the ticket module of Thread-Watcher. You can learn more about each command by reading it's description and options directly in the Discord client itself.

| Name                 | Description                                                                                      | Required Permissions                                                    |
| -------------------- | ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
| `/ticket assign`     | Assign a ticket to a user                                                                        | User needs to have one of the `Assigned Roles`                          |
| `/ticket new-note`   | Add a mod note to the ticket. This is only visible by other users with one of the assigned roles | User needs to have one of the `Assigned Roles`                          |
| `/ticket resolve`    | Marks the ticket as resolved. This cannot be undone                                              | User needs to have one of the `Assigned Roles` or be the ticket creator |
| `/ticket view-notes` | Shows you the last 10 mod notes of this ticket                                                   | User needs to have one of the `Assigned Roles`                          |


---

# 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.threadwatcher.xyz/features/tickets/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.
