> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-it/regole-modifica-in-blocco-e-arricchisci/versionamento-delle-regole.md).

# Versionamento delle regole

**Chi può usare questa funzione:**

Hai bisogno del **Core Pro** piano nel tuo [abbonamento Channable](https://www.channable.com/pricing) per usare questa funzione.

Le modifiche che apporti al contenuto delle regole vengono conservate in una cronologia delle versioni, il che significa che puoi tenere traccia dei cambiamenti effettuati su ogni regola.

Questo è utile se più utenti lavorano sulle stesse regole nel tuo progetto, o se vuoi testare delle modifiche a una regola e ripristinarla a una versione precedente.

{% stepper %}
{% step %}

### Apri la regola

Vai a **\[il tuo canale] > Regole** e seleziona una regola.
{% endstep %}

{% step %}

### Apri le opzioni

Clicca sul **Menu opzioni** menu a discesa.
{% endstep %}

{% step %}

### Visualizza cronologia versioni

Seleziona **Cronologia versioni**. Si aprirà un pannello con le versioni della regola con data e ora, insieme all'utente che ha effettuato le modifiche (in base al tuo ruolo utente).
{% endstep %}

{% step %}

### Esamina le versioni

Sfoglia le versioni della regola per vedere come è cambiata.
{% endstep %}

{% step %}

### Ripristina una versione precedente

Per ripristinare la regola a una versione precedente, seleziona una versione e clicca **Ripristina versione**.

La tua regola è stata modificata nella versione che hai selezionato.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Channable conserva fino a 30 versioni di ogni regola. Quando una regola raggiunge 30 versioni, la versione più vecchia verrà eliminata.
{% endhint %}

<figure><img src="/files/c0c27030c1f021c008cef4b984c0107764bd8f7a" alt=""><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://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-it/regole-modifica-in-blocco-e-arricchisci/versionamento-delle-regole.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.
