# Groups & channels

![](/files/9UsoVkM9K9ZDefC2dUuj)

Groups and channels are the main community structures in Sudo. Groups are conversation-first. Channels are broadcast-first. Together they support community coordination, announcements, growth, and moderation.

## Groups

Groups support multi-member communication with configurable controls:

| Area           | Features                                                      |
| -------------- | ------------------------------------------------------------- |
| Creation       | New group creation, add members, group profile/info.          |
| Administration | Admin management, admin rights, member permissions.           |
| Safety         | Removed users list, reaction limits, moderation rules.        |
| Discovery      | Invite links, public/private group type, groups in common.    |
| Organization   | Group topics, pinned content, mentions, search.               |
| Branding       | Group appearance, colors, logos, identity.                    |
| Web3           | Smart contract connected groups, gated access, boosts/levels. |

## Channels

Channels are built for broadcast, creator distribution, and public communication.

| Area                  | Features                                                        |
| --------------------- | --------------------------------------------------------------- |
| Creation and identity | Create channel, edit metadata, appearance, public/private type. |
| Distribution          | Invite links, QR view, search/discovery.                        |
| Engagement            | Reactions, discussion group, live streaming, direct messages.   |
| Administration        | Admin controls, subscribers, ban/unban users.                   |
| Monetization          | Affiliate programs and creator/business hooks.                  |

## Group vs channel

| Use group when                      | Use channel when                                     |
| ----------------------------------- | ---------------------------------------------------- |
| Members need to talk to each other. | One owner/team needs to publish to many people.      |
| Collaboration matters.              | Broadcast clarity matters.                           |
| Topics and permissions are central. | Subscriber management and announcements are central. |
| Community access may be gated.      | Creator/project distribution is the priority.        |

## Best practices

* Keep public groups clear and moderated.
* Use channels for announcements and linked discussion groups for conversation.
* Use QR and invite links for growth, but pair them with permission and moderation controls.
* For gated communities, clearly explain what contract/token controls access.


---

# Agent Instructions: 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://docx.sudochat.app/social/groups-and-channels.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.
