> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/radio/tutorials/getting-started/transfer-or-delete-a-community.md).

# Transfer or Delete a Community

## Transferring a Community

### 1. Select the New Owner

To transfer the community ownership to another user, navigate to the `Administration` > `Transfer Community`

In the popup, select the user you wish to transfer the community to and enter the community name in the confirmation box.

<div><figure><img src="/files/xXyPTp4bXTnBi7NEA9lQ" alt=""><figcaption><p>Sonooran Radio: Transfer Community</p></figcaption></figure> <figure><img src="/files/9LM01TJOh3EuHiO6J5yu" alt=""><figcaption><p>Sonoran Radio: Transfer Community</p></figcaption></figure></div>

### 2. Email Confirmation

After selecting the new owner, a confirmation email will be sent. Check your inbox to complete the transfer.

<figure><img src="/files/lv6DFTnE2wwRc3t03iJ2" alt="" width="375"><figcaption><p>Sonoran Radio: Confirm Transfer</p></figcaption></figure>

## Delete Community

To permanently delete a Sonoran Radio community, navigate to `Administration` > `Delete Community`

*Note: Only the community owner can delete the community.*

<figure><img src="/files/RCoHSOrurThO8jNzCouS" alt="" width="375"><figcaption><p>Sonoran Radio: Delete Community</p></figcaption></figure>


---

# 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.sonoransoftware.com/radio/tutorials/getting-started/transfer-or-delete-a-community.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.
