# Sign up with AgeGO

This section explains how businesses and service providers can create an AgeGO account to integrate AgeGO as an age-verification solution on their websites or platforms.

It covers the steps required to sign up, configure your account, and access AgeGO’s verification and integration features.

## <mark style="color:$primary;">AgeGO Business Account</mark>

An AgeGO Business Account is required to implement AgeGO on your site. This section walks you through:

* The business signup process
* Email verification
* Account approval and access levels
* Next steps after registration
* Common troubleshooting during account setup

If you are looking to use AgeGO as an end user to verify your age, this section does not apply.

### <mark style="color:$info;">Create Your AgeGO Account</mark>

To get started with AgeGO, you’ll need to create a business account.

You can sign up at:

<https://dashboard.agego.com/signup>

The process takes less than a minute to complete.

Once registered, you can log in at any time using the same link.

⚠️ Please note: After verifying your email, your account will require approval before you can create sites and fully use AgeGO.

### <mark style="color:$info;">Verify Your Email</mark>

After creating your account, you’ll receive a confirmation email. Click the verification link to activate your Dashboard access.

Once your email is verified:

* Your Account Status changes from **Email Not Verified** to **Not Verified**
* You can log in to the Dashboard
* Site creation remains disabled until admin approval

If you don’t see the email:

1. Check your spam folder.
2. Or request a new verification link from the Log In page.

### <mark style="color:$info;">Account Approval Process</mark>

AgeGO uses an Account Status system to control access to the platform and site creation.

Your account can be in one of the following states:

* **Email Not Verified**
  * Newly registered account. Email verification pending.
  * Login is blocked.
* **Not Verified**
  * Email verified but awaiting admin approval.
  * Login allowed.
  * Site creation disabled.
* **Verified**
  * Account verified and approved by an AgeGO Admin.
  * Full access granted, including site creation and configuration.
* **Archived**
  * Account deactivated by Admin.
  * Login blocked.

#### <mark style="color:$primary;">How the Approval Process Works</mark>

{% stepper %}
{% step %}
Email Verification

After email verification, your account enters **Not Verified** status.
{% endstep %}

{% step %}
Account Review

An AgeGO Admin reviews your account.
{% endstep %}

{% step %}
Approval

Once approved, your status changes to **Verified**.

Full access is granted, including the ability to create and manage sites.

You receive an automatic confirmation email.
{% endstep %}
{% endstepper %}

#### <mark style="color:$primary;">Approval Email Notification</mark>

When your account is approved, you will receive an email:

**Subject:** AgeGO: Your account has been approved.

You can then log in to your dashboard, create sites, and start using AgeGO.

Once you're inside the Dashboard:

Create your first site → go to [My Sites](/admin-panel/my-sites.md)

## <mark style="color:$primary;">Troubleshooting Sign Up</mark>

If you cannot complete the sign up process:

1. **Didn't receive the verification email?** Request a new one from the login page: <https://dashboard.agego.com/reset-password>
2. **Your account is already registered?** Use “Forgot Password” to reset access. <https://dashboard.agego.com/reset-password>
3. **Need to change your email?** Contact <business@agego.com>


---

# 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.agego.com/general/sign-up-with-agego.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.
