# ... configure an application

This section will guide you through the configuration procedure of an **Application**.

First, either click on the name of the Application or click on the ![](https://files.readme.io/e6c3500-three_dots_icon.png) icon to the right of the Application in the list of results and choose the **Edit** option. The details of the selected Application will be displayed on a new page.

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

In the upper part of the screen, you will see the **Image**, **Name**, **Description**, and "Assign to Group" of the Application you have selected.\
Remember that you can always **Edit** an Application by clicking this <img src="https://files.readme.io/737c279-pencil_icon.png" alt="" data-size="line"> icon or **Delete** it clicking this <img src="https://files.readme.io/3c8c912-bin_icon_red.png" alt="" data-size="line"> icon. You can find both in the upper part of the page.

These are all useful reminders of an Application's details.\
And yet, the real configuration starts in the main section of the page.

The main section of the **Application** page is divided into different tabs. Each tab gives you access to different configuration options. Here they are:

1. [**Users Tab**](/data-mover-1.21/actors/configure-an-actor/users-tab.md): to create and manage the users assigned to the Application.
2. [**Groups Tab**](/data-mover-1.21/actors/configure-an-actor/groups-tab.md): to create and manage the groups assigned to the Application.
3. [**VFS Tab**](/data-mover-1.21/actors/configure-an-actor/vfs-tab.md): to configure the VFS the Application will access.
4. [**File Resource Tab**](/data-mover-1.21/actors/configure-an-actor/file-resource-tab.md): to set any stream processing to be performed on received or sent data.
5. [**Connection Contracts Tab**](/data-mover-1.21/contracts/create-your-first-contract/create-a-connection-contract.md): to define the mapping between a User/Group, a Local Server and a Virtual File System. There can be one and only one Connection Contract for each Application (i.e. Company, Partner or Application).
6. [**Client Connection tab**](/data-mover-1.21/transfer-protocols-and-connectors/client-connections.md): to set client connection parameters - including security configuration.

Click on the names of the tabs above to know more!


---

# 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.primeur.com/data-mover-1.21/how-to.../...-configure-an-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.
