# Creating an App

### Create an App

1. Login to your Pyas account.&#x20;
2. Click on the **Apps** tab on the left menu bar.
3. Click on the **New App** button

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

4. Fill in the form fields for creating the app and click **Create App**

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

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

Your new app is created and you should now see the app screen like in the image below.

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


---

# 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.pyas.io/fundamentals/getting-set-up/creating-an-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.
