> 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/workspace-setup.md).

# Workspace Setup

*Example of a workspace configured with multiple shortcuts:*

![](/files/QJ0OLUNIEuZYESwccycP)

## General settings

This interface allows you to modify and add simple elements, in order to customize your workspace.

To access this interface:

1. Click on the setting icon at the top right of your screen
2. Then click on General Information

![](/files/ShbBMFgK5ahqHVBd32b5)

The general settings interface is then presented to you.

![](/files/lgAJM6HlAZ43a3NGr2Mz)

The following items are available:

1. Workspace name: name that appears in the different workspace interfaces
2. Short name: name that appears in the workspace URL
3. Workspace description
4. Time Zone: field that allows you to select the time zone that governs the workspace
5. Icon: allows you to display visual identification between several workspaces within the same company
6. Enable Maps on Android: Enables the map feature for Android devices
7. Images: allows you to choose the logo and the workspace's home screen wallpaper
8. Maximum number of forms
9. Active? : must be checked for the workspace to be accessible by users

{% hint style="warning" %}
**Maximum number of forms** is deprecated and will be removed in a future release.
{% endhint %}

## Themes

It is also possible to configure the theme of the site: the colors of the frame elements and the font. There is also a selection of predefined themes available to you.

![](/files/ENqmhFP3vWdZxKPlaka1)

## Multilingual

Daxium-Air supports multiple languages, allowing you to deliver a fully localized experience to your users. Once additional languages are configured on your workspace, you can translate field names in your forms, list labels, shortcuts, and mobile apps — so each user sees the platform in their own language. To activate a language, please reach out to <support@daxium.com> and copy your account manager.

![](/files/r8z7UVdLsZsv4pipvzNY)


---

# 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/workspace-setup.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.
