> For the complete documentation index, see [llms.txt](https://doc.customfit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.customfit.ai/account-setup/add-users-and-assign-roles.md).

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