# Create App

Before creating an application, you must **generate an access key**. This process is only done once if you are a new ANTARES user. You can find this option by visiting the menu **Account -> Access Key -> Get Access key**. Access Key is your account identity. Please keep your access key safe.

<figure><img src="/files/OLkOZqkSzfuAribEUTt9" alt=""><figcaption></figcaption></figure>

After that, we can create the application. Back to the **Applications** menu on the dashboard page, click **Create an Application**. You will go to the following page:

<figure><img src="/files/CcZjGXEkwTRg1IkHFJEk" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ZM8mTwWGioMQlwPYTaw7" alt=""><figcaption></figcaption></figure>

Please fill in the required information. For the **Application Name**, efforts are made to **give a name that is unique and different from the previous application name**, and for the **Application ID** it is adjusted to the needs and **is not required**. After all the required information is filled in click **+Add.**

<figure><img src="/files/NaACiyJCUsvktptyK4RD" alt=""><figcaption></figcaption></figure>

**Congratulations, you have made your first application at ANTARES!** You can find the application on your dashboard.


---

# 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.antares.id/en/getting-started/create-app.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.
