# App Configuration

To create applications, go on the web under Settings > Personalization > Custom apps.

From this menu, you can create customized applications and view existing ones, identifiable by a logo and name

## Application name & logo

The following changes have no effect on the application name or logo visible in the PlayStore / AppStore.

![](/files/nzcJBY5TEhjBlGvFQFgb)

## Loading

This option allows you to choose a logo when loading the custom application.

![](/files/2e3lgX6T76oZyqeWsrtU)

## Home page

You will have the choice between two themes:

![](/files/0gxcaDD1sgbxF4EAEf2k)

Once one of the themes has been validated, press **Next** to go to the next step to define the type of button:

![](/files/JKlK67VVVdwlgVO11bM0)

**Default template** when creating a custom application:

![](/files/ZcgyQdfnLtUkHYwLF6D8)

This one uses the 3 block layout diagram. You have four choices available to define your layout scheme which will be applied to the mobile.

The example below uses the 8-box diagram with the banner activated. Banner parameters such as location and size are configurable.

![](/files/lrYOmyUdYeC0Khi0GYtn)

The configuration of the buttons allows you to establish their role and their visuals.

![](/files/LHQbZfyaNfcVRUJih8bo)

A. Action that will be performed when using the button.

* **Home:** Goes to the homepage
* **New submission:** Creating a new data entry for a [form](/user-documentation/build/building-forms.md)
* **My submissions:** All the submissions downloaded on your device (first level forms only). It could be the ones assigned to you, [broadcasted to you](/user-documentation/build/building-forms/submission-broadcast.md), searched by you (advanced search), or that you created from scratch
* **Synchronize:** Synchronizes the app to receive the latest configuration updates (lists, forms structure, broadcasted submissions, etc...)
* **Settings:** Go to the settings of the Daxium-Air application
* **Autofill:** Menu to [pre-fill](/user-documentation/build/building-forms/field-options/prefill.md) specific values of some fields for every submission you create
* **My tasks:** The [tasks](/user-documentation/use/tasks.md) attributed to you
* **Search:** Search online for any submission of a specific form. Fields need to be declared as [searchable](/user-documentation/build/building-forms/field-options/advanced-search.md)
* **NFC Configuration:** Feature to encode your NFC tags with an automation
* **Web view:** Opens any URL in a web view embedded in Daxium-Air's application
* **External application:** Allows for [deep linking](/user-documentation/build/building-apps/mobile-deeplinks.md) another application
* **Power BI Report:** Display on the mobile any of your authorized [Power BI Reports](/user-documentation/connect/business-intelligence/power-bi.md#view-a-power-bi-report-on-daxium-air)

B. Force access to a specific form (this option depends on the type of action selected in A).

C. Text visible on the button (translatable according to the language of the connected user).

D. Button background color.

E. This option depends on the design selected previously.

Click another button to continue the configuration. Save regularly.

![](/files/9B5iesjYu2QeVPT1q4KX)

## App menu

Like on the home page, you can modify/add buttons and configure their actions.

![](/files/k593ir9RIYjmVRUTcPMB)

## App settings

This section includes a settings manager which allows you to define which ones will be assigned during the first connection to the mobile application. You configure the activation of the options that will be present on the mobile, such as the activation of GPS location when creating a submission. However, in the following case, a user will be able to modify the parameter because it is **visible** and **modifiable** in the application.

If you wish to remove this possibility, simply deactivate it using the buttons on the right:

![](/files/m02ZlNMVqcwl9D3GqSEO)

## Usage rights

This menu allows you to partition one or more applications to one or more user groups.

Select which [**groups**](/user-documentation/build/managing-users/groups.md) can access the application:

![](/files/tQ8CI9d4kAWVVIQ5LX7y)


---

# Agent Instructions: 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:

```
GET https://www.center.daxium-air.com/user-documentation/build/building-apps/app-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
