# Create Sub-Account

How to manually create a new sub-account:

1. In your agency dashboard click the ‘Create New Sub-Account’&#x20;
2. Enter sub-account details.&#x20;
   1. Sub-account name = Name of the sub-account
   2. Email = Email of the person you are creating the sub-account for
   3. Password = Temporary password for the user to login&#x20;
   4. First Name = Name of the user this sub-account is for
   5. Number of Chatbots to be allocated = Enter in a number of AI agents (chatbots) for this sub-account
   6. Number of Characters to be allocated = Enter the number of characters (for storage) to be allocated to this sub-account
   7. Amount to be added in Wallet = This is a starting balance of the sub-account wallet to use to send AI messages
   8. Free Trial Ends at = Set the date you want this sub-account to be given a free trial&#x20;
   9. AI Agent Permissions = Set the permissions you want this sub-account to receive&#x20;
3. Notify User = Selecting this sends an email with login credentials to the user. Note: Sub-Accounts can only login into your white-labeled version, not the main Stammer platform.

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


---

# 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://docs.stammer.ai/stammer.ai-docs/white-label/client-sub-accounts/create-sub-account.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.
