> For the complete documentation index, see [llms.txt](https://wiki.charlieroleplay.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.charlieroleplay.it/regolamento-chat-and-vocali.md).

# Regolamento Chat & Vocali

## Vocali IC (In Character)

Le **vocali IC** sono stanze vocali dove si interagisce come se fossi dentro il gioco. Solo alcune stanze sono considerate IC.

### Quali stanze sono IC?

Ecco alcuni esempi di stanze vocali IC:

* **Stanze della polizia** nel Discord ufficiale.
* **Stanze delle gang** nel Discord ufficiale.

{% hint style="info" %}
💡 **Nota:** Sono considerate IC tutte le stanze vocali approvate dallo staff. Se non sei sicuro, chiedi conferma!
{% endhint %}

***

### Quanto vale la vocale IC?

* La vocale IC è valida solo se sei a **30 blocchi di distanza** o meno da un altro giocatore.
* Se siete entro questo raggio, potete parlare nella vocale IC senza dover scrivere o parlare in gioco.

{% hint style="warning" %}
⚠️ **Attenzione:** Se sei fuori dal raggio di 30 blocchi, devi utilizzare i sistemi del gioco per comunicare (come messaggi scritti o altri strumenti IC).
{% endhint %}

***

### Regole su come parlare

* Non puoi usare la vocale IC per fornire informazioni senza un motivo legato al gioco. Questo si chiama **metagame**.
  * **Esempio sbagliato:** Dire "vieni al market" senza utilizzare i mezzi del gioco.
* Per avvisare qualcuno, utilizza i mezzi disponibili **in gioco**, come:
  * **Radio, Telefono**.

{% hint style="success" %}
✅ **Consiglio:** Quando comunichi, pensa sempre a come il tuo personaggio agirebbe nel mondo di gioco.
{% endhint %}

***

**Se hai dubbi su quali stanze sono IC o su come comunicare, contatta lo staff! 😉**


---

# 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://wiki.charlieroleplay.it/regolamento-chat-and-vocali.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.
