> For the complete documentation index, see [llms.txt](https://docs.empe.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empe.io/develop/intro/registration.md).

# Registration

This document explains the process of signing up for an account on the One-Click Deployment platform.

***

## Registration Form

The registration form asks for your details:

1. **E-mail:** Your email address used for communication and logging into the platform.
2. **Phone Number:** Your contact number.
3. **Password:** Create a secure password for your account.
4. **Repeat Password:** Re-enter the password to confirm it matches.
5. **First Name:** Your given name.
6. **Last Name:** Your family name.
7. **Organization Name:** The name of your company or team.

Registration is open — no invitation is required.

<figure><img src="/files/Z39tMtGKFEy6yHhYSrUA" alt="Sign Up form on oneclick.empe.io"><figcaption><p>The Sign Up form on oneclick.empe.io</p></figcaption></figure>

***

## Verification Process

After submitting the registration form, you will receive a verification code at the email address you provided. Enter this code to complete registration.

***

## Terms and Privacy

By signing up, you agree to the platform's **Terms and Conditions** and **Privacy Policy**. Read both before completing your registration.

***

## Final Step

Once all fields are filled out and the terms are accepted:

1. Click the **Sign Up** button to complete your registration.
2. If you already have an account, use the **Log In** link to access it.

***

## Choosing a Plan

After registration, pick a plan from the plan list:

* **Sandbox** — ideal for hackathons and proofs of concept. The first **30 days are free**, then **$29/month**. Click **Start trial** to begin.
* **Pro / Enterprise** — for commercial deployments. Click **Contact us** to get in touch.

Choose **Sandbox** and click **Start trial** to deploy and test your Issuer and Verifier during the free period.

<figure><img src="/files/cLxHvNPNg4HORBYi1LIc" alt="Plan selection with Sandbox and Start trial"><figcaption><p>Plan selection — choose <strong>Sandbox</strong> and click <strong>Start trial</strong></p></figcaption></figure>

For any questions or issues during the registration process, please contact our support team.


---

# 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.empe.io/develop/intro/registration.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.
