> For the complete documentation index, see [llms.txt](https://invomagic.gitbook.io/ticketsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invomagic.gitbook.io/ticketsdocs/tickets/report-user-panels.md).

# Report User Panels

{% hint style="danger" %}
This Version of the System Is Deprecated, Starting May 27th you will not be able to set it up again\
[**Learn more on Deprecation**](/ticketsdocs/deprecation.md#report-panels)
{% endhint %}

The Report user panels are ways users can submit reports directly to a channel for your Mods to review.

## How to setup

To setup you need to run the /report-setup command,  there will be 2 options\
\
**Channel:** This where the panel will be sent\
**Blacklist:** People with this role cannot send reports\
\
After sending this Tickets will ask for the channel on where to send reports, you can get  this id with t!grabinfo, after you submit that Tickets will ask what you want to DM users who submit reports, then Tickets will send the report channel

<figure><img src="/files/wSB42bf0hIRpA6h5egnN" alt="" width="362"><figcaption></figcaption></figure>

### How users report

Users will report by clicking the "Report" button. This will give them this form

<figure><img src="/files/XAZ0VATUk92CLStgrbeh" alt="" width="274"><figcaption></figcaption></figure>

When the submit it, the following message will be sent in the channel you specified for reports

<figure><img src="/files/zNJ9cAE8flTLG9ftbRmn" alt="" width="325"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://invomagic.gitbook.io/ticketsdocs/tickets/report-user-panels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
