> 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/opsmx-intelligent-software-delivery-platform/system-setup/applications.md).

# Applications

## ISD Applications

An application is the service or series of services that you are going to deploy to fulfill a definite purpose or series of purposes. For example, a banking application allows you to perform multiple different actions like checking your account balance, transferring funds between accounts, and so on.

The difference between an application and a service is subtle as Spinnaker does not natively distinguish between the two. However, to clarify, an application can consist of many different services and represents the overall product you are trying to deploy, while a service is more so the individual features of that product you are trying to deploy. This distinction allows you to better manage applications.

To view the list of applications follow the steps below:

1. &#x20;Click "**Setup"** in the navigation menu as shown below:

![](/files/49R02Y8y2qg5Ie8HMZp3)

2\.  Click on the "**Applications**" tab on this page, the list of applications appears as shown below.  You would see the list of applications which you created or which you have the relevant permissions.

![](/files/aZZDJAnIT8DneZ6iNLL8)

ISD provides the capability to create native ISD applications or to import the applications created in Spinnaker. Applications shown in the above figure depicts the name of the application and the source of that application.&#x20;

1. **ISD Applications**: To create an native ISD application follow the instruction provided [here](https://docs.opsmx.com/system-setup/applications/add-applications).&#x20;
2. **Spinnaker**: To be able 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 on the "**Sync Spinnaker Applications**" button, as shown in the below image.

![](/files/O0v34ZBIYoyFNx7ssteD)

When you click on this button, the latest dump of all Spinnaker applications and its associated properties are imported to ISD. Hence whenever you make any changes in the applications on Spinnaker, you need to "manually" sync them with ISD using this button.

{% hint style="info" %}
**Note**: For the Sync Spinnaker Applications to work, you have to provide the Spinnaker URL at the time of installation. You also need to log in to that Spinnaker instance from the browser. This enables ISD to pick up the Spinnaker information from the browser cookies and it will use those credentials for the URL which you have configured and connect to Spinnaker.
{% endhint %}


---

# 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-context-engine/additional-resources/previous-releases/isd-3.12/opsmx-intelligent-software-delivery-platform/system-setup/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.
