> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/manage-application/create-application.md).

# Create Application

The following procedure creates a new Application. Once you are done, you can add components to the Application and deploy them.

1. After login into the Argo CD applications Dashboard, click the **+New Application** button.

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

2. A new pop-up window will appear to provide attributes as shown in the below image:

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

3. Enter the application attributes as described below:

* **Name**: A unique name to identify this application.&#x20;
* **Owner Email** : Email id of the person creating the application.&#x20;
* **Repo Type**: Source Repository Type.&#x20;
* **Description**: Description for the application.&#x20;
* **Instant Health**: Choose the option.&#x20;
* **Instant Port**: Port number to generate links with Spinnaker.&#x20;
* **Pipeline Behavior**: Select the pipeline behavior.&#x20;

4. Click **Create**.&#x20;

Your application is created successfully.&#x20;

## Sync Applications

User can sync a **single application** or **multiple applications** at the same time. Follow the procedure below, to sync the desired application version from the repository with the application version where it is deployed.

1. Click **Sync Applications** from the home page.&#x20;

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

2. A popup appears. Choose the **CD integration** from the dropdown to which you want to sync the applications.&#x20;

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

3. Select **Sync Applications.** The **Sync** page is displayed with the available applications.&#x20;

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

Select all the apps that you require to Sync and click **Sync.** The apps are synced to the application. <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/manage-application/create-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.
