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

# Managing Users

You can have multiple users in one Pixboost account. That enables you to minimize the risk of loosing access to the account and do not rely on one login.

Moreover, you can set up the permissions of each user using predefined roles. Currently, there are three roles you can pick from:

* Super Admin - have full access to the account. Only Super Admin can manage users
* Web Developer - have access to image CDN setup including image sources, API keys, secrets, and analytics
* Billing Admin - have access to payment methods, billing, and analytics

## Adding a new User

* Login to the dashboard and go to the "Users" menu item under the "Account" section

![](/files/Ymf4BbMfagTOE5vFm2vo)

* Click on the "Invite New User" button
* Fill in the Email and pick a role

![](/files/5qrEhYEx3zWVmMAiEAhL)

* Click the "Add" button
* User will receive an invitation email shortly after that with the setup link

## Good practices

It's usually a good practice to have at least 2 Super Admins, so there is no dependency on a single person/mailbox.

Giving the finance department access using a "Billing Admin" role could help them monitor spending, and update payment details in time without the involvement of the IT department.

## Limitations

The maximum number of users in the account is set by your current plan and can be looked up on the ["Prices" page](https://pixboost.com/prices/).

Every account must have at least one "Super Admin" user.


---

# 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://help.pixboost.com/setup/manage-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.
