> 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/choosing-plan.md).

# Choosing Your Plan

Once your account is created, the next step is choosing a plan. This determines the resources, performance, and AI capabilities available in your Genie environment.

The process is simple, and you can always upgrade later as your usage grows.

## How Plans Work

Each Genie plan gives you a complete environment with:

* A dedicated cloud server
* Persistent storage for your files
* Access to the AI assistant
* Daily AI usage credits

The difference between plans is based on how much power and usage you need.

![Choosing Your Plan](/files/6x6BpKJxuf7uYaIzefm2)

## Choosing the Right Plan

You can choose a plan based on how you plan to use Genie:

Go Plan

* Ideal for getting started and exploring Genie
* Suitable for lightweight tasks and basic workflows
* Provides essential resources for learning and initial usage

Plus Plan

* Designed for regular development and consistent usage
* Offers increased resources and better performance
* Includes higher AI usage limits for more frequent interactions

Pro Plan

* Built for advanced workflows and heavy usage
* Provides maximum performance and resource allocation
* Supports complex tasks, continuous workflows, and higher AI limits

Each plan is designed to scale with your needs, so you can start small and expand as your work grows.

## AI Credits and Usage

Genie includes daily AI credits that allow you to interact with the AI assistant, run tasks, and execute workflows.

Higher plans include more credits, enabling:

* More frequent AI interactions
* Larger or more complex tasks
* Continuous workflows without interruption

This ensures that your AI usage aligns with your plan and workload.

## Flexibility

You are not locked into your initial choice.

You can upgrade your plan at any time as your requirements increase. Your environment, files, and progress remain unchanged during upgrades.

## What Happens After You Choose

Once you select a plan:

* Your server is fully provisioned
* Your workspace becomes active
* You are redirected to your dashboard

From this point, Genie is 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/choosing-plan.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.
