> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-ai/readme/subscribe.md).

# Subscribe

## How to Subscribe to eMOBIQ AI

Follow these simple steps to get started with **eMOBIQ AI** and begin building your first intelligent application.

{% stepper %}
{% step %}

#### Visit Our Website

Go to our official [eMOBIQ AI page](https://orangekloud.com/emobiq-ai/)
{% endstep %}

{% step %}

#### Explore Subscription Plans

Click on `Try eMOBIQAI` . Here, you’ll find a range of flexible subscription options tailored to different usage needs. Take a moment to review each plan and choose the one that best fits your goals
{% endstep %}

{% step %}

#### Select Your Plan

Once you've decided on a plan, click the `Sign Up` button associated with that plan
{% endstep %}

{% step %}

#### Complete Registration

Fill out the registration form with your details (name, email, company, etc.), and click `Register` to create your account
{% endstep %}

{% step %}

#### Purchase Credits

After logging in, navigate to the main page and click on `Buy Credits` to add credits to your account
{% endstep %}

{% step %}

#### Choose Credit Amount

Select the credit amount you'd like to purchase and enter your payment information securely
{% endstep %}

{% step %}

#### Confirm Purchase

Click `Buy Credits`, then confirm by clicking `PROCEED` to complete the transaction
{% endstep %}

{% step %}

#### Access Your Dashboard

Once the payment is processed, return to the dashboard and click `Goto eMOBIQ AI Dashboard`
{% endstep %}
{% endstepper %}

You’re now ready to start building powerful AI-driven applications! If you run into any issues or have questions along the way, feel free to reach out to our [support page](/emobiq-ai/readme/support.md).

***

#### Need More Help?

{% embed url="<https://www.youtube.com/watch?v=1mPnJMMhSJw>" %}

You can watch our Subscription Walkthrough Video for a visual step-by-step guide above or on [OrangeKloud's official YouTube Channel](https://www.youtube.com/@orangekloudinc.6099/featured).


---

# 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.emobiq.com/emobiq-ai/readme/subscribe.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.
