# Create Your Account

Get started with INLEO in minutes.

## Option 1: Sign Up with Email

1. Go to [inleo.io](https://inleo.io)
2. Click "Sign Up"
3. Enter your email and create a password
4. Verify your email
5. Choose your username

## Option 2: Connect Existing Hive Account

If you already have a Hive account:

1. Go to [inleo.io](https://inleo.io)
2. Click "Login"
3. Choose "Hive Keychain" or "HiveSigner"
4. Authorize the connection

## Next Steps

Once your account is created:

* [Make your first post](/getting-started/first-post.md)
* [Learn about earning rewards](/getting-started/earning-rewards.md)


---

# 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.inleo.io/getting-started/create-account.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.
