> For the complete documentation index, see [llms.txt](https://www.center.daxium-air.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.center.daxium-air.com/user-documentation/documentation-utilisateur/start/login-and-app-download.md).

# Connexion et téléchargement de l'application

## Connexion

Vous pouvez accéder à Daxium-Air en saisissant [www.daxium-air.com](http://www.daxium-air.com/) dans votre navigateur :

![](/files/kcJZNbGHdNUxzKHRdUm6)

Après avoir saisi votre identifiant et votre mot de passe, vous arrivez sur la page d'accueil.

![](/files/KB8wnTUd2jmZ6guy6u28)

Le menu contextuel à gauche vous permet de naviguer entre les différentes fonctionnalités :

* **Accueil** redirige vers la page visible ci-dessus
* **Fiches** permet de gérer les fiches complétées par les utilisateurs
* **Tâches** permet de gérer les tâches des utilisateurs
* **Aide** donne accès à la documentation en ligne

{% hint style="info" %}
Vous avez oublié votre mot de passe ? Consultez [Réinitialisation du mot de passe](/user-documentation/documentation-utilisateur/support/supporting-your-users/password-reset.md).
{% endhint %}

## Installer l'application mobile

Lors de sa première connexion à l'application mobile, chaque utilisateur sera invité à définir un code PIN personnel. Ce code PIN est utile lorsque plusieurs utilisateurs partagent le même appareil : plutôt que de saisir l'intégralité de leurs identifiants à chaque fois qu'ils doivent se reconnecter sur l'appareil partagé, ils peuvent simplement saisir leur code PIN personnel.

{% tabs %}
{% tab title="iOS" %}

#### Télécharger l'application

<div align="left"><img src="/files/RIII1fzAD0FLO6S8Shx0" alt="" width="375"></div>

#### Se connecter à l'application

<div align="left"><img src="/files/e61LKHW9QH9q7ONYtswD" alt="" width="375"></div>
{% endtab %}

{% tab title="Android" %}

#### Télécharger l'application

<div align="left"><img src="/files/l5HyigeyHF01h9pwl2gB" alt="" width="375"></div>

#### Se connecter à l'application

<div align="left"><img src="/files/hbNT7WJsCTHFHuEwozqZ" alt="" width="375"></div>
{% endtab %}
{% endtabs %}


---

# 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://www.center.daxium-air.com/user-documentation/documentation-utilisateur/start/login-and-app-download.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.
