# Add Users and Assign Roles

In CustomFit, you have the flexibility to invite new team members to collaborate with you and designate their roles, whether it's as an admin, writer, or reader. This role-based customization becomes particularly valuable in situations where multiple individuals are contributing, allowing you to grant distinct permission levels to each member.

To add a new user

* Click the profile picture icon in the top-right corner, and then select the '**Account Users**' option.

<figure><img src="/files/3EFIwmZMPniellWEWhij" alt=""><figcaption></figcaption></figure>

* In the Account Users page, click on the '**Create User**' button.

<figure><img src="/files/xdehYiN2vHtnVGYrYZry" alt=""><figcaption></figcaption></figure>

* Provide the required information such as email id, First name and then select the user role. Click on '**Create**' button to create the new user successfully.

<figure><img src="/files/eZs8Iz84gbRVDeBW3Bsa" alt=""><figcaption></figcaption></figure>

**Admin** has full access to account and billing information.

**Writer** can create, update, delete and view results of experiences.

**Reader** can only view experiences and its results.


---

# 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://doc.customfit.ai/account-setup/add-users-and-assign-roles.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.
