# Configure an actor

To transfer data within systems, actors need to be configured with specific settings, which include:

* **Users and groups** that can access the system.
* The **Virtual File System (VFS)** the actor will access.
* The **processes** for handling received or sent data.
* **Interactions** with other actors when retrieving, sending, receiving and making files available for collection.

To proceed with this configuration, go to the **Actors** page and click the name of the actor in the Actor column.&#x20;

The details of the selected actor will be displayed on a new page.

In the upper part of the screen, you will see the **Image**, **Name**, **Description** and if the actor is **assigned to a Group** or not. You can edit these details by clicking the <img src="https://files.readme.io/737c279-pencil_icon.png" alt="" data-size="line">  icon or delete it by clicking the <img src="https://files.readme.io/3c8c912-bin_icon_red.png" alt="" data-size="line"> icon. Both icons are located at the top right of the page.

<figure><img src="/files/l01xzxWbTiLyK6xDwm19" alt="" width="563"><figcaption></figcaption></figure>

The results list can be navigated with the [toolbar](/data-mover-1.21/getting-started/navigate-through-primeur-data-mover.md#the-toolbar).&#x20;

The actual configuration takes place in the main area of the page, which consists of six tabs:

1. [Users](/data-mover-1.21/actors/configure-an-actor/users-tab.md): create and manage the users associated with the actor.
2. [Groups](/data-mover-1.21/actors/configure-an-actor/groups-tab.md): create and manage the groups associated with the actor.
3. [VFS](/data-mover-1.21/actors/configure-an-actor/vfs-tab.md): configure the VFS the actor can access.
4. [File Resources](/data-mover-1.21/actors/configure-an-actor/file-resource-tab.md): define any processing to be performed on received or sent data.
5. [Connection Contracts](/data-mover-1.21/actors/configure-an-actor/connection-contract-tab.md): configure Data Mover to either receive files from an actor or make them available for the actor to collect.
6. [Client Connection](/data-mover-1.21/actors/configure-an-actor/client-connection-tab.md): configure Data Mover to connect to an actor to retrieve or send files.

Follow the links for a description of the tabs.&#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.primeur.com/data-mover-1.21/actors/configure-an-actor.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.
