# Creating Users

Creating users in Couchdrop is a simple process and can be done a couple of different ways.&#x20;

{% hint style="success" %}
Jump to our [video guide on how to create users manually](#video-guide)
{% endhint %}

## Creating Users Manually

To add a user to Couchdrop manually:

* Login to Couchdrop
* Navigate to **Administration --> Users**
* Click **Create New User**

From here, you will need to provide details for their account:

* Pick a username, this needs to be unique across Couchdrop
* Supply an email address. This is optional but is important if you expect the user to be used for more than just SFTP and FTP access
* Set a password.&#x20;
* Choose the user's role

The final step is choosing the user's root directly. Information on what is a root directory can be found [The Root Directory](/administration/users-and-groups/the-root-directory.md).

## Inviting Users to Couchdrop

Users can be invited via email to Couchdrop. When invited, users will be provided with a password and basic settings.

To invite users to Couchdrop:

* Login to Couchdrop
* Navigate to **Administration --> Users**
* Click the **...** menu button and choose **Invite User**


---

# 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.couchdrop.io/administration/users-and-groups/creating-users.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.
