# User behaviors

### Unregistered user behavior

After you create an invitation, an unregistered user receives an email with a link to the registration form.

When the user opens the link, the registration form is pre-filled with the email address. It also includes the name if you provided it in the invitation. The email field cannot be edited.

After the user completes the required fields and confirms registration, the system creates a user profile, an account, and one or more mailboxes. The user then receives access rights based on the permissions you configured when sending the invitation.

### Registered User Behavior

After you create an invitation, a registered user receives an email with a link to the **Invitations** tab in their profile.

In the **Invitations** tab, the user can review all invitations and accept or decline them:

* To accept an invitation, click **Accept**. The status changes to **Accepted**.
* To decline an invitation, click **Decline**. The status changes to **Rejected**.

![](https://ucarecdn.com/4f46251e-f46f-4cd2-9702-0726889b55b5/image.png)

After the user accepts or declines your invitation, you receive a notification with their decision.


---

# 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://support.docstudio.com/admin-panel/users-and-user-roles/user-behaviors.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.
