> For the complete documentation index, see [llms.txt](https://help.are.na/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.are.na/docs/getting-started/channels/settings-and-export.md).

# Settings and export

Go to the channel page and click on the "More" dropdown and click "Edit channel". Alternatively, you can use the keyboard shortcut `⌘ + E`

{% embed url="<https://vimeo.com/1202269934>" %}

### Updating channel title and description

In the edit window you can edit the channel title and description. The channel description will be displayed in the "Info" section right underneath the channel breadcrumb.

Note that updating the title of a channel will also update its URL.

### Updating the channel author

If you belong to any groups, you can set the channel author to your group. Note that this will update the URL of your channel.

{% embed url="<https://vimeo.com/1202270436>" %}

### Updating NSFW settings

Keep in mind that many people use Are.na in educational and work settings. If your channel content contains anything that might be considered NSFW, please mark it accordingly. For more info on acceptable content, see our [Community Guidelines](https://www.are.na/community-guidelines).

To mark a channel as NSFW, open the "Edit channel" window and turn on the NSFW setting.

{% embed url="<https://vimeo.com/1202270935>" %}

### Downloading your channel

To download or export the contents of your channel, open the "More..." dropdown and click "Download channel".

{% embed url="<https://vimeo.com/1068217419>" %}

### Transferring channel ownership

If you'd like to transfer ownership to another person on Are.na, you can initiate a channel transfer in the "Transfer ownership" section of the edit channel window. This will send a system email to the person with links to accept (or cancel) a channel transfer.

### Deleting a channel

If you'd like to delete a channel entirely, you can open the "Edit channel" window and then open the "Delete channel" section.

{% embed url="<https://vimeo.com/1202271535>" %}


---

# 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://help.are.na/docs/getting-started/channels/settings-and-export.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.
