> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/portal/it/profile/create-your-devolutions-account.md).

# Creare il suo Devolutions Account

Per iniziare, crei il suo Devolutions Account gratuito seguendo i passaggi riportati di seguito.

### Creazione del Devolutions Account

1. Vada alla pagina di [accesso al suo account](https://portal.devolutions.com/).
2. Clicchi su ***Create your account*** per avviare la procedura.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2013_2024_3.png)
3. Compili i campi con le sue informazioni, quindi clicchi su ***Create account***.

   <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>Cliccando su <em><strong>Create account</strong></em> , conferma di aver letto e accettato il nostro <a href="https://devolutions.net/legal/customer-agreements/">Contratto di licenza software e abbonamento</a> e la nostra <a href="https://devolutions.net/legal/privacy/">Informativa sulla privacy</a>.</p></div>

   ![](https://cdnweb.devolutions.net/docs/CLOUD2014_2024_3.png)
4. Acceda alla sua casella di posta elettronica e apra l'email di attivazione che le è stata inviata.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>L'email con il link di attivazione potrebbe trovarsi nella cartella spam/posta indesiderata. Per gli account Gmail, controlli anche la cartella <em><strong>Promozioni</strong></em>.</p><p>La ricezione potrebbe richiedere del tempo. Se non riceve l'email, segua i passaggi <a href="#forgotten-password">Password dimenticata</a> riportati di seguito.</p></div>
5. Clicchi su ***Activate*** nell'email per verificare la creazione del suo account.

Il suo account è stato creato!

### Password dimenticata

Se non ha ricevuto l'email di attivazione o ha dimenticato la password, segua i passaggi riportati di seguito per risolvere il problema:

1. Vada alla [pagina di accesso al Devolutions Account](https://portal.devolutions.com/).
2. Inserisca il suo ***Username*** (indirizzo email del Devolutions Account), quindi clicchi su ***Continue***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2016_2024_3.png)
3. Clicchi su ***Forgot your password?***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2017_2024_3.png)
4. Inserisca nuovamente il suo nome utente, se richiesto, quindi clicchi su ***Next***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2018_2024_3.png)
5. Copi il codice ricevuto nell'email e lo incolli nel campo ***Code***, quindi clicchi su ***Next***.

   ![](https://cdnweb.devolutions.net/docs/CLOUD2019_2024_3.png)
6. Inserisca una nuova password conforme alle linee guida di sicurezza, quindi clicchi su ***Update my password***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_cloud_Cloud4027.png)


---

# 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.devolutions.net/portal/it/profile/create-your-devolutions-account.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.
