> For the complete documentation index, see [llms.txt](https://help.eide.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.eide.fr/application-mobile.md).

# Application Mobile

- [Création de compte & Connexion](https://help.eide.fr/application-mobile/creation-de-compte-and-connexion.md): Guide d'inscription à l'application mobile EIDE
- [Accéder aux fiches de cours](https://help.eide.fr/application-mobile/acceder-aux-fiches-de-cours.md): Les fiches de cours sont essentielles pour votre formation et votre pratique professionnelle en tant qu'infirmier(e). Voici comment accéder facilement à ces ressources précieuses via l'application mob
- [Accéder aux Examens sur l'Application Mobile EIDE](https://help.eide.fr/application-mobile/acceder-aux-examens-sur-lapplication-mobile-eide.md): Les examens sont un élément crucial pour évaluer vos connaissances et vous préparer aux défis de votre parcours infirmier. Voici comment accéder aux examens via l'application mobile EIDE :
- [Accéder aux Protocoles](https://help.eide.fr/application-mobile/acceder-aux-protocoles.md): Les protocoles sont des ressources essentielles pour la pratique professionnelle infirmière sur le terrain. Voici comment accéder aux protocoles gratuitement via l'application mobile EIDE :
- [Souscrire à un Abonnement](https://help.eide.fr/application-mobile/souscrire-a-un-abonnement.md): Vous souhaitez accéder à tous les cours et aux examens de l'application EIDE ? Vous pouvez souscrire à un abonnement pour bénéficier d'un accès complet et sans restriction. Voici comment procéder :
- [Les fiches ne s'affichent pas](https://help.eide.fr/application-mobile/les-fiches-ne-saffichent-pas.md): Bug d'affichage des fiches de cours
- [Les examens ne s'affichent pas](https://help.eide.fr/application-mobile/les-examens-ne-saffichent-pas.md): Bug d'affichage des examens
- [Accéder aux résultats des examens](https://help.eide.fr/application-mobile/acceder-aux-resultats-des-examens.md): \[FONCTIONNALITÉ EN DEVELOPPEMENT - NE FONCTIONNE PAS ACTUELLEMENT]
- [Service aprés vente (SAV)](https://help.eide.fr/application-mobile/service-apres-vente-sav.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://help.eide.fr/application-mobile.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.
