# User Account

Inviting new users, and supporting existing ones

## Invite Users <a href="#invite" id="invite"></a>

1. **As an Administrator**, click "Invite users"
2. Enter the email(s) to invite, and set their default group
3. Click "Send invites"
4. Users will be sent an invite that must be accepted to use the Suite
5. Once an invite is accepted the user will be shown in the user list, and will be considered towards plan seats

## Accept an invite

1. Locate the invitation email:
   * **Sender:** *<success@auterion.com>*
   * **Subject line:** (similar to) "You have been invited to company \<Company Name> at Auterion Suite"
2. Click **Create Account** in the email to open the account creation form
3. Complete the account creation form and submit
4. Log into the Suite

## Groups

Groups (roles) are displayed on the user entry, along with their email address and name. To edit a user's groups:

1. Select the "Change groups" button on the user record
2. Select all the required permissions
3. Click **Save**

{% hint style="danger" %}
Users can only upgrade another users's permissions to their own level.
{% endhint %}

## Activate/Deactivate

User accounts can be activated or deactivated by finding the account under the proper tab and selecting the action from the available actions.

To deactivate a user:

1. Select the active tab
2. Find the user
3. Click "Deactivate"
4. Confirm the action

User activation (after having been previously deactivated) is the same.


---

# 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.camflite.com/camflite-aurora-intro/software/auterion-mission-control/user-account.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.
