# User Management

### New to Crobox

Welcome! You will have received an **invitation to create your account in your inbox**. Follow the prompts to create your account in the [Crobox App](https://app.crobox.com/) (accessible via your browser).

### User Permissions

There are four user states available for regular users, each with different access points and options available to suit the needs of your teams and roles. Below you can note the key differences between each status:

<table data-full-width="false"><thead><tr><th>Viewer</th><th>Editor</th><th>Publisher</th><th>Admin</th></tr></thead><tbody><tr><td>Limited access, allowing users to only view revealed areas of the app without making any changes.</td><td><p>Access to modify settings within experiences.</p><p>Editors do not have permissions to publish experiences and updates.</p></td><td><p>Complete access to create and manage experiences, including publishing.</p><p>Publishers do not have permissions in user management.</p></td><td><p>Complete access to all menus, settings, publishing and account settings.</p><p>Admins have permissions to add new users or team members to join their account.</p></td></tr></tbody></table>

{% hint style="info" %}
User permissions are set when your invitation is sent. An admin on your team can update these permissions, or you can contact your Account Manager for any necessary changes.
{% endhint %}

### Invite Users to your Account

For admin users only, you can invite new members to join your team via the My Organization menu.

1. Navigate to the left side navigation menu and select your account at the bottom of the menu, then click on 'My Organization'.
2. Locate the second tab named 'Users', and select the 'Invite User' button at the bottom of the page.
3. Choose the account permission for the new user and add their email address. To send the invitation to their inbox, select share on the right of the field.

Admin users additionally have the ability to adjust the account permissions for other members of their team. To do this, select the three dot menu of the user and click edit. Permissions can be changed for the team member here.

### Two-Factor Authentication

To enable Two-Factor Authentication:

1. Navigate to the left side navigation menu and select your account at the bottom of the menu, then click on 'My Profile'.
2. Activate the Enable Two-Factor Authentication toggle, and follow the prompts.

{% hint style="warning" %}
**Having issues with your Two-Factor Authentication?**\
If you are locked out of your account, contact Support to disable your 2FA from the system and reset your login.
{% endhint %}

### How to Reset Your Password

You can change your password at any time for security reasons or reset it if you forget it.

#### Change password via your profile

1. Navigate to the left side navigation menu and select your account at the bottom of the menu, then click on 'My Profile'.
2. Under Login Details, click the edit icon within your password field to update it.
3. Enter your old password and new password, then select save to confirm the changes.

#### Reset your password if forgotten

1. To reset your password, navigate to the [Crobox login page](https://app.crobox.com/) and enter your email then select continue.
2. When you arrive at the next screen, select **Forgot password?** and enter your email address to receive the reset link in your inbox.
3. Click the link in the received email.
4. Create a new password and follow the prompts.


---

# 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.crobox.com/administration/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.
