> For the complete documentation index, see [llms.txt](https://docs.gamifyroute.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamifyroute.com/kb/getting-started/sign-up.md).

# Sign Up

There are multiple ways to sign up and create an account. This guide will walk you through each method to ensure a smooth registration process. Choose the method that best suits your preference: Email, Google, or Facebook.

### Methods of Sign-Up

#### 1. Sign Up Using Email

Signing up with your email is a straightforward process. Follow these steps:

* **Navigate to the Sign-Up Page**: Go to the [Gamify Route website](https://www.gamifyroute.com) and click on the "Free Trail" button.

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

* **Fill Up the Details:** Enter your first name, last name, email, password, and confirm password.

<figure><img src="/files/91Ir18PhCguQkwbNzJuZ" alt=""><figcaption></figcaption></figure>

* **Accept Terms**: Select the checkbox and accept the terms of service.
* **Submit Your Information**: Click on the "Create Account" button to complete the registration.
* **Check Email:** You'll get a link in your email. Click to verify it.
* **Login:** Now, your account is created, and you can login to it.

#### 2. Sign Up Using Google Account

If you prefer to use your Google account, you can sign up quickly and securely. Here’s how:

* **Navigate to the Sign-Up Page**: Go to the [Gamify Route website](https://www.gamifyroute.com) and click on the "Free Trail" button.

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

* **Select Google Sign-Up**: Click on the "Continue with Google" option.
* **Enter Google Credentials**: Provide your Google account email and password.

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

* **Grant Permissions**: Allow Gamify Route to access your Google account information.
* **Complete the Process**: Follow the prompts to finalize your registration.

#### 3. Sign Up Using Facebook Account

Using your Facebook account is another easy way to join Gamify Route. Follow these steps:

* **Navigate to the Sign-Up Page**: Go to the [Gamify Route website](https://www.gamifyroute.com) and click on the "Free Trail" button.
* **Select Facebook Sign-Up**: Click on the "Continue with Facebook" option.
* **Enter Facebook Credentials**: Provide your Facebook account email and password.
* **Grant Permissions**: Allow Gamify Route to access your Facebook account information.
* **Complete the Process**: Follow the prompts to finalize your registration.

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

***

For further assistance, please contact our support team at <support@gamifyroute.com>.


---

# 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.gamifyroute.com/kb/getting-started/sign-up.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.
