> For the complete documentation index, see [llms.txt](https://regole.tharis.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://regole.tharis.it/sanzioni/mute.md).

# Mute

### 📜 Regole Generali

**1.0** | L’HeadStaff può intervenire e prendere decisioni anche in assenza di una regola specifica all’interno del regolamento.

**1.1** | Le sanzioni applicate possono essere modificate dallo Staff in base alla gravità e al contesto dell’infrazione.

**1.2** | Se ritieni di aver ricevuto un mute ingiustamente, puoi richiederne la revisione tramite Discord aprendo un ticket nella sezione **UnMute / UnBan**, compilando tutte le informazioni richieste.

***

### 💬 Comportamenti sanzionabili

**Flood** → **1 ora**

**Spam** → **3 ore**

**Blasfemia** → **3 ore**

**Auto-promozione non autorizzata** → **3 ore**

**Linguaggio offensivo o volgare** → **da 1 a 3 ore**

**Wall of text (messaggi eccessivamente lunghi o disturbanti)** → **1 ora**

**Tossicità generale** → **1 ora**

**Flame / provocazioni** → **3 ore**

**Insulti** → **da 3 a 6 ore**

**Discriminazione di qualsiasi tipo** → **1 giorno**

**Offese rivolte allo Staff** → **da 6 a 24 ore**

**Offese gravi al server o alla community** → **3 giorni**

**Auguri di morte o contenuti simili** → **3 giorni**

**Riferimenti o pubblicità ad altri server** → **1 giorno**\
\
**Mute evasion (evasione del mute)** → **durata residua della sanzione principale**\
\
**Minacce di doxxing o diffusione dati personali** → **blacklist dal network**

***

### 📌 Clausola finale

**1.3** | Qualsiasi comportamento non specificato in questo elenco potrà comunque essere sanzionato a discrezione dello Staff, con successiva conferma da parte dell’HeadStaff.


---

# 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://regole.tharis.it/sanzioni/mute.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.
