# 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 on “**+NEW APP**” button.<br>

   <figure><img src="https://lh4.googleusercontent.com/a2QolP-jgLI-ulUJiAGjgjriO203aqxtqOZIMB5L4NsohcxXl5Rx8_s1EsRwIzTv4oqz2TouY4t6A3NpnXfNyghxhTahIgs5qKCqBQrlRHOdGA8yuHjSg--HGFaAZEZrKgf4LX7xMAbe3wjdcb_06ku9TzmzyyEgNRwbMMnJQh_THSbuVH1J1tPWjw" alt=""><figcaption></figcaption></figure>
2. A new pop-up window will appear to provide attributes as shown in the below image.

   <figure><img src="https://lh6.googleusercontent.com/oKDdNVi9i_mBn01fWp1eYjvQYjfgXBlLSyh8l_GYlFaSooRkLTWicWc_BUZUBKOYCusZn2D-lHcpX5py3wY5yA_ePC8kEYL8oagIDQ5cpTutcj8ltRAtUdinRsBI2U6084OhgLi2hg3qr4lpozMMS0odbHp9-3PusRhfTkbo12mUIiwEz0PTBzZoOw" alt=""><figcaption></figcaption></figure>

   <figure><img src="https://lh6.googleusercontent.com/m_G17y5ZkeG1MgxQIF5ctmNB5queqDtLPfgyVvqCypBZOiY1lUuQ7ilO5CTETeMYrcrRMqS4iZmi4VIFjosJfZHE2lmkzGhY2Nmg0tdQ73PPAK3EULuId3lPmm6doXlPoUSbjcLpxaTBaQSmAi7LlTEEmIulBP9RRTkBfksXu1P82D2YaTE1sMoPQA" alt=""><figcaption></figcaption></figure>
3. Enter the application attributes as described below on the above screen, then click "**Create"**.
   * **Application Name**: A unique name to identify this application&#x20;
   * **Project Name**: Name of the project this application belongs to&#x20;
   * **Sync Policy**:&#x20;
     * If you select **Manual**, you should sync the applications using the sync option for every change in the git repo.&#x20;
     * If you select **Automatic**, the application will be synced automatically after you commit changes to the git repo.
   * **Set Deletion Finalizer**: If Checked, the resources deletion finalizer will be set on the application. Potentially destructive. For more information on Deletion Finalizer refer [**here**](https://argo-cd.readthedocs.io/en/stable/user-guide/app_deletion/#about-the-deletion-finalizer).&#x20;
   * **Repository URL**: Source Repository URL
   * **Revision**: Particular revision of the Repository.&#x20;
   * **Path**: Folder inside the Repository.&#x20;
   * **Cluster URL**: URL of the Kubernetes cluster where you are going to deploy the application.&#x20;
   * **Namespace**: Kubernetes Namespace.&#x20;

Your application has been created successfully.&#x20;


---

# 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.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/additional-resources/previous-releases/isd-argo-v4.1.1/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.
