> ## Documentation Index
> Fetch the complete documentation index at: https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Transfer Ownership

> How to transfer ownership of your creations

This guide explains how to transfer ownership of content, including queries and dashboards, among different users and team accounts.

## Transferring Query Ownership

* Click the cogwheel button to access settings.
* In the "Owner" dropdown, select the new owner, be it another team you're part of or a teammate within the current team.

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/9riaMPhxmUgR0zjma3lC?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="transfer query ownership"
  />
</div>

## Viewing Ownership Changes

Click the "Version history" button to see changes in ownership.

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/uyvub7YT0xXwcvJGNSje?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="view transfer history"
  />
</div>

## Transferring Dashboard Ownership

* Click "Edit" then "Settings" to open the modal.
* Follow the same steps as above to transfer ownership of your dashboard.

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/yjeF8s9sItXI1CSF9V0l?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="transfer dash ownership"
  />
</div>
