# Register

## Register using a username and password.

1. Open the registration page: [register.space7.me](https://register.space7.me)
2. Fill in all fields.\
   Password must be at least 5 characters long. \
   Username must be unique, cannot be longer than `20` characters, cannot contain any of these characters: `%, /, \, &, <, >, space`
3. Press the `Register` button. If all the data is correct, You will be redirected to [Dashboard](/docs/dashboard/dashboard-interface.md). If there was something wrong with the data or there was a problem on our side, You will see a red message below the register button explaining the problem.

{% hint style="warning" %} <mark style="color:orange;">Username</mark> that You will choose here will be used as Your URL `space7.me/username` and <mark style="color:orange;">**CANNOT BE CHANGED**</mark>.
{% endhint %}

## Register using a Discord account.

1. Open the register page: [register.space7.me](https://register.space7.me)
2. Press the `Use Discord` button.
3. You will be redirected to Discord's authentication page.

<figure><img src="/files/k84y6MCbgVHol7k3kuud" alt="" width="264"><figcaption><p>Discord authentication page.</p></figcaption></figure>

4. If You aren't already logged in to Discord, You must do this first.
5. Press the `Authorize` button.
6. If Your Discord username is available in Space7 and authentication was successful, You will be redirected to the [Dashboard](/docs/dashboard/dashboard-interface.md).
7. In case someone has already claimed the username that You use in Discord, You will see a page where You must choose a different username. (Check out [Register](/docs/account/register.md#register-using-username-and-password) to learn about username requirements.)

<figure><img src="/files/dGroHCo4dH645hXPPQ0j" alt="" width="245"><figcaption><p>Choose different username.</p></figcaption></figure>

{% hint style="info" %}
If You have encountered any problems during registration, feel free to contact us on our Discord server. We will help You there. [Discord Server](/docs/discord-server.md)
{% 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://space7.gitbook.io/docs/account/register.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.
