***

title: Users
subtitle: Create users for SDK auth, SIP clients, and application calling
---------------------

For a complete documentation index, fetch https://docs.voximplant.ai/llms.txt

Voximplant users are essential for authorizing your **web** or **mobile SDK** applications, **SIP clients**, to make and receive calls, and use messaging functionality.

## How to create a user

You can create a user through the [Voximplant control panel](https://manage.voximplant.com/) or by executing the [AddUser](https://voximplant.com/docs/references/httpapi/users#adduser) **management API** method.

To create a user in the control panel, navigate to the **Applications** section and select the appropriate [application](/platform/voxengine/applications). Then, move to the **Users** section and click the **Create a user** button in the upper right corner (or in the middle of the screen if your app does not have any users):

![Create a user](https://files.buildwithfern.com/voximplant.docs.buildwithfern.com/76210ed99a894c91602b8bf9884ba1da18965d4fb1490c2502524aedfa5008c6/docs/assets/platform/voxengine/gettingstarted-basicconcepts-users-create.png)

This opens a **New user editor**:

![New user editor](https://files.buildwithfern.com/voximplant.docs.buildwithfern.com/6ce8b0fd0ee28fae3bcd968403dcc9192dabb402beca3f315db4ba7376455bdf/docs/assets/platform/voxengine/gettingstarted-basicconcepts-users-editor.png)

In this editor, specify the username, password, and display name for your new user. Click **Create** to save the changes. If you intend to create multiple users, check the **Create another** checkbox, which will open a new editor for each user.

<Info title="Note">
  You can disable the **active** checkbox to make a user inactive. Inactive users cannot log in to the application.
</Info>

<Info title="Note">
  You can set up a user to have a **separate balance account** to manage expenses.
</Info>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="I need to create an application for a customer with a separate account balance. How can I do it?">
    You can create a new application and a user with a separate account balance within this application. If you want to give this customer full access to the application, you can create a [child account](/platform/management-api/child-accounts) for this customer.
  </Accordion>
</AccordionGroup>