# Creating user accounts

Once you have installed and configured Enterprise, create your first user account by visiting `<hostname>/register`.

## Assigning an admin

Until you explicitly assign an admin, all user accounts you create will have admin access to manage both users and projects (note: this is different from admin access to the underlying application settings).

Make sure to assign at least one user as an admin by following the below steps:

1. Visit `<hostname>/admin`
2. Click the "edit" link next to the desired user
3. Check the box for "admin"

## Inviting others to create user accounts

You can share the below URL to let others create a user account:

`<hostname>/register`

You'll be able to create as many accounts as you have seats on your Enterprise license.


---

# 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.kumu.io/enterprise/creating-user-accounts.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.
