> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/client-portal/account-management/adding-a-sub-user-to-your-account.md).

# Adding a sub-user to your account

## Who is a sub-user?

A sub-user can be anyone, who will manage your account for you. This can include making invoice payments, opening tickets for your service along other things.

## What permissions can I give to a sub-user?

You can assign the following permissions to a sub-user:

* Modify Master Account Profile - Access and modify the client profile information
* View & Manage Contacts - Access and manage contacts
* View Products & Services - View access to products, services and addons
* View & Modify Product Passwords - Allow password resets and other actions
* Perform Single Sign-On - Allow single sign-on into services
* View & Pay Invoices - View and payment access to invoices
* View & Accept Quotes - View and acceptance permissions for quotes
* View & Open Support Tickets - Access to open, respond and manage support tickets
* View & Manage Affiliate Account - Access to view and request withdrawals
* View Emails - Access to view account email history
* Place New Orders/Upgrades/Cancellations - Allow placing of new orders

## How to add a sub-user to your account?

### 1. Go into user management

Start by logging in the [billing area](https://get.crunchbits.com/), then click on your name in the right-top \[1], and then `User Managment` \[2].

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

Then click on `Invite New User` .

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

### 2. Select the appropriate permissions for the new user

Then, enter their e-mail address \[1], select the permissions you'd like them to have \[2], and click on `Send Invite` .

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

Afterward, tell them to check their e-mail inbox, and follow the instructions there.&#x20;


---

# 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.synteq.com/client-portal/account-management/adding-a-sub-user-to-your-account.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.
