> For the complete documentation index, see [llms.txt](https://docs.korewireless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.korewireless.com/console/accounts/add-additional-accounts.md).

# Add additional accounts

## Parent account

You can have multiple main or parent accounts.

1. Go **Account > Account** and select **Create New Account**.

   <div align="left"><figure><img src="/files/5jMdCLkRp4AMBYC4l56f" alt=""><figcaption></figcaption></figure></div>
2. Create a business or personal account. Refer to [New account setup](/console/accounts/new-account-setup.md#add-account-details) if needed to complete the new account creation.
3. Wait for the confirmation message confirming that your new account has been created. **Select Close Window** to return to the Dashboard.<br>

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

## Child account

You must be in the parent account before creating the child account.

1. Select the parent account using one of the following options:
   1. **More than one account**\
      Select all accounts (**Accounts > Account > Accounts**) to display all accounts.&#x20;

      <div align="left"><figure><img src="/files/yGz4YE5iKWmP8YlAn829" alt=""><figcaption><p><br></p></figcaption></figure></div>

      **Switch to** the parent account for the new account, and then close (**X**) the screen.

      <div align="left"><figure><img src="/files/BP3KtLWHpaqlnSzhwZhC" alt=""><figcaption></figcaption></figure></div>
   2. **One account**\
      Select **Account** to display your account information.<br>

      <figure><img src="/files/tTrn87bj9Ibbasrowkwf" alt=""><figcaption></figcaption></figure>
2. Select the ![](/files/8OmHrYDxhUPeNtKFMwhJ) menu next to the account name, then select **Create Child.**

   <div align="left"><figure><img src="/files/n0GdwZsePegIKvOk9Nq4" alt=""><figcaption></figcaption></figure></div>
3. Add the account name and optional description, then select **Create Child Account**.\
   **Note:** You will receive an error if the new account exceeds the four-level maximum.

   <div align="left"><figure><img src="/files/xAJDHU7Wi2k7By4oMK0G" alt=""><figcaption></figcaption></figure></div>
4. Wait for the confirmation message confirming that your new account has been created.&#x20;

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

   You will be returned to the parent account page.
5. Review the new account on the child list. The new account is automatically added to the end of the child account list.

{% hint style="info" %}
The parent account owner is always added to the new child account, along with the user who created the account. All other users will need to be added manually.
{% endhint %}


---

# 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.korewireless.com/console/accounts/add-additional-accounts.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.
