# Orange

## Orange

- [Reputation in Web3](https://docs.orangeprotocol.io/master.md): The infrastructure for capturing self-sovereign reputation in Web3
- [What Orange Does](https://docs.orangeprotocol.io/overview.md): Addressing questions of reputation and identity
- [Orange Humanity Score (OHS)](https://docs.orangeprotocol.io/orange-humanity-score-ohs.md)
- [Use Cases](https://docs.orangeprotocol.io/use-cases-1.md): Scenarios and use cases
- [Glossary](https://docs.orangeprotocol.io/glossary.md): Keywords and Concepts
- [Data Diversity](https://docs.orangeprotocol.io/data-diversity.md): Multi-sourced on-chain and off-chain data
- [Model Versatility](https://docs.orangeprotocol.io/algorithm-versatility.md)
- [Configurable Reporting](https://docs.orangeprotocol.io/configurable-reporting.md): Flexible result manifestation
- [Self-Sovereignty and Privacy](https://docs.orangeprotocol.io/data-sovereignty.md): VCs and NFTs to represent reputation for later verification
- [Architecture](https://docs.orangeprotocol.io/design/architecture.md): System infrastructure and components
- [Model Providers](https://docs.orangeprotocol.io/design/model-providers.md): Design models that capture reputation
- [Data Providers](https://docs.orangeprotocol.io/design/data-providers.md): Provide data used to capture reputation
- [Assess Reputation for Your dApp Users](https://docs.orangeprotocol.io/developers/within-your-system.md): An SDK to integrate Orange to your dApp
- [How to Start](https://docs.orangeprotocol.io/developers/how-to-start.md)
- [Become a Data Provider](https://docs.orangeprotocol.io/developers/become-a-data-provider.md): Setting up and docking a DP service
- [Become a Model Provider](https://docs.orangeprotocol.io/developers/become-a-model-provider.md): Setting up an MP service
- [Issue Reputation NFTs](https://docs.orangeprotocol.io/developers/issue-reputation-nfts.md)
- [Get Campaign Info using API](https://docs.orangeprotocol.io/developers/get-campaign-info-using-api.md)
- [Introduction](https://docs.orangeprotocol.io/orangepass/introduction.md)
- [MPC Mode](https://docs.orangeprotocol.io/orangepass/introduction/mpc-mode.md)
- [Proxy Mode](https://docs.orangeprotocol.io/orangepass/introduction/proxy-mode.md)
- [Zero-Knowledge Proof](https://docs.orangeprotocol.io/orangepass/introduction/zero-knowledge-proof.md)
- [Use in Orange Human Score](https://docs.orangeprotocol.io/orangepass/how-to-use.md)
- [Developer Guides](https://docs.orangeprotocol.io/developer-guides.md): Setting up and docking a DP service
- [Private Policy](https://docs.orangeprotocol.io/private-policy.md)
- [Reputation Studio Overview](https://docs.orangeprotocol.io/user-guides/reputation-studio-overview.md): Create and manage your reputation, datasets and models
- [Claim Orange NFTs](https://docs.orangeprotocol.io/user-guides/claim-orange-nfts.md)
- [OScore](https://docs.orangeprotocol.io/case-studies/get-an-oscore.md)
- [Reputation NFT Based Voting Mechanism](https://docs.orangeprotocol.io/case-studies/reputation-nft-based-voting-mechanism.md)
- [Decentralized Collaboration Network](https://docs.orangeprotocol.io/future/decentralized-collaboration-network.md)
- [Secure Computing Paradigm](https://docs.orangeprotocol.io/future/secure-computing.md)
- [FAQs](https://docs.orangeprotocol.io/support/faqs.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.orangeprotocol.io/master.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.
