# Invite users

Sending invites to other users in your organization is simple. If you are the Owner or have the policy `Manage access for organization (Create)`, you'll be able to see the `Invite Users` button on the top left of your User Management tab in the My Account page.

<figure><img src="/files/fl92DeEJNuy5Y0oyCtVC" alt=""><figcaption><p>My Account - User Management page.</p></figcaption></figure>

1. Click on the Invite User button. Enter the email of the user you'd like to invite.

<figure><img src="/files/BT7fcmFSCzFpHGwDPig1" alt=""><figcaption><p>Example of adding a user invitation.</p></figcaption></figure>

2. Your added user will receive an email invite. They will need to click on the `Join your organization` button to accept the invite.

<figure><img src="/files/5EWs9k775gPrkRtCA2Q1" alt=""><figcaption><p>Organization invite.</p></figcaption></figure>

{% hint style="warning" %}
Once the user has successfully been invited to your organization, you will need to assign them some access policies before they can view any sources or domains. [Read more about assigning access policies here](/group-access-policies/create-groups-and-assign-policies.md).
{% endhint %}

### FAQ

#### I am unable to add a new user to my organization.

You will need to check your user role in your organization. Only if you are the Owner or have the policy `Manage access for organization (Create)`, then you are allowed to invite users at this time.

#### The user I invited did not receive an invite link.

Emails for user invites are sent from <hello@decube.io>. Please check your spam inbox in case our email was marked as spam by your delivery service.

#### The email link has expired.

If your invite has expired, please inform the sender of your invite to delete your pending invite and invite your email address again.

{% hint style="danger" %}
Reach us via the live support chat in the bottom right of your account if you have tried the above steps but are still unable to invite user to the organization.
{% endhint %}


---

# 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.decube.io/manage-access/invite-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.
