> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/italiano/guida-introduttiva/creating-an-account.md).

# Creazione di un account

Guarda il video o segui il testo qui sotto. [WaterStrategy](https://www.waterstrategy.org/index.html) gli account vengono effettuati su <https://hydra.org.uk/register> («Hydra» è il nome del nostro server web).

{% embed url="<https://www.youtube.com/watch?v=9wmaNoc3VgQ>" %}
Come creare un account su Water Strategy
{% endembed %}

**Creazione di un account**

1. Sul [WaterStrategy](https://www.waterstrategy.org/index.html) pagina web seleziona «LOGIN» nell'angolo in alto a destra.

![](/files/3huJ2iJi2Alouhm8MsdV)

1. Seleziona «Crea un account» nella parte inferiore della pagina web a cui ti porta «Accedi».
2. Nella pagina di registrazione, inserisci la tua email, nome, cognome, tipo di organizzazione, organizzazione, paese o regione, crea una password, seleziona «Non sono un robot» e seleziona le tre caselle.
3. Quindi seleziona «Registra».
4. Ti verrà inviata un'email di conferma per confermare il tuo account. Assicurati di controllare anche la tua cartella spam.
5. Il tuo account è stato creato.

**Accedi**

1. Per accedere, visita <https://hydra.org.uk/login> oppure usa la pagina web WaterStrategy «Login»

![](/files/N8JDiJtWo6Y8bgQRGTFG)

1. Inserisci la tua email e la password e seleziona nuovamente le tre caselle in basso. Scegli «Ricordami» se lo desideri.
2. Quindi seleziona «Accedi».
3. Ti troverai nella home page dell'interfaccia Water Strategy.


---

# 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://water-strategy.gitbook.io/waterstrategy/italiano/guida-introduttiva/creating-an-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.
