# Networks

{% hint style="info" %}
A blockchain network is a technical infrastructure that allows applications to access ledger and smart contract services.
{% endhint %}

Blockchain networks can be mainly classified as public, private, consortium, or hybrid depending on network access, data permissions, participant types, degree of decentralization, protocol/framework, and other factors as well.

In Hyperledger, a Fabric permissioned blockchain network is a technical infrastructure that provides ledger services to application consumers and administrators. Fabric Network comprises unique organizations (or members) that interact with each other. Each Fabric Network has multiple components such as - Ledgers, Chaincode, Peer Nodes, Ordering Services, Channels, and Certificate Authority. Spydra allows its users to create and manage Hyperledger fabric networks and deploy pre-configured chaincode applications on the network.

In the Spydra console, under the networks section, you can view the list of all networks that you created or your organization is part of.

<figure><img src="/files/6d4MMTfgtwz6tHGEHoYN" 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/networks.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.
