# App users

<figure><img src="/files/rhu958KxJtVXiqRsoIce" alt=""><figcaption></figcaption></figure>

Each user is identified with name, lastname and email.

The "Status" column represents the user's status and can take on two values: "Accepted" to indicate that the user has accepted the invitation and has logged in at least once, and "Pending Acceptance" if the invitation has been sent but not yet accepted. Is it possible to resend invitation to users that not already accepted.

You can also change the role from user to admin.

Each user can be associated with groups and bots.

### App users

Users defined as "App users" are users who only have access to the Wilson.ai App Standalone version, currently with only the chat feature, and do not have access to Wilson Academy.&#x20;

### Create users

Is possible to add an user by clicking the "Add" button, entering the first name, last name, and reference email.

<figure><img src="/files/Ltab7oKzrykN6JreIbzO" alt="" width="563"><figcaption><p>Dialog for user creation</p></figcaption></figure>

{% hint style="info" %}
It is possible to disable an user without delete the profile
{% endhint %}

### Users permission management

{% hint style="warning" %}
Bots are no longer assigned from the dialog of Edit User through the function of bots assignement to profile.&#x20;
{% endhint %}

Once the user profile is created, a new functionality allows to grant specific permissions to the user: it's possible only to assign bot.

<figure><img src="/files/JhfZtYZvOrYykcAIjAB2" alt=""><figcaption></figcaption></figure>

#### Bots permission dialog

The **Bots permissions** feature, allows you to select which bots can be queried by the user (access permission), as well as apply other management permissions to enable configuration editing, filters, etc. for each bot.

<figure><img src="/files/WuUYP1YTSqcgsisEPgsK" alt=""><figcaption></figcaption></figure>

To further strengthen governance and tailor the user experience, the platform now supports **fine-grained permissions to parameterize which action buttons are visible in the chat interface**.

<figure><img src="/files/F5vXHX1gaMxtTTYfkgHS" alt=""><figcaption></figcaption></figure>

#### **Assign users to groups directly**

An administrator can open a **user’s profile** and directly assign that user to one or more groups, by selecting "Add/Edit groups".

<figure><img src="/files/m4xJ0Vr3jvO1p8w2kI0y" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jhhx7fGUB21KV8u3os40" alt=""><figcaption></figcaption></figure>

From the User Profile, administrators can assign membership by toggling the group/subgroup flag to ON.

While assigning the user to a group/subgroup, administrators can also choose to **remove the user’s personal permissions**, ensuring that only the permissions inherited from the selected group/subgroup remain active.


---

# 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://40factory.gitbook.io/wilson/3.10/wilson-academy/settings-1/user-management.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.
