> For the complete documentation index, see [llms.txt](https://alternates-whitepaper.gitbook.io/alternates-overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alternates-whitepaper.gitbook.io/alternates-overview/learn-alternates/starting-off.md).

# Starting Off

At Alternates, we prioritize a seamless onboarding experience, ensuring that players can jump into the action without complications alongside a familiar process for web3 and web2 traditional players. Through our Player Hub, users can easily create a profile, download the game, and start playing with default loadouts and characters.

**1. Create Your Alternates Account**

* Visit our Player Hub.
* Sign up to create a new **Alternates Account** by clicking create account.&#x20;
* Create account by simply inserting your email and confirming the OTP

<figure><img src="/files/9Kwg9wJqPJzDdEJuZmgo" alt=""><figcaption></figcaption></figure>

**2. Download the Game**

* Go to our homepage and find the "DOWNLOAD" or "PLAY NOW" button which will take you to our EpicGames Store.

<figure><img src="/files/hZG9SOWWLLKwYh8mNDfs" alt=""><figcaption></figcaption></figure>

* Alternatively, download directly through the EpicGames Launcher.

**3. Log In**

* Launch *Alternates*.
* Log in to your EpicGames Account
* Log in using simply your email.

<figure><img src="/files/UCCqoSUOiMpw2YUMPrp5" alt=""><figcaption></figcaption></figure>

* Final step, type the OTP that was sent to the email you inserted above

<figure><img src="/files/kMQH5S4nZcdv3Er45sL0" alt=""><figcaption></figcaption></figure>


---

# 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://alternates-whitepaper.gitbook.io/alternates-overview/learn-alternates/starting-off.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.
