> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-server/10.8/instance-administration/user-management/creating-users.md).

# Creating users manually

You can create a user account manually in SonarQube Server. Manually created users are authenticated against SonarQube Server’s own user/group database. In contrast, users can be provisioned and authenticated through an external tool such as GitHub, GitLab, SAML Identity Provider, LDAP service, etc. (For more information, see [Overview](/sonarqube-server/10.8/instance-administration/authentication/overview.md).).

You need the global Administer System permission to create user accounts.

{% hint style="info" %}
You cannot create a user if the automatic provisioning mode is enabled in your system.
{% endhint %}

To create a user account:

1. In the top navigation bar, go to **Administration > Security > Users**.
2. Select the **Create User** button. The **Create User** dialog opens.
3. In the dialog, enter the **Login** (user identifier), **Name** (account’s screen name), **Email** (optional), and **Password**.
4. If the entered login or email address does not match the user’s SCM account login, you can explicitly associate the SCM account with the manual account: see [Associating with SCM account](/sonarqube-server/10.8/instance-administration/user-management/updating-scm-details.md).
5. Select **Create**.

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Changing user password](/sonarqube-server/10.8/instance-administration/user-management/changing-user-password.md)
* [Deactivating users](/sonarqube-server/10.8/instance-administration/user-management/deactivating-users.md)


---

# 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.sonarsource.com/sonarqube-server/10.8/instance-administration/user-management/creating-users.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.
