> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/armor/access-control/users.md).

# Users

This document explains how to create a new user in the DuploCloud AI Suite Access Control panel.

***

## Prerequisites

* Access to the DuploCloud AI Suite admin panel
* Admin permissions on the Access Control section

***

## Step 1 — Navigate to Access Control

Go to **AI Admin → Access Control** in the left-hand navigation. The page opens on the **Permissions** tab by default.

![Step 1 — Access Control page](/files/PguhaCuXF32jgKdzwoai)

***

## Step 2 — Click the "User" Tab

At the top of the Access Control page, click the **User** tab. This shows a table of all existing users with their display name, email, role, and last modified date.

![Step 2 — User tab](/files/ev0lX7sdM0hYferRFeE7)

***

## Step 3 — Click "Add"

In the top-right corner of the User tab, click the **+ Add** button. The Add User form slides in.

![Step 3 — Add User form](/files/Dz8JaFPeZjfkfFCKMk9Q)

***

## Step 4 — Enter the Email Address

Click the **Email** field and type the user's email address. Select the email from the dropdown if it appears.

In this example: `amal.kiran13@gmail.com`

![Step 4 — Email entered](/files/80oG2CGkbSAI4XlWkTfH)

***

## Step 5 — Enter the Display Name

Click the **Display Name** field and type the user's name.

In this example: `John`

![Step 5 — Display name filled](/files/BOxmkAMe1Oqwu7AKtSyV)

***

## Step 6 — Set the Role

The **Role** dropdown defaults to **User**. If a different role is pre-selected, click the dropdown and choose **User**.

Available roles: `User`, `Administrator`

![Step 6 — Role set to User](/files/BOxmkAMe1Oqwu7AKtSyV)

***

## Step 7 — Review and Submit

Confirm all fields are filled correctly, then click **Create User**.

![Step 7 — Before submit](/files/BOxmkAMe1Oqwu7AKtSyV)

A green **Success** toast appears confirming the user was saved.

![Step 8 — After submit](/files/oMaOjd2yoFejECg8WUNK)

***

## Step 8 — Verify the User in the List

The new user appears at the top of the users table with the **User** role badge.

![Step 9 — Final users list](/files/oMaOjd2yoFejECg8WUNK)


---

# 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.duplocloud.com/docs/armor/access-control/users.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.
