# Channels

Channel on Spydra is a private “subnet” of communication between two or more specific network members. Each channel is defined by member organizations, shared ledgers, chaincode applications, ordering services, and anchor peers. Private or confidential transactions can be carried out within the channel among members.&#x20;

With Spydra, your deployed Network comes with a default channel, and all organizations part of the network will automatically be part of the default channel. Additionally, Spydra also provides you the option to add new channels to the network with custom memberships.

Learn more about channels here [Channels](/products-overview/private-network/channels.md)

### List of Channels

The list of channels can be viewed under the Channel section of the respective network. You can view the default channel and all the custom channels here. Channel details such as channel name, admin organization, membership count, node count, and channel active status are listed for each channel.

* Navigate to the Network and click on Channels in the side menu
* You will be able to see all the channels on that Network
* Select a Channel to see details of that Channel

<figure><img src="/files/jxIpuRzE4grMxKAZnfxr" alt=""><figcaption></figcaption></figure>


---

# 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.spydra.app/how-to/private-network/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.
