# How to Create Channels

![](/files/-M9cL2dOGc4tVVx7KBS7)

* To create a channel, you need to click on the plus + button that is alongside the channel search bar through the main dashboard. On the main dashboard, click Create>Channels

![](/files/-M9cL2dPkn6zVHdQUTn-)

* Options will open up to create:
  * Private Channel: Only visible to specified members
  * Public Channel: Open to all organization.
  * Read Only Channel: Suitable for announcements and voting
  * Broadcast Channel: Essentially the Read only channel but with certain rights and permissions.
    * Users without permission (the same one to post on read-only channels) inside this channel won’t be able to see each other in the user list.
    * Users without permission won’t be able to react to messages.
    * Every message contains a reply button that redirects the user to a direct message with the user that posted the message.
* This channel cannot be converted to a read-only or open channel again.
* Create Channel Name.
* And Invite users you want to include in the channel.


---

# 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://docs.orgchat.com/how-to-create-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.
