> For the complete documentation index, see [llms.txt](https://guides.accentvoice.com/desktop-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.accentvoice.com/desktop-user-guide/connect/team-communication/creating-channels.md).

# Creating Channels

Users may create a new Channel at any time. The process begins by clicking the **New Channel** button located at the bottom of the [Channels List](/desktop-user-guide/connect/team-communication/channels-list.md).  ​

![](/files/-MbaFR2fzpY6DT8ulyob)

## Creating a New Channel

Once you've clicked the New Channel button you'll be presented with the new Channel setup page.  This page will allow you to edit the specific Channel settings and details, including the following:

* **Channel Name**
  * This field is required, it should include lowercase letters, numbers, or the underscore. This field does not support spaces or special characters.&#x20;
* Channel Subject
  * This is an optional field which supports letters, numbers, special characters, and spaces.  When a Channel subject is set it will replace the Channel Name within the Channel chat.
* Channel Description
  * This is an optional field which supports letters, numbers, special characters, and spaces.
* Channel Icon/Picture
  * This is an optional settings allowing you to customize the Channel icon.
* Channel Privacy
  * Public - Channel is available for any user to join
  * Private - The Channel Owner must add members to the Channel.  Private Channels will include an icon![Icon Channel Private](https://connect.accentservices.com/connect/docs/_images/icon-channel-private.png)to indicate that Channel is private.
* Channel Members
  * Allows you to choose members from the organization's users to be a part of the new Channel.  Members may be added or removed from the Channel at anytime by the Channel Owner.

![](/files/-MbaHnQteZVKph9BOhNo)

<img src="/files/-MbaJ5n6iMmk6pAubXwr" alt="" width="563">

Once you have set the appropriate Channel Settings click the **Save** button to save your settings and create the new Channel.

![](/files/-MbaJy0Y0ZCyqYoepXrt)


---

# 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://guides.accentvoice.com/desktop-user-guide/connect/team-communication/creating-channels.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.
