> 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-context-engine/additional-resources/previous-releases/isd-3.12/quickstart-guide/manage-applications/create-an-application.md).

# Create an Application

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

1. Click "**Continuous Delivery**" --> Click "**Spinnaker**" --> Click "**Create Application"** tab as shown in the image below.

![](/files/Pi7bZGdPPLJI6j8FJdsr)

2\. New Application window will appear to provide attributes as shown in the below image.

![](/files/QNf0sv3r4nl72SNfWd8o)

3\. Update the above **New Application** dialog box with the application attributes as described below, then click **Create**.

![](https://lh3.googleusercontent.com/ONIQT4f8meF9A1ahWoIhaSqOIsQQdvEl0tGvwiDU_AYohFcEPj7GTIlXkivMBfo3B-yMA9QLGN3ClO9y3iLoyJP8-h2dzXu8NpjGUIjkHjDLmg3MUu-RXKtz7RF8Ej6y05ZLcBVA)

Your application has been created successfully. After that, you must complete the configuration before adding infrastructure and pipelines.&#x20;

#### Sync Applications with ISD

Before you can work with a spinnaker application in ISD you must first sync it to ISD. To work on applications which are originally created in Spinnaker, you need to import these applications from Spinnaker to ISD. To import the applications, Click "**Setup**" --> Click "**Applications**" --> Click "**+Sync Spinnaker Applications**" button, as shown in the below image.

![](/files/fOGXCREiwVH9lyhy41CS)

When you click "**+Sync Spinnaker Applications**" button, ISD imports the most recent dump of all Spinnaker applications and their associated properties. So, whenever you make changes to Spinnaker applications, you must "**manually**" sync them with ISD using this button.

## Instruction Video&#x20;

Here's a short video that provides quick step-by-step instructions to create an application:

{% embed url="<https://www.youtube.com/watch?v=dggfD1Qki50>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.12/quickstart-guide/manage-applications/create-an-application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
