# Invite users

The purpose of access control is to provide your end users secure access to your application or resources. There are several ways to do this such as making your application or resources public and allowing users access through their own organization, however, we will describe this in-depth at a later stage. For now, we will focus on adding users to your organization.

## Invite a new user

To add a new user to your organization perform the following steps:

**1) Click on the 'Users' section in the main menu (or dashboard view).**

![](/files/-MfhHZ8oWbIZ1N9kzSua)

**2) Click on the plus (+) icon in the top right to add a user.**

![](/files/-MfhIp4bbqork0kVfqfV)

**3) Enter the user name**

**4) Enter the user email address**

**5) Select the application for which you want the user to access after they have accepted the invitation.**

**6) Click the 'ok' button**

The user will then automatically receive an email to configure their password and be directed to your application.

![](/files/-MfhL18c-luiqzEHPMPN)

{% hint style="info" %}
You can allow users to **sign-up** to access your application without you needing to invite them. To do this activate the **B2B Sign-up option** when [registering your application.](/getting_started/create-a-first-application.md#registering-your-application) *Pop our team a note if you would like some assistance with this (documentation coming soon).*
{% 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.leza.glasc.io/getting_started/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.
