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

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