> 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/sito-web/moduli-integrativi-della-piattaforma/personalizzare-le-pagine-di-lista-o-di-argomento.md).

# Personalizzare le pagine di lista o di argomento

A seguire, alcuni esempi relativi alla personalizzazione delle pagine argomento.

Per personalizzare la pagina argomento, clicca su "Modifica" nel [menù del redattore](/sito-web/la-piattaforma/il-menu-redattore.md).

<figure><img src="/files/XuCNYzWY0odV1nl6uMiq" alt=""><figcaption></figcaption></figure>

Nel campo "Layout", attiva il layout di Desing Italia (1) e clicca su "Imposta layout" (2)

<figure><img src="/files/bqaVmOL0SIWwS0DRfYAX" alt=""><figcaption></figcaption></figure>

Il layout delle pagine Argomento è composto da blocchi che puoi aggiungere scegliendoli dal menù a tendina (1) e poi cliccando su "Aggiungi blocco" (2).

<figure><img src="/files/BzLg8RYOaDirkjWpudBn" alt=""><figcaption></figcaption></figure>

I blocchi che puoi utilizzare sono:

* [Oggetto singolo](/sito-web/moduli-integrativi-della-piattaforma/personalizzare-le-pagine-di-lista-o-di-argomento/oggetto-singolo.md);
* [Lista manuale](/sito-web/moduli-integrativi-della-piattaforma/personalizzare-le-pagine-di-lista-o-di-argomento/lista-manuale.md);
* [Lista paginata](/sito-web/moduli-integrativi-della-piattaforma/personalizzare-le-pagine-di-lista-o-di-argomento/lista-paginata.md).

Puoi spostare i blocchi cliccando sulle frecce (1) o cancellarli cliccando sul pulsante a forma di cestino (2).

<figure><img src="/files/zzRVTEpgU0wlsH6v9RAG" alt=""><figcaption></figcaption></figure>

Per espandere un blocco e configurarlo, clicca sulle frecce a sinistra del tipo di blocco.

<figure><img src="/files/mXxCz0INTVRnUcIoMhzP" alt=""><figcaption></figcaption></figure>

Una volta espanso il blocco, puoi modificare il nome (1) e il tipo di visualizzazione (2)

<figure><img src="/files/65SdfiPszsrxLkeROXAZ" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Le tipologie di visualizzazione possono essere diverse da blocco a blocco.
{% endhint %}


---

# 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/sito-web/moduli-integrativi-della-piattaforma/personalizzare-le-pagine-di-lista-o-di-argomento.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.
