> 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/la-piattaforma/accedere-alla-piattaforma.md).

# Accedere alla piattaforma

## Accesso al sistema

{% hint style="info" %}
I redattori vengono inizialmente creati da un amministratore (gestito da OpenCity Italia) o da un [redattore abilitato](#gestire-gli-utenti), che indica lo username dell'utente (solitamente nome e cognome del funzionario) e associa un indirizzo mail.
{% endhint %}

L’accesso al CMS avviene attraverso il link "Accesso redattori sito" collocato nel footer (1).

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

Clicca su "Accedi come redattore del sito web" (2), inserisci username e password del tuo utente (3) e clicca su "Login" (4).

<div data-full-width="true"><figure><img src="/files/Jig9nMgmLPOBwl1hLPaR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Rt5AtizwMUh4yaJtaLCy" alt=""><figcaption></figcaption></figure></div>

## Primo accesso alla piattaforma

{% hint style="warning" %}
Il sistema **non prevede** l'invio al redattore di una password temporanea da modificare dopo il primo accesso.

Questa funzione può essere utilizzata anche per necessità future di cambio della password.
{% endhint %}

In caso di primo accesso, devi creare una nuova password tramite il link ***Hai dimenticato la password?.***

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

Inserisci l'indirizzo mail associato al tuo utente, a cui verrà automaticamente inviato il link per la creazione della password.

<figure><img src="/files/0yz9TRlX6XdtwpGiCo14" 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/la-piattaforma/accedere-alla-piattaforma.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.
