# Applications

## Overview

This is a list of all the Servoy Cloud applications available in your namespace. When you set up your namespace, your first application is created.

Each application tile displays some stats at-a-glance:

* **Solution**: Main solution name. Not displayed for applications that have only Desktop and Mobile jobs
* **Users**: Real time user sessions
* **Version**: Latest successful build package

{% hint style="info" %}
The values correspond to the primary environment available in the application.

Priority of environments is as follows:

1\. Production

2\. Pre-production

3\. UAT (User Acceptance Testing)

4\. Development
{% endhint %}

### Add application

From the applications view, you can add new applications and configure the properties accordingly. These may be changed later on from the detailed view of your application.

#### Application properties

| Property    | Description and limitations                                     |
| ----------- | --------------------------------------------------------------- |
| Name        | Application name, must not contain spaces or special characters |
| Template    |                                                                 |
| Description | Application description                                         |
| Logo        | Application logo                                                |

## Detail view

The detailed view of the application displays the same key stats of the application as on the application list, corresponding to the primary environment.

Also, this is the main navigation point to your application's delivery pipeline, environments and security.

***

### Application settings <img src="/files/rQ8qPmS1q2bum5mj30vs" alt="" data-size="line">

#### Configure application:

The [properties ](#application-properties)of an application can be configured or edited by clicking the settings icon in the detail view of the application.

#### Delete application:

This action will permanently delete the application and everything associated with it, including all source code, automation and all configuration settings.

***

### Launch in Servoy Cloud

This will launch your web-based application in the browser

### Edit in Servoy IDE

Coming soon, the possibility of opening your application in Servoy Developer. Access your development platform directly from Cloud Control Center, select your solution and you are ready to write code and develop your application.

{% hint style="info" %}
To edit your application in Servoy IDE, make sure you have done the following:

1. [Download and install](/guides/get-servoy.md#download-servoy-developer) Servoy Developer
2. Log in with your Servoy Cloud account in Servoy Developer
   {% endhint %}


---

# 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.servoy.com/reference/servoy-cloud/cloud-control-center/application-overview/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.
