# Ticket

## **Configurație**

* `/ticket setup`: setează un nou mesaj pentru tickete;
* `/ticket log <#channel>`: setează un canal de log pentru tickete;
* `/ticket limit <amount>`: setează un număr maxim de tickete deschise concomitent;
* `/ticket closeall`: închide toate ticketele deschise;
* `/ticket close`: închide un anumit ticket.

## **Comenzile canalului de Tickete**

* `/ticket add <userId|roleId>`: adaugă un user/role la un ticket;
* `/ticket remove <userId|roleId>`: înlătură un user/role de la un ticket.

## Comenzi pentru categoria de Tickete

* `/ticketcat list`: Afișează toate categoriile de tickete;
* `/ticketcat add <category> <name>`: Crează un ticket întro anumită categorie;
* `/ticketcat remove <category>`: Șterge o categorie a ticketelor.


---

# 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://doc.dozabot.eu/comenzi/ticket.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.
