> 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/stanza-del-cittadino/appuntamenti-e-calendari/gestire-gli-appuntamenti/cerca-un-appuntamento.md).

# Cerca un appuntamento

Nell'elenco dei calendari, clicca su "Cerca appuntamenti" per ricercare un appuntamento specifico.

<figure><img src="https://lh7-rt.googleusercontent.com/slidesz/AGV_vUfXMjBzF7waQLe1l6SiSMmh5M88DCmlj66Mvh7BB107leucn-6di_6Io9uiQkTh87gOUMZ_iYreoUpc8i30rX0YFgf4G9tw8fE60KdyrPfBnqGyI6_DuifsqKtumo9bIMR7aatkCA=s2048?key=H5-ESPIEBaG6MX9aERuNXA" alt=""><figcaption></figcaption></figure>

Inserisci:

* nome, cognome, codice fiscale o numero di telefono del richiedente (1); la ricerca per numero di telefono supporta la corrispondenza parziale;
* la data a partire dalla quale vuoi cercare l'appuntamento (2)

Una volta indicato richiedente e periodo di tempo, clicca su "Cerca" (3).

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

Clicca sul risultato per atterrare nella [schermata di visualizzazione dell’appuntamento](/stanza-del-cittadino/appuntamenti-e-calendari/gestire-gli-appuntamenti/visualizza-un-appuntamento.md).

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

Nell’elenco dei risultati, la colonna **Codice ticket appuntamento** occupa la terza posizione. La stessa colonna è presente nell’esportazione in formato CSV e Excel.

{% hint style="info" %}
Gli appuntamenti con stato **Annullato** compaiono nei risultati di ricerca ma non sono navigabili: cliccando sulla riga il sistema mostra un avviso che indica l’impossibilità di accedere al dettaglio.
{% 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/stanza-del-cittadino/appuntamenti-e-calendari/gestire-gli-appuntamenti/cerca-un-appuntamento.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.
