# Transferring Data Between Users

Aerofiler allows you to transfer data between users. To begin, click the transfer icon:

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

Then, select the user who should receive the transferred data:

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

{% hint style="info" %}
Only users with appropriate permissions will be able to have data transferred to them. For example, if you wish to transfer reminders from John Smith to Mary Jones, then Mary Jones must have access to all documents where reminders are set for John Smith.
{% endhint %}

As needed, switch any settings on and off depending on what data you wish to transfer:

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

When ready, click the "Transfer" button. You will receive a popup notification when the transfer has completed successfully.


---

# 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://adminguidesgitbook.aerofiler.com.au/general/users/transferring-data-between-users.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.
