# Overview

AdminJS Cloud Hosting is a new service which allows you to easily deploy and host your admin panels on AdminJS servers. While still under development, the service is already functional and allows you to host your applications.

The dashboard for managing your applications can be accessed at <https://cloud.adminjs.co>

{% hint style="info" %}
Cloud Hosting dashboard is based on AdminJS itself.
{% endhint %}

To contact us for more details or request the service, please see the [Pricing](https://adminjs.co/pricing) page.

{% hint style="success" %}
AdminJS library still remains open-source and free!
{% endhint %}

Once you request the Cloud Hosting service and gain access to the dashboard, there are three steps you must take to proceed:

1. Create an application. The application will be reviewed by our team, once it is approved you can proceed to step two.
2. Generate your API Key & API Secret pair. You can treat the API Key as your application's "login" and the API Secret as it's "password". You can view your API Key anytime but if you lose your API Secret you must generate a new API Key/Secret pair.
3. Deploy your application.


---

# 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.adminjs.co/deployment/overview.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.
