> 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/modello-comuni/raccontare-la-storia-del-comune/configurare-la-timeline.md).

# Configurare la timeline

Durante la modifica della pagina, puoi indicare la cronologia degli eventi alla voce "Timeline"

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

## Impostare la cronologia

Clicca su "Aggiungi" per inserire un elemento della timeline.

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

In questo modo puoi:

* aggiungere un elemento già esistente (1);
* [creare un nuovo elemento della timeline](#creare-nuovi-elementi-di-timeline) (2);

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

Successivamente, clicca su "Salva selezione" per confermare l'aggiunta.

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

## Creare nuovi elementi di timeline

Per aggiungere un nuovo elemento, clicca su "Crea" (1) e successivamente su "Elemento della timeline" (2).

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

Quando crei un nuovo elemento della timeline, devi indicare:

* il periodo temporale di riferimento (1);
* il titolo (2);
* la descrizione breve (3);

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

## Togliere un elemento di timeline

Per togliere un elemento dalla timeline, clicca sull'icona di rimozione.

<figure><img src="/files/41dXTriAuCT0KeYKThv5" alt=""><figcaption></figcaption></figure>

## Spostare un elemento di timeline

Per modificare l'ordine degli elementi di timeline, clicca sulla freccia in alto o in basso.

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


---

# 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/modello-comuni/raccontare-la-storia-del-comune/configurare-la-timeline.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.
