> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/user-administration-settings/inviting-new-users-to-agilecase.md).

# Inviting New Users to AgileCase

This lesson explains how to invite new users to the system so you can implement AgileCase across your company.

{% stepper %}
{% step %}

## Access the "Users" page

<figure><img src="/files/39yTZ9ya8jkEgT0uK6fX" alt="" width="190"><figcaption></figcaption></figure>

To add a new user, access the "Users" page. Select the "Users" button under "User Admin" in the settings menu.
{% endstep %}

{% step %}

## Invite a new user

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

To invite a new user to the system, click the "Invite User" button on the "Users" page.
{% endstep %}

{% step %}

## Enter user details

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

Enter the user's Email address and specify whether they are a standard user or an administrator. When you are ready to send the invitation, click the "Send Invitation" button.
{% endstep %}

{% step %}

## Successful invitation

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

If your invitation is successful, a message will be displayed and their Email address will be listed under the "Invitations" heading. The new user should receive a confirmation email with a verification link that they should follow.
{% endstep %}

{% step %}

## Invitation accepted

Once your new user has been verified and has created an account, they will be displayed under the "Users" heading and their registration date will be displayed beside their invitation.

<figure><img src="/files/Xm6fiUW2UkER3Ka5563l" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.agilecase.com/administrator-documentation/user-administration-settings/inviting-new-users-to-agilecase.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
