# Creating users

To create users is solved while inviting users as described in [Inviting users](/dev/cloud-and-community/handling-workspaces-and-users/inviting-users.md)

When a user is invited and that target user does not have a Shimoku account. Shimoku asks automatically through email to that user to **sign up** so that the user can **sign in** to the business that has been invited. It is a simple 3 steps process like in any other SaaS.

![User registering page.](/files/8GRDyNBMfnS1zkgw4XrD)

![Confirmation email.](/files/xxH49f6Sg03Qh6nXnll1)

![Login of a user already registered.](/files/ArbFfH4ZoI8sfeNSZVc2)

{% hint style="warning" %}
The email should be received instantly, note that is important to check your **spam mailbox** if you do not receive the invitation email in a minute.
{% endhint %}


---

# 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.shimoku.com/dev/cloud-and-community/handling-workspaces-and-users/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.
