> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/sign-up-and-plans/news-and-updates/2026/transferring-team-ownership.md).

# Transferring Team Ownership

Admin & Management

Alongside some other upgrades we shipped for the new CAD interface over the weekend, we finally got around to a feature request that had been sitting on the "we'll get to it" pile for a while.&#x20;

It's about account management, specifically how you hand off ownership of a team, along with everything that comes with managing its members, to someone else.

Let's use an example...

Say you manage 'Team Melbourne', or you've been handed the job of managing it, and at some point you won't be the right person for that anymore. Maybe you're moving into another role. Rather than leaving the team stuck with a Team Owner who's no longer available or depending in <support@betterbuilding.io>, you can log into your account and transfer that responsibility to someone else.

The steps are short. Go to the settings panel, the same place you'd normally update your team name or delete the team. Use the Transfer button, pick the new owner, and hit Continue.

<figure><img src="https://2129322768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfKJnzF2TwHA3APPbiCpF%2Fuploads%2FHsRE7ieg05NFWZXn3U7z%2FTeam_Owner.gif?alt=media&amp;token=41cf8924-d691-42ea-af19-a785e341b9c1" alt=""><figcaption></figcaption></figure>

One thing to be clear about, because it matters: this migration moves responsibility for every project inside that team over to the new person as well. It's not a partial handoff. So apply it carefully, and make sure you're transferring to the right person before you confirm.

Once it's done, the new owner picks up where you left off with the full set of features attached. That means subscription access, team activity, credit usage, and the ability to invite other members into the team. Everything that made you the owner is now theirs.

More detail on[ teams and ownership](/create-your-first-project/create-a-team.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.betterbuilding.io/sign-up-and-plans/news-and-updates/2026/transferring-team-ownership.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
