> For the complete documentation index, see [llms.txt](https://docs.pixudi.com/pixudi-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixudi.com/pixudi-manual/francais/tutoriels/creation-de-portefeuille/neo.md).

# NEO

### NEO

#### NeonWallet

Pour créer un portefeuille NEO dans NeonWallet, rendez-vous sur : <https://neon.coz.io>

Sélectionnez ensuite le système d'exploitation dont vous avez besoin :

<figure><img src="https://lh7-us.googleusercontent.com/0e5jfVZ9ra9Z4bsbEU2FRerEvmqX_iPrfOtgy6VodVq01f0tl3l47u8NG7xKBASGtSwv-Gm6dAzk8QcCN4c8uW8pZRRNpYrocuINDAsr6ClO_24JsCV6HkYIlDa9-B0Gw4j8SAHOtsR1ocdrhEpwpEE" alt="" width="375"><figcaption></figcaption></figure>

Une fois le téléchargement terminé, exécutez le fichier téléchargé (Neon.x.x.x.exe) et attendez la fin de l'installation. Une fois l'installation terminée, l'application Neon s'ouvrira. Cliquez sur « Create Wallet » :

<figure><img src="https://lh7-us.googleusercontent.com/ea_aurLuq3-9zQd_rKjuiNQhJdAy7MWd6djH0ILAQloGIVd4kAsVDbobEm02Lt69yyJluA-met7zAN2uU62HLenh2iBk4Nxxlz58urszJAH_duJPbO1-1Dxjah8iUMwjNIX7ycYiLMMoONqCkY7vRec" alt=""><figcaption></figcaption></figure>

Entrez le nom et le mot de passe de votre portefeuille, puis cliquez à nouveau sur « Create Wallet » :

<figure><img src="https://lh7-us.googleusercontent.com/lKSp3OJ2r55k3VX7HkYru-rCVMuZy09YCBLSLABztTBzHePFmux8H46Xz9Lhtk-PFB3-YVhlFpYcCEq9ZAAhqmkBg4lSqaT5Ga-TFMkiRxz2oPIZx4ZnKhh3lcV-6CPI8-J1BbQmgDF7AwzUnHd7isQ" alt=""><figcaption></figcaption></figure>

Toutes nos félicitations! C'est tout. Conservez la clé publique dans un endroit sûr, elle pourra être utile dans le futur.


---

# 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.pixudi.com/pixudi-manual/francais/tutoriels/creation-de-portefeuille/neo.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.
