# Getting Started

### Step 1: Register an Account

1. Visit the registration page: <https://akiraghost.com/register>.
2. Fill in the required information:
   * **Email Address**: Enter a valid email address.
   * **Username**: Create a unique username using a combination of uppercase letters, lowercase letters, numbers, and the underscore symbol (\_).
   * **Password**: Choose a secure password that you can remember. This password will be used to log in to all of our products.
3. Click the "Register" button.

### Step 2: Verify Your Email

After registering, you will receive a verification email in your mailbox. Follow these steps to activate your account:

1. Check your email inbox for the verification message.
2. Open the email and follow the instructions provided to verify your account. This step ensures the security of your Akira account and helps us prevent unauthorized access.

### Step 3: Login to Your Account

Once your account is verified, you are all set to use Akira services:

1. Visit our login page: <https://akiraghost.com/login>.
2. Enter your registered email address or username and the secure password you selected during registration.
3. Click the "Login" button to access your account.

Congratulations! Your Akira account is now ready for use. If you encounter any issues or have questions, feel free to reach out to our support team.


---

# 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.akiraghost.com/faq/general-questions/user-account/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.
