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

# FIX PORTEFEUILLE

- [Installation sous Windows](https://docs.fix.network/francais/fix-portefeuille/installation-sous-windows.md): Ce guide explique comment télécharger et installer le portefeuille de FIX pour Windows. Le guide est écrit pour Windows 10, mais les étapes doivent être identiques pour Windows XP, Vista, 7 et 8.
- [Installation sous Linux](https://docs.fix.network/francais/fix-portefeuille/installation-sous-linux.md): Installation sous LinuxCe guide est écrit pour Ubuntu 16.04 LTS, mais les étapes devraient être similaires pour les autres distributions Linux.
- [Installation sous Macintosh](https://docs.fix.network/francais/fix-portefeuille/installation-sous-macintosh.md): Ceci est le guide d'installation du portefeuille FIX pour Macintosh.
- [Encrypter et Décrypter le portefeuille](https://docs.fix.network/francais/fix-portefeuille/encrypter-et-decrypter-le-portefeuille.md)
- [Sauvegarder et restaurer votre portefeuille](https://docs.fix.network/francais/fix-portefeuille/sauvegarder-et-restaurer-votre-portefeuille.md): Dans ce tutoriel, nous allons vous montrer comment sauvegarder et restaurer votre portefeuille/wallet FIX.
- [Utiliser le portefeuille](https://docs.fix.network/francais/fix-portefeuille/utiliser-le-portefeuille.md): Cette page offre une vue générale des differents tabs qui constituent le portefeuille
- [Envoyer des FIX](https://docs.fix.network/francais/fix-portefeuille/utiliser-le-portefeuille/envoyer-des-fix.md)
- [Recevoir des FIX](https://docs.fix.network/francais/fix-portefeuille/utiliser-le-portefeuille/recevoir-des-fix.md)
- [Portefeuilles HD](https://docs.fix.network/francais/fix-portefeuille/portefeuilles-hd.md)
- [Etat de la blockchain FIX](https://docs.fix.network/francais/fix-portefeuille/etat-de-la-blockchain-fix.md): Ce document explique comment vérifier que vous êtes sur la bonne bockchain et les solutions dans le cas contraire.
- [Combiner automatiquement les récompenses](https://docs.fix.network/francais/fix-portefeuille/combiner-automatiquement-les-recompenses.md)


---

# 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.fix.network/francais/fix-portefeuille.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.
