> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/hyperledger-fabric/version-2.4/getting-started/create-a-channel-and-join-the-channel.md).

# Create a Channel and Join the Channel

After successfully bootstrapping the network, you can create a channel. Channels are a private layer of communication between specific organizations and are invisible to other network members. Each channel consists of a separate ledger that can only be read and written to by channel members.

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

## Create a Channel

Only consortium members can create a channel and be added during channel creation. Non-consortium organizations can be added after the channel creation. See [How to Create a Channel](file:///7571772/network-and-node-management/channel.md#how-to-create-a-channel).

## Add an Organization to the Channel

Adding an organization to the channel is subject to the channel's policy:

* If the channel policy is **ALL** or **MAJORITY** and there is more than one admin organization on the channel, a proposal will be created. The organization will join the channel only after all approvals according to the channel policy are performed.
* If the channel policy is **ANY** or there is only one organization with admin rights, a proposal is not created and a new organization can join the channel directly.

{% hint style="info" %}
Starting from Catalyst Blockchain Manager v2.3.0, a non-admin organization can also initiate a proposal.
{% endhint %}

{% hint style="info" %}
Starting from Catalyst Blockchain Manager v2.3.0, you can add an organization even if it is not part of a system channel. In this case, it won't be added to the Orderers organization list and can join a channel only with an external orderer.
{% endhint %}

## Join a Channel

After your organization was added to the channel, you can join your peer to the channel. Following this, you can add as many peers and consenters as you need. It is also recommended to update the anchor peer for service discovery.

See the [Join a Channel](file:///7571772/network-and-node-management/channel.md#how-to-join-a-channel) section to learn more.


---

# 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:

```
GET https://docs.catalyx.solutions/catalyx-blockchain-manager/hyperledger-fabric/version-2.4/getting-started/create-a-channel-and-join-the-channel.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.
