> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/it/impostazioni/danger-zone.md).

# Zona di pericolo

In fondo alla pagina delle Impostazioni c'è un **Zona di pericolo** per le azioni che non possono essere annullate.

## Modifica i contatori dei ticket

Il **Modifica contatori** il pulsante apre una finestra che elenca ogni contatore del formato nome-ticket attualmente in uso. Puoi modificare ogni valore o rimuovere un contatore che non ti serve più. Qui non puoi aggiungere nuovi contatori. I nuovi contatori vengono creati automaticamente quando vengono aperti i ticket.

Il pulsante è disabilitato quando non esistono ancora contatori, per il motivo *"Non esistono ancora contatori. Vengono creati automaticamente all'apertura dei ticket."*

Usalo per correggere un contatore che si è sfasato, oppure per impostare un numero iniziale quando sposti i ticket da un altro sistema.

## Reimposta tutti i contatori dei ticket

A **"Reimposta tutti i contatori"** pulsante di pericolo. Apre un popup di conferma:

> **Reimposta tutti i contatori dei ticket**
>
> Sei sicuro di voler reimpostare tutti i contatori dei ticket a 0? Questa azione non può essere annullata e influenzerà tutta la numerazione dei ticket da questo momento in poi.

La conferma reimposta ogni contatore a 0. **I canali esistenti mantengono i loro nomi.** La reimpostazione influisce solo sul numero che riceverà il ticket successivo.

{% hint style="danger" %}
**È permanente.** Una volta reimpostati, non puoi recuperare i valori precedenti dei contatori senza ricrearli manualmente nel popup Modifica contatori.
{% endhint %}

<figure><img src="/files/4f14a279ca145b1e062abf5622390e88db4ed1bc" alt="Settings, Danger Zone section showing both buttons"><figcaption></figcaption></figure>

## Correlati

{% content-ref url="/pages/03fdbfa73ebe0c2a86ed48872a06a7bfbad6d4e0" %}
[Numerazione dei ticket](/docs/it/ticket/ticket-numbering.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/it/impostazioni/danger-zone.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.
