> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useagents.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Transferring Tool Ownership

> Move a tool from one organization to another when you have admin access in both organizations.

You can transfer a tool to another organization where you are an admin. This moves the tool and its associated data to the new organization.

## Prerequisites

* Admin role in the organization that currently owns the tool
* Admin role in the organization you want to transfer the tool to

If you are only an admin in one organization, the transfer option is disabled.

## Transfer a tool

1. Go to the [dashboard](https://useagents.site/dashboard) and open your tool.
2. Navigate to **Settings**.
3. In the **Transfer ownership** section, click **Transfer**.
4. Select the target organization.
5. Type the tool slug in the confirmation field.
6. Click **Transfer** to complete the move.

After a successful transfer, you are redirected to the tools list. The tool now belongs to the target organization.

## What gets transferred

| Data               | Transferred |
| ------------------ | ----------- |
| Tool metadata      | Yes         |
| Tool draft         | Yes         |
| Deployment history | Yes         |

<Note>
  Coming soon: Transfer tools by organization slug instead of selecting from a
  dropdown.
</Note>

## Limitations

* You cannot transfer a tool to the same organization.
* You must be an admin in both the source and target organizations.
* The tool slug remains unchanged.

## Verify the result

1. Open the tool in the target organization.
2. Confirm the metadata, drafts, and deployment history are present.

## Next steps

* [Editing Your Tool](/developers/editing-tools) to update metadata after a transfer
