# Managing transfers

There is a set of operations you can do on an existing transfer:

{% stepper %}
{% step %}

### [Editing a transfer](/managing-transfers/editing-a-transfer.md)

You can edit any meta data on a transfer
{% endstep %}

{% step %}

### [Deleting a transfer](/managing-transfers/deleting-a-transfer.md)

You can delete a transfer
{% endstep %}

{% step %}

### [Forwarding a transfer](/managing-transfers/forwarding-a-transfer.md)

You can forward a transfer, meaning that you add a new recipient to <mark style="color:yellow;">your</mark> transfer.. Read more about [#the-difference-between-forwarding-and-sharing-a-transfer](#the-difference-between-forwarding-and-sharing-a-transfer "mention")
{% endstep %}

{% step %}

### [Sharing a transfer](/managing-transfers/sharing-a-transfer.md)

You can share a transfer, meaning that you share your received link with someone else. Read more about [#the-difference-between-forwarding-and-sharing-a-transfer](#the-difference-between-forwarding-and-sharing-a-transfer "mention")
{% endstep %}

{% step %}

### [Renaming a file in a transfer](/managing-transfers/renaming-a-file-in-a-transfer.md)

Change the name of any file in your transfer
{% endstep %}

{% step %}

### [Deleting a file in a transfer](/managing-transfers/deleting-a-file-in-a-transfer.md)

You can delete any file from a transfer

{% endstep %}
{% endstepper %}

### The difference between Forwarding and Sharing a transfer

We use two different concepts when it comes to giving a transfer to someone else.

> <mark style="color:yellow;">**Forwarding**</mark>
>
> Forwarding is possible on any transfer that you have sent or that you have received through any inbox in your organization. Forwarding meaning that you add new recipient to a transfer, generating a new trackable link which is sent to this new recipients e-mail address.
>
> #### <mark style="color:yellow;">Sharing</mark>
>
> Sharing is possible on any transfer and does not create a new recipient on the transfer. If you are the receiver of this transfer, you will simply share your trackable link, meaning if the person you share with download any files from it, you will be tracked as the downloader. If you share a transfer that you sent, you will simply share an untrackable link to the download page and it gets sent to their e-mail address.


---

# 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.filemail.com/managing-transfers.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.
