> For the complete documentation index, see [llms.txt](https://docs.reneverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reneverse.io/getting-started/registering-as-a-new-user.md).

# Registering as a New User

### 🔗 Step 1: Create Your Account

Go to [**app.reneverse.io/register**](https://app.reneverse.io/register) and complete the form with:

* Your Full Name
* A valid Email Address
* A secure Password

We’ll send a One-Time Password (OTP) to your email for verification.

<figure><img src="/files/zlcaJX97CzcCkCDOqdPW" alt=""><figcaption><p>ReneVerse Account Registration</p></figcaption></figure>

<figure><img src="/files/co7Jw2N2ekidgfQxYXsK" alt=""><figcaption><p>Enter the OTP Code sent to your email.</p></figcaption></figure>

<figure><img src="/files/2wYpd7eHzKToa5v4UYqU" alt=""><figcaption><p>Enter the OTP Code sent to your email.</p></figcaption></figure>

> 📸 **Screenshot suggestion**: Full-width screenshot of the registration form with example data filled in. Use callouts to highlight required fields.

***

### ✉️ Step 2: Check Your Email for the OTP

Open your inbox and find our email with your OTP code.

> ❗ **Can’t find it?**

* Check your **Spam** or **Promotions** folder.
* If it’s there, mark ReneVerse as “Not Spam” or “Trusted.”
* Still nothing? Click **“Send again”** on the form to get a new code.

> 📸 **Screenshot suggestion**: Mock email inbox showing the OTP email, with the OTP code clearly visible.

***

### 🔐 Step 3: Enter the OTP

Type the 6-digit OTP from your email into the verification field to confirm your account.

> 📸 **Screenshot suggestion**: OTP verification screen with sample code being entered.

***

### All set!

Welcome to ReneVerse! Your account is now active. Let’s help you set up your first Organization.

{% content-ref url="/pages/LlbhwsZzauQDd1GFgbSh" %}
[Creating a New Organization](/getting-started/creating-a-new-organization.md)
{% endcontent-ref %}

***

#### **Need Help?**

If you run into any issues during registration, feel free to reach out to our support team at <support@reneverse.com>. We’re here to help!


---

# 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.reneverse.io/getting-started/registering-as-a-new-user.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.
