# Getting Started

EmpowerGPT allows users to easily create an account through **self sign-up**.

Follow the steps below to register and start using EmpowerGPT.

{% stepper %}
{% step %}

### Creating a new account

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

1. On the Log In page, click the **Sign Up** button
2. Enter the Work Email.&#x20;
3. Click 'Continue' to proceed.

{% hint style="info" %}
First User will be assigned the role of 'Organization Owner'.
{% endhint %}
{% endstep %}

{% step %}

### Email Verification

1. A verification email will be sent to your registered email address.
2. Open the email and click on the **Proceed** button.
3. You will be redirected to the Login Page. Use your credentials to log in.

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

{% hint style="warning" %}
If you have not received the verification email, please verify that your email address was entered correctly and try again.
{% endhint %}
{% endstep %}

{% step %}

### Set Up Account Password

Once you click the email activation link, you will be redirected to a page where you can set your password.

<figure><img src="/files/qa9hwTt7X5YnfautyIU2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Free Trial Activation

Once the setup is complete, you will automatically receive a **7-day free trial** of EmpowerGPT.

1. During the trial, you will have access to all the features.
2. You can upgrade to a paid plan at any time.

{% endstep %}
{% endstepper %}

***


---

# 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://docs.empowergpt.ai/getting-started/getting-started.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.
