# Features

- [Core Features](https://docs.threadwatcher.xyz/features/core-features.md)
- [Commands](https://docs.threadwatcher.xyz/features/core-features/commands.md)
- [Monitors](https://docs.threadwatcher.xyz/features/core-features/monitors.md): Set it, forget it!
- [Advanced Filtering](https://docs.threadwatcher.xyz/features/core-features/advanced-filtering.md)
- [Tickets](https://docs.threadwatcher.xyz/features/tickets.md)
- [Commands](https://docs.threadwatcher.xyz/features/tickets/commands.md)
- [Ticket Panels](https://docs.threadwatcher.xyz/features/tickets/ticket-panels.md): Ticket panels are your users entry point into creating a ticket
- [Modules](https://docs.threadwatcher.xyz/features/tickets/modules.md)
- [Silently Resolve](https://docs.threadwatcher.xyz/features/tickets/modules/silently-resolve.md)
- [Open Ticket](https://docs.threadwatcher.xyz/features/tickets/modules/open-ticket.md)
- [Assign Channel](https://docs.threadwatcher.xyz/features/tickets/modules/assign-channel.md)
- [Assign Name](https://docs.threadwatcher.xyz/features/tickets/modules/assign-name.md)
- [Assign Role](https://docs.threadwatcher.xyz/features/tickets/modules/assign-role.md)
- [Define Issue](https://docs.threadwatcher.xyz/features/tickets/modules/define-issue.md)
- [Modal Question](https://docs.threadwatcher.xyz/features/tickets/modules/modal-question.md)
- [Templating Language](https://docs.threadwatcher.xyz/features/tickets/templating-language.md): Hold your horses! It's simple


---

# 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.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.
