# Creating a new user account for your company profile

## Introduction

If you are a user with an [administrator or manager role](/product-documentation/users-roles-and-permissions/roles-and-permissions-summary.md), you can create new user accounts for your company profile. These users will be able to log into the dashboard for your company - the level of access that they have will depend on the role that you grant during the account creation process.&#x20;

By default, new users are created with a `user` role. Provided that you have an `administrator` or `manager` role, you can change this if required - the following rules apply:

<table><thead><tr><th width="266">Your role</th><th>Allowed role changes </th></tr></thead><tbody><tr><td>Administrator</td><td><ul><li>Can assign roles up to and including <code>manager</code> level  (e.g. change a <code>user</code> account to a <code>manager</code> account).</li><li>Can reduce other non-administrator accounts to a lesser role (e.g. change a <code>user</code> account to a <code>read-only</code> account).</li></ul></td></tr><tr><td>Manager</td><td><ul><li>Can assign roles up to and including <code>user</code> level  (e.g. change a <code>read-only</code> account to a <code>user</code> account).</li><li>Can reduce other non-manager accounts to a lesser role (e.g. change a <code>user</code> account to a <code>read-only</code> account).</li></ul></td></tr></tbody></table>

{% hint style="info" %}
For more information, please see our [Roles & permissions summary](/product-documentation/users-roles-and-permissions/roles-and-permissions-summary.md) page.
{% endhint %}

{% hint style="warning" %}
If you are an agency/partner with permissions to manage multiple companies, company profiles work a bit differently. Please refer to our [Managed company profiles](/product-documentation/company-management/multi-company-profiles.md) section.
{% endhint %}

## The steps

**Step 1**\
[Access the user list for your company profile](/product-documentation/users-roles-and-permissions/viewing-all-users-for-your-company-profile.md).

**Step 2**\
Move down to the **extra** section - you'll see a **\[company] users** tab showing all existing user accounts. At a glance, you can see each user's name, email address and role - for example:

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

**Step 3**\
Click the **create user** button:

<div align="left"><figure><img src="/files/UyR76pb76cZC3In4mrKM" alt=""><figcaption></figcaption></figure></div>

**Step 4**\
Enter the person's name and email address:

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

{% hint style="info" %}
The email address provided here is used to log into the Patchworks dashboard.&#x20;
{% endhint %}

**Step 5**\
Click the **save** button. The user account is saved, and an email is sent to the given address, with a link for the user to set their password.

{% hint style="info" %}
If the email address specified is associated with an existing (active) user account, you are prompted to enter a different address. If the email address specified is associated with a deleted user account, you are prompted to restore this account.
{% endhint %}

**Step 6**\
The user **roles** tab is displayed, and you'll see that the new account is created. By default, new accounts are created with a `user` role:

<figure><img src="/files/2HkGibKxFVXNxNbCwrbr" alt=""><figcaption></figcaption></figure>

If required, you can assign an alternative role by clicking the appropriate button.

{% hint style="info" %}
Roles determine the level of access that users have in the Patchworks dashboard. See the table [above](#introduction) for roles that you can set here.
{% endhint %}

**Step 7**\
Save changes. Once the user has set their password (via the link provided in an email triggered in step 6) they can access the Patchworks dashboard for their own company.


---

# 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.wearepatchworks.com/product-documentation/users-roles-and-permissions/creating-a-new-user-account-for-your-company-profile.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.
