# Create a new user

1. Access your Monogoto account by logging in to the [Monogoto hub](https://hub.monogoto.io).
2. Click on the "Account Settings" section located in the top navigation bar.
3. Select "Users" from the dropdown menu.

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

4. On the “Users” page, click on the "Create User" button.

<figure><img src="/files/2ubg9slHdYolm42bKrxq" alt="" width="276"><figcaption></figcaption></figure>

5. Complete the relevant fields in the form.

**Name** - first and last name of the new user

**Email** - email of the new user

**Description** (optional) - additional information about the new user

6. Select the appropriate User Profile from the dropdown list.

**User Profile** - user profile dictates the permissions and abilities the new user will have

<table><thead><tr><th width="155">User Profile</th><th>Description</th></tr></thead><tbody><tr><td>Admin user</td><td>Admin user has full permissions. This user can view and change everything in Advanced Console and Hub</td></tr><tr><td>Standard user</td><td>Standard user can do everything like Admin user, except it is not allowed to see/manage pricing and users in Advanced Console and Hub</td></tr><tr><td>Group user</td><td>Group user is limited to managing only selected Thing Groups. This is useful when you have end users that you would like to monitor/manage the status of only specific SIMs</td></tr><tr><td>Monitor user</td><td>Monitor user can only monitor information in Advanced Console and Hub. This user cannot do any changes</td></tr><tr><td>API user</td><td>API user is meant to be used only for API testing and documentation in Advanced Console and Hub</td></tr></tbody></table>

7. Groups - when you are creating a user with a profile Group User, you need to select which groups should accessible to the new user.
8. Click on the "Save" button to finalize the creation.

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

{% hint style="warning" %}
A user with the same email address (for example: <mike@company.com>) cannot be created in mutiple user roles or multiple accounts. Either you insert a new email or you can use email alias (for example If you are using google workspace you should be able to add the following email <mike+1@company.com>).&#x20;
{% endhint %}

9. After creating the user, an activation email will be sent to the new user to complete their registration.

<figure><img src="/files/S5ufvlwoWogxiajT4w0V" alt="" width="563"><figcaption></figcaption></figure>

10. The new user should click on the "Complete Registration" link in the email.
11. They will be prompted to create a password.

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

12. Once the new password is generated, the user can sign in to their account.


---

# 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://docs.monogoto.io/hub/intro/users/create-a-new-user.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.
