# How do I transfer my work to another User?

{% hint style="info" %}
Taking a short break from the Project, or leaving for good? You’re in the right place! This FAQ will cover how to re-assign work to someone else, so you don’t impact the Team too much whilst you’re away.
{% endhint %}

There are three ways you can put someone else in control of your work:

* **Assign another user to your Task(s)**

  This option is a good choice if you’d like to assign permissions over certain Tasks to different users, without giving them permission over your work as a whole.

  The easiest way to set a user as an assignee for multiple Tasks is with multi-select:

  1. Select the Tasks you’d like to assign
  2. Click the pencil icon to open edit properties menu
  3. Click **Assignee**
  4. Select the user(s) that you’d like to assign the Tasks to
  5. Click ✓ to confirm

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

* **Set another user as your delegate**

  Delegates are great option if you’d like to delegate permissions over your work as a whole to another user whilst you’re away.

  You can set delegates from the **Users** page:

  1. Locate the user that you’d like to set a delegate for
  2. In the **Delegates** column of the Users table, click **+**
  3. Select the user(s) that you’d like to make a delegate

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

* **Transfer ownership of the Tasks to another user**

  If you’ll be leaving the Project for good, you’ll need to transfer ownership of your Tasks to another a user before you can be removed as a user on the Project

  The easiest way to do this is:

  1. Set your work to the structure Owner > None
  2. Set the date picker to reveal **All Future Tasks**
  3. Select all of your Tasks
  4. Click the pencil icon to open edit properties menu
  5. Click **Owner**
  6. Select the user(s) that you’d like to be the new owner of your Tasks
  7. Click ✓ to confirm

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

{% hint style="warning" %}
All work, including Tasks from the past, will need to be re-assigned before you can be removed as a User from the Project
{% 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://help.aphex.co/docs/frequently-asked/faqs/how-do-i-transfer-my-work-to-another-user.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.
