> For the complete documentation index, see [llms.txt](https://docs.deva.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deva.me/quick-start/onboarding-genie/creating-account.md).

# Creating Your Account

Creating your Genie account is designed to be simple, fast, and frictionless. The goal is to get you into your environment without unnecessary steps or delays.

## Sign Up Options

You can create your account using one of the supported authentication methods:

* Google
* GitHub
* Apple
* Passkeys

These options allow you to log in instantly without needing to create or manage a password. Authentication is handled securely, and once completed, you are directly signed into Genie.

![Genie Sign Up](/files/d6CxOHOw3RQgdeRB9UNX)

## What Happens After You Sign Up

As soon as your account is created, Genie begins setting up your experience in the background.

Your profile is initialized, and the system prepares your environment for use. At the same time, you are guided to the next step in onboarding, which is selecting a plan that fits your needs.

This process happens automatically. You are not required to configure anything or wait through manual setup screens.

## Seamless Transition into Genie

The transition from account creation to using Genie is immediate.

You move directly from signing up to entering the product, without interruptions or additional steps. While you continue through onboarding, your server and workspace are being prepared in parallel.

By the time you reach your dashboard, everything is already ready to use.


---

# 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.deva.me/quick-start/onboarding-genie/creating-account.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.
