# Creating A New Application

To create a new application, switch to your workspace's **Configuration Mode** by clicking on the gear icon :gear:, then click on **Create New App**.

<div align="center"><img src="/files/-M9xo2gBOj3MEOSU_Q8L" alt="Going to Configuration Mode and Creating a new App"></div>

Next, give your application an **Application Name,** set the **Parent Application** dropdown menu to **No Parent Application,** and click **Execute**.

{% hint style="danger" %}
It is not possible to give URL as an application name.
{% endhint %}

![Naming the application](/files/-M9xvLIeeECEv4Zs1ESP)

Now on the **General Config** window, you can optionally configure your new application with a custom icon and colour theme, and filing in the author and version information.

![General Config Window](/files/-M9xxPLb1cjmFcreAbwf)

&#x20;Once done, close the window and you are ready to move to the next step!<br>


---

# 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.tivity.one/overview/getting-started/creating-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.
