# Creating / Updating Applications

### Creating an Application

To create an application, click the `+`  symbol at the top left corner of the navigation tree and click on `Create Application`. You can also right click any free space on the navigation tree and click on `Create Application`. Alternatively, you can also right click on a folder which will create your new application inside of it.

In this dialog, you can change the application's alias, authentication settings and icon.

You can also create an application along with its instances at the same time. This is covered in [Creating / Updating Instances](/documentation/instances/creating-updating-instances.md)

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

### Updating an Application

To update an application, right click on it and hit `Update`. In this dialog, you can change the application's alias, authentication settings and icon.

<figure><img src="/files/hV5IRvMef2LDztpx7s5m" 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.ostara.dev/documentation/applications/creating-updating-applications.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.
