# Intro to Hyperledger Fabric

## Hyperledger Fabric: An Overview

Hyperledger Fabric is a blockchain framework that provides a modular architecture for developing blockchain-based solutions. It was developed by the Linux Foundation's Hyperledger project, which is a global collaboration of enterprises, developers, and academics working on advancing blockchain technology.

Hyperledger Fabric provides a high degree of flexibility and scalability, making it ideal for enterprises looking to implement blockchain solutions that meet their specific business needs. The framework allows for the creation of private blockchain networks that can be customized with various consensus algorithms, smart contracts, and identity management solutions.

One of the key benefits of Hyperledger Fabric is its focus on privacy and confidentiality. The framework allows for the creation of private channels within a network that can be used to restrict access to sensitive data. This makes it ideal for use cases such as supply chain management, where multiple parties need to share data without compromising confidentiality.

Another advantage of Hyperledger Fabric is its ability to support both permissioned and permissionless blockchain networks. This means that enterprises can choose to implement a private blockchain network with a known set of participants or a public blockchain network that is open to anyone.

In addition, Hyperledger Fabric provides a range of tools and resources to help enterprises develop, test, and deploy blockchain-based solutions. This includes a comprehensive documentation library, sample applications, and development tools such as Hyperledger Composer, which simplifies the process of creating and deploying smart contracts.

Overall, Hyperledger Fabric is a powerful blockchain framework that provides enterprises with the flexibility, scalability, and privacy they need to develop and deploy blockchain-based solutions that meet their specific business needs.


---

# 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/getting-started/intro-to-hyperledger-fabric.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.
