> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/it/guida-dellutente-alla-piattaforma/registrazione-e-conferma-account/profilo-utente/cambiare-o-aggiornare-password.md).

# Cambiare o Aggiornare Password

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe87l8D6hklQSWAyDFBz_Rl0aUXdey3YCZ5No-7Cai0bM454CGka6b6X0MIAbKNwNmjLAuKgIPVyILf3LM-pUJw7logYt5b-t9Sebbt2c0j-GiMmil-aY8Z_U3w6GDLOQ4nl0C_akrgGsuGeSSbw9Y?key=t46LkyVNVcs1RfhzyX1D8Izh" alt=""><figcaption><p>Aggiorna Password</p></figcaption></figure>

1. Accedere alle Impostazioni del Profilo: Vai alle impostazioni del profilo cliccando sull'avatar o sul nome utente nell'angolo in alto a destra.
2. Aprire la Sezione Autenticazione: Clicca sulla scheda Autenticazione per accedere al modulo di aggiornamento della password.
3. Inserire la Password Attuale: Inserisci la tua password attuale nel campo designato.
4. Inserire la Nuova Password: Fornisci la nuova password nel campo apposito.
5. Confermare la Nuova Password: Inserisci la nuova password nel campo di conferma per verificarla.
6. Salvare le Modifiche: Clicca sul pulsante Salva per aggiornare la password.

{% hint style="warning" %}
Assicurati di usare una password forte:

* deve essere lunga almeno 10 caratteri;
* deve includere almeno una lettera maiuscola (dalla A alla Z);
* deve includere almeno un numero (from 0 to 9) ;
* deve includere almeno un simbolo non alfabetico (e.g., !,$,#,% ).
  {% 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.g-iot.io/it/guida-dellutente-alla-piattaforma/registrazione-e-conferma-account/profilo-utente/cambiare-o-aggiornare-password.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.
