> 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/groups.md).

# Groups

A group on Are.na is a kind of shared collaborative identity. If you find yourself working collaborating with the same people on more than one channel, chances are it's time to make a group.

### Group visibility

A group's visibility is determined by the channels it owns. If all the channels owned by a group are private, the group will remain private. Once the group has a public channel, its profile is visible by anyone outside the group.

### Creating a group

To create a group, open the main dropdown in the top right of the screen, scroll down to "Your Groups" and click "Create a Group". From here you can set the name and description of a group, and add members

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

### Adding members

You can add contacts to the group under the members section of the group header by pressing the "Add Member" button.

People who follow you are added instantly. People who don't follow you are sent an invitation that they have to confirm before they're added.

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

If you'd rather invite multiple people at once, you can generate an invite URL that you can send to anyone you'd like to add to the group. Note that anyone with this link will be able to join your group, so keep that in mind.

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

### Creating channels in your group

To create a new channel with your group as the author, click the "+ New Channel" button and use the author dropdown to select your group.

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

### Re-assigning a channel author to a group

You can also reassign existing channels to your group by opening channel settings and using the "Author" dropdown to assign the channel to your group.

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

### Upgrading group members to Premium

With our group billing system, you can easily manage the Premium subscription for the members of your group. For more information see [Group billing](/docs/account/group-billing.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:

```
GET https://help.are.na/docs/getting-started/groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
