# Users

Airdesk works similarly to other platforms with a single access account. With a single account, you can access several workspaces.&#x20;

{% hint style="info" %}
Permissions function by workspace.  \
Visit the[ **permissions page**](https://en.docs.airdesk.ai/interface/administracao/espaco/utilizadores/permissions) to learn more.&#x20;
{% endhint %}

A user is composed of various information and settings:&#x20;

| Field name  | Description                                                                                                 |
| ----------- | ----------------------------------------------------------------------------------------------------------- |
| Email       | Email access and communications.                                                                            |
| Extension   | Extension number within the organization.                                                                   |
| Companies   | Company or companies to which the user belongs.                                                             |
| Gender      | Gender is only for future human resource purposes and/or for legal reasons the options are: male or female. |
| Departments | Department(s) to which the user belongs.                                                                    |
| Teams       | Team(s) to which the user belongs.                                                                          |

There is also the possibility to block or delete the user.&#x20;

{% hint style="danger" %}
Deleting the user only means that nothing can be assigned to him in the future, but if there is information from the past assigned to him, it will remain assigned. It means that, while searching, you can still find related information about this user.&#x20;
{% endhint %}


---

# 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://en.docs.airdesk.ai/interface/administracao/espaco/utilizadores.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.
