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

# Indice della documentazione

Benvenuti nella documentazione ufficiale di [OpenCity Italia](https://opencityitalia.it/it/), piattaforma open source gestita e sviluppata da OpenCityLabs. In questa pagina trovi tutto il materiale necessario: dalle prospettive di sviluppo futuro, agli aggiornamenti recenti, fino ai manuali operativi e alle slide di formazione.

## 🛠️ Evoluzioni

Scopri le prossime funzionalità in arrivo.

{% content-ref url="/pages/Ow9XCr2L7jccb1L0uoKI" %}
[Roadmap di sviluppo](/evoluzioni/roadmap-di-sviluppo.md)
{% endcontent-ref %}

{% content-ref url="/pages/AfoPcCRaSboorzUHBBjU" %}
[Changelog](/evoluzioni/changelog.md)
{% endcontent-ref %}

## 📖 Manualistica

Consulta le guide operative per usare, configurare e gestire i prodotti OpenCity.

### 🤖 OpenCity AI

<table data-view="cards"><thead><tr><th></th><th data-type="image"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🤖  <em>OpenCity AI Assistant</em></td><td></td><td><strong>Supporto AI per funzionari e dirigenti</strong></td><td><a href="/spaces/0AdQysODIf5E7oHfQAtY">/spaces/0AdQysODIf5E7oHfQAtY</a></td></tr><tr><td>💬 <em>OpenCity AI Chatbot</em></td><td></td><td><strong>Architettura e funzionalità del chatbot</strong></td><td><a href="/spaces/R5qTx8bksn2njb5reyN5">/spaces/R5qTx8bksn2njb5reyN5</a></td></tr></tbody></table>

### ✉️ OpenCity Connect

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>✉️ <strong>Guida all'invio di notifiche ai cittadini tramite AppIO ed email</strong></td><td><a href="/spaces/hvfma71FhcUHvlRwF4rM">/spaces/hvfma71FhcUHvlRwF4rM</a></td></tr></tbody></table>

### ✍️ Sito web

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>✍️ <strong>Guida alla gestione dei contenuti sul sito web</strong></td><td><a href="/spaces/fYDGLbEkTaK5gywjDOEN">/spaces/fYDGLbEkTaK5gywjDOEN</a></td></tr></tbody></table>

### 📋 Stanza del cittadino

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>👤 <strong>Guida alle funzioni operatore di gestione delle pratiche online</strong></td><td><a href="/spaces/buF4yaTdhboReojXsnKw">/spaces/buF4yaTdhboReojXsnKw</a></td></tr><tr><td>🧩 <strong>Guida per sviluppatori e partner tecnologici</strong></td><td><a href="/spaces/NwAiDeLoMPCkkp1BdSbI">/spaces/NwAiDeLoMPCkkp1BdSbI</a></td></tr><tr><td>⚙️ <strong>Guida alle funzioni admin per la creazione e configurazione dei servizi digitali</strong></td><td><a href="/spaces/rdV0mwA7iy2c3I7wu5BX">/spaces/rdV0mwA7iy2c3I7wu5BX</a></td></tr><tr><td>🛠️ <strong>Guida all'infrastruttura, all'installazione e alla manutenzione della piattaforma</strong></td><td><a href="/spaces/3Lijwdi7sVujjCdIagU2">/spaces/3Lijwdi7sVujjCdIagU2</a></td></tr></tbody></table>

## 🖼 Materiali di presentazione

Consulta le slide di presentazione dei prodotti OpenCity.&#x20;

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>📽️ <strong>Presentazioni prodotto</strong></td><td><a href="https://docs.opencityitalia.it/materiali-di-presentazione/presentazioni-prodotto">https://docs.opencityitalia.it/materiali-di-presentazione/presentazioni-prodotto</a></td></tr></tbody></table>


---

# 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://docs.opencityitalia.it/indice-della-documentazione.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.
