# Create Your First App

App creation is a two-step process.&#x20;

* Click<img src="/files/jb2v4ikPssjU0pfxXOJP" alt="" data-size="line"> and select **Create.**
* Name your app and enter a unique endpoint URL to access it.

<div align="left"><figure><img src="/files/6XyigPJ48TaQlp7WbNo0" alt="" width="404"><figcaption></figcaption></figure></div>

{% hint style="info" %}
By default, the endpoint URL is presented alongside the app name. However, it's your choice to use it or change to a custom URL. Make sure of your app URL, as you can't change it after creating the app.
{% endhint %}

As you create an app, it opens up in the workspace for you to build. However, the **Apps** menu in the workspace brings you back to the app dashboard, where you can see your created app.

The created app will be "Inactive" by default, up until you activate it.


---

# 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://help.reasy.ai/help/getting-started/create-your-first-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.
