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

# Appareil mobile

Voici comment gérer les appareils mobiles dans l'application nomos et les configurer pour les notifications push.

1. **Configurer les notifications push sur des appareils mobiles**
   * **Télécharger l'application iOS** : Cliquez sur le bouton « Télécharger l'application Apple » pour installer l'application depuis l'Apple App Store.
   * **Télécharger l'application Android** : Cliquez sur le bouton « Télécharger l'application Android » pour installer l'application depuis le Google Play Store.
   * Une fois l'application installée, vous pourrez recevoir des notifications push.
2. **Liste des appareils connectés**\
   Dans le tableau, vous trouverez un aperçu des appareils mobiles déjà connectés qui peuvent recevoir des notifications push.
   * **Nom de l'appareil :** Le nom de l'appareil mobile (par exemple, iPhone, Android).
   * **Plateforme :** Indique la plateforme de l'appareil (par exemple, iOS, Android).
   * **Dernière vue** **:** Zeigt an, wann das Gerät zuletzt mit dem System verbunden war.
3. **Actions**\
   Pour chaque appareil connecté, il y a deux actions :
   * **Tester :** Cliquez sur « Tester » pour envoyer un message de test à l'appareil connecté.
   * **Modifier :** Permet de modifier les paramètres de l'appareil.
   * **Supprimer :** Retire l'appareil de la liste des appareils connectés. Il ne recevra plus aucune notification push par la suite.

<figure><img src="/files/PKNwFmaC0Ew1MfPrnsNB" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integrateur-fr/administration/appareil-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.
