> 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/start/login-and-app-download.md).

# Login & App Download

## Login

You can access Daxium-Air by entering [www.daxium-air.com](http://www.daxium-air.com/) in your browser:

![](/files/kcJZNbGHdNUxzKHRdUm6)

After entering your username and password, you land on the home screen

![](/files/KB8wnTUd2jmZ6guy6u28)

The context menu on the left allows you to navigate through the different features:

* **Home** redirects to the page visible above
* **Submissions** allows you to manage the submissions completed by users
* **Tasks** allows you to manage user tasks
* **Help** provides access to online documentation

{% hint style="info" %}
Forgotten your password? See [Password Reset](/user-documentation/support/supporting-your-users/password-reset.md).
{% endhint %}

## Install the mobile application

The first time each user logs in to the mobile application, they will be prompted to set a personal PIN code. This PIN is useful when several users share the same device: instead of re-entering their full credentials every time they need to log back in on the shared device, they can simply enter their personal PIN.

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

#### Download the app

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

#### Log in the app

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

{% tab title="Android" %}

#### Download the app

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

#### Log in the app

<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/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.
