> For the complete documentation index, see [llms.txt](https://docs.rivalryze.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rivalryze.com/your-account/creating-an-account.md).

# Creating an Account

RivalRyze gives you two ways to sign up. Both end up at the same place — pick whichever is easier for you.

## Option 1: Sign up with Discord (fastest)

If you're already on Discord, this takes about ten seconds.

1. Go to [rivalryze.com](https://rivalryze.com) and click **Sign Up**.
2. Click **Continue with Discord**.
3. Discord will ask you to authorize RivalRyze. Click **Authorize**.
4. You're in. Your Discord account is automatically linked.

{% hint style="info" %}
Discord sign-up automatically links your Discord identity. You can still set an email and password later if you want a fallback login.
{% endhint %}

## Option 2: Sign up with email and password

1. Go to [rivalryze.com](https://rivalryze.com) and click **Sign Up**.
2. Enter your email, choose a password, and pick a username.
3. Check your inbox for a confirmation email and click the link.
4. Log in and finish setting up your profile.

You can connect Discord later from **Account Settings → Connections** — and you'll need to if you want to use the RivalRyze Bot.

## What happens right after signup

* You receive a **starter gem balance** in your wallet — enough to enter your first Contest.
* Your profile is created on the platform but starts empty. The next step is to [connect your gaming accounts](https://github.com/Scrub-Hub/rivalryze-public-docs/blob/main/03-connecting-platforms/README.md) so RivalRyze can track your achievements and trophies.
* You're on the **Free** tier by default. See [Subscription Tiers](/your-account/subscription-tiers.md) for what that includes and how to upgrade.

## Forgot your password?

If you signed up with email, click **Forgot password?** on the login screen. We'll send a reset link to your email.

If you signed up with Discord and never set a password, you don't have one to reset — just use **Continue with Discord** to log in.

## Didn't get the confirmation email?

* Check your spam folder.
* Make sure you used the right email address.
* From the login screen, click **Resend confirmation email**.

If it still doesn't arrive, contact [support](/readme.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.rivalryze.com/your-account/creating-an-account.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.
