> 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-1.md).

# Indice della documentazione

Manualistica

Elenco dei manuali OpenCity Italia&#x20;

### OpenCity Sito web

Guida alle funzioni redattore di gestione dei contenuti sul sito web

{% content-ref url="/spaces/fYDGLbEkTaK5gywjDOEN" %}
[Sito web](https://docs.opencityitalia.it/sito-web/)
{% endcontent-ref %}

### OpenCity Stanza del cittadino

Guida alle funzioni operatore di gestione delle pratiche online

{% content-ref url="/spaces/buF4yaTdhboReojXsnKw" %}
[Stanza del cittadino - Funzioni](https://docs.opencityitalia.it/stanza-del-cittadino/)
{% endcontent-ref %}

### Sviluppo dei servizi digitali

Guida alle funzioni admin di creazione e configurazione dei servizi digitali

{% content-ref url="/spaces/rdV0mwA7iy2c3I7wu5BX" %}
[Stanza del cittadino - Creazione servizi](https://docs.opencityitalia.it/stanza-del-cittadino/guida-alla-creazione-dei-servizi-digitali/)
{% endcontent-ref %}

## OpenCity AI Chatbot

{% content-ref url="/spaces/R5qTx8bksn2njb5reyN5" %}
[OpenCity AI Chatbot](https://docs.opencityitalia.it/ai/architettura-e-funzionalita-del-chatbot/)
{% endcontent-ref %}

## Guida all'infrastruttura e alle integrazioni

{% content-ref url="/spaces/3Lijwdi7sVujjCdIagU2" %}
[Stanza del cittadino - Installazione](https://docs.opencityitalia.it/stanza-del-cittadino/installazione-e-manutenzione/)
{% endcontent-ref %}

{% content-ref url="/spaces/NwAiDeLoMPCkkp1BdSbI" %}
[Stanza del cittadino - Integrazioni](https://docs.opencityitalia.it/stanza-del-cittadino/sviluppatori-e-partner-tecnologici/)
{% 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://docs.opencityitalia.it/indice-della-documentazione-1.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.
