# Create an Application

Once you request an account and gain access to Cloud Hosting dashboard, your first have to sign in using your credentials at <https://cloud.adminjs.co>

<figure><img src="/files/SF877EahBjfwooEohHVs" alt=""><figcaption><p>Login View</p></figcaption></figure>

You should now see the Cloud Hosting dashboard. Click "Apps" in the sidebar menu to proceed.

<figure><img src="/files/2G8geePCUGdaavSDU6OD" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

If you have any existing applications, they will appear now. If not, click "Create new" to create your first application.

<figure><img src="/files/XUClsknzeBKaOjFayt8S" alt=""><figcaption><p>Applications</p></figcaption></figure>

Fill in the form. Currently, only application's name is required but you may also describe your application if you'd like to.

<figure><img src="/files/z5YW5TeZCkmSA6FA8WCa" alt=""><figcaption><p>Application Creation Form</p></figcaption></figure>

After you press "Save", an application will be created with "Waiting For Approval" status. Once the application is reviewed by an administrator, you can proceed to generate your API key/secret pair.

<figure><img src="/files/0TyrQ0imw9kHbyVUmYiP" alt=""><figcaption><p>Application Details</p></figcaption></figure>

{% hint style="info" %}
All applications come with a URL in "\<app\_name>.adminjs.cloud" format. If you would like to set up a custom domain, contact us.
{% endhint %}


---

# 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/create-an-application.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.
