# Inviting Users

### Managing invitations

Navigate to the **Invitations** tab in the **Admin->Users** menu. Here you can view, create, and manage invitations sent to individuals to join your organization.

<figure><img src="/files/tK5osGJYik05gZP4bELC" alt=""><figcaption><p>User invitations</p></figcaption></figure>

{% hint style="warning" %}
Be sure the email address you submit your invitation to will only be used by a single individual. Invitation codes can be used only once.
{% endhint %}

### Creating a new invitation

Click the **New Invitation** button to manually send a new user invitation to the email address you provide.

<figure><img src="/files/3QBpbFIYTHDZLU5BmfWT" alt=""><figcaption><p>New invitation</p></figcaption></figure>

### Bulk uploading users

To submit a bulk list of users to invite to your organization, click the **Upload Invitation List** button. This will display the following dialog:

<figure><img src="/files/ye871kNxhQTIKpfvx7wl" alt=""><figcaption><p>Upload invitation list</p></figcaption></figure>

The file should be a comma-separated value (CSV) file in plain-text format, with or without an initial header. As long as the file you are submitting has an email address in any field, the file should successfully process and have invitations sent to all recipients.

{% hint style="warning" %}
Uploaded lists can contain a maximum of 100 lines/users. If you need to upload more, separate the file into 100-user blocks and upload them one at a time.
{% endhint %}

### Resending invitations

Invitations can be resent to invited users by clicking the ![](/files/i5mWL2nrAkZKhfUEefeY) in the Actions column of the invitation. Invitations can be resent a maximim of three times. If invitations are not being received by the invited users, they may need to check their email provider's Junk folder.

Alternatively, you can send the invitation code to the user via another means, but clicking the copy icon ![](/files/HIxFmbmgefCx1uQpkSmi) to copy the invitation code.


---

# 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.stackref.com/administration/user-management/inviting-users.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.
