# Creating a Channel

### Adding a Channel

Spydra offers the option to add custom channels to the deployed Hyperledger fabric network.&#x20;

* Navigate to the Network where you would like to create or add New channels
* In the side menu, select Channels and click on "Add Channel"
* Enter details such as the Channel name, description and select the member organizations for that channel.&#x20;

{% hint style="info" %}
To create a channel, there should be at least one organization with an Orderer that is part of a channel
{% endhint %}

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

* Once you input the details and click on the "Save" option, your custom channel will be added to the network, andwww you can install chaincodes/Apps on that 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.spydra.app/how-to/private-network/channels/creating-a-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.
