# Applications

Here you can add, modify or delete applications that are to be executed during a **Synchronize using File Transfer** action by a Kalipso client.

## Application 1

When a **Synchronize** action is being performed, the client will start by sending one ore more files, then, when all files have been sent, any application in this list will be executed.

You will normally use this option to perform an action, like file import, on the received files, that is specific to this connection.&#x20;

Here you may also export files that you need to send to the client.

{% hint style="info" %}
If this action is to be generic to all connections, you can use the [**Product** ](/miscommunicator/configuration/products.md)level configurations.
{% endhint %}

## Application 2

When a **Synchronize** action is being performed, the client will start by sending one ore more files, then, when all files have been sent, any application in **Application1** list will be executed, after the files in the terminal folder are sent to the client and in the end, any Application in this list will be executed.

You will normally use this option to perform an action that has no impact for the client, and can be done after the client has disconnected.

{% hint style="info" %}
If this action is to be generic to all connections, you can use the **Product** level configurations.
{% 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://doc.sysdevmobile.com/miscommunicator/configuration/connections/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.
