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

# Channels List

The Channels list shows all the Channels of which you are either a member, moderator, or owner.  The list will provide the following information for each Channel:

* Channel Name
* Channel Subject (if applicable)
* Your [role](/desktop-user-guide/connect/team-communication/managing-channels.md#channel-roles) within the Channel
* Whether the Channel is public or private

<img src="/files/XWaIARFvtW81ithBFAuL" alt="" width="563">

## Channel Search

To search for available Channels, click the search icon:

![](/files/-MbXFLgSHJsvCmFM95R-)

By default, you will be presented with an alphabetically sorted list of all available Channels.  You may join public channels from this list or further refine your search in the Channel search field. &#x20;

![](/files/-MbXC6YVfPZYSiP_Rpuz)

{% hint style="info" %}
**Note:** You must be added to private Channels by the Channel moderator or owner.
{% endhint %}

Once you begin entering text into the search field the list will automatically filter the results based on your search input.

![](/files/-MbXCgh2L7uvJcv4fE2J)

## Channels List Actions

The Channels List provide an **Actions︙**&#x62;utton for quick Channel actions, the available actions within this menu differ depending on your [role](/desktop-user-guide/connect/team-communication/managing-channels.md#channel-roles) within that specific Channel.

### As a Channel Member

As a Channel member, Channel Actions are limited to opening the Channel content and leaving the Channel as a member.

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

### As a Channel Moderator/Owner

As a Channel moderator or owner you may open the [Channel Management](/desktop-user-guide/connect/team-communication/managing-channels.md) section or delete the Channel completely.

{% hint style="warning" %}
**Warning:** Deleting a Channel can not be undone and a deleted Channel can not be recovered by Accent Technical Support.
{% endhint %}

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


---

# 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/channels-list.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.
