# How to Invite New Users

1. Navigate to the *Invite* page. This page is only visible for Staff users.

<figure><img src="/files/WwIjWgS6aykqv5L3J428" alt=""><figcaption><p>The Invite page icon in the navigation menu</p></figcaption></figure>

2. Enter the new user's email and give them a username. The invitation will be sent to this email.\
   \
   Selecting "Staff" in the *Additional Permissions* dropdown will give the user [Staff permissions](/integration-gateway-platform-reference/permissions.md#user-type).

{% hint style="info" %}
If you're unsure what username to give, we recommend reusing the portion of their email before the @ sign.
{% endhint %}

3. Select the integrations that the user should have access to. You will need to grant each [type of permission](/integration-gateway-platform-reference/integration_configuration.md#integration-permissions) separately.

<figure><img src="/files/QdtekIfGhYt1uTtyjuxL" alt=""><figcaption><p>The Integration Permissions page of the User Invitation wizard.</p></figcaption></figure>

4. Click *Save* to send the invitation.

***

Invitations are valid for 14 days from when they are created. If an invitation expires, the recipient can still follow the link to request a new invitation, which will be sent to the original email.


---

# 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://glyue.docs.sandboxbanking.com/how-to-guides/how-to-invite-new-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.
