# FAQs

## What role would I play in the Orange network?

Every role contributes to further development of Web3 interoperability in their own way.

**Model Providers** are generally platforms that have been working on reputation assessment within their systems. If that describes your system, you can join the Orange ecosystem and make your models accessible to others.&#x20;

**Data Providers** could be systems with data that has utility outside its native environment. Generating datasets and making them accessible via an interface to be used as input for modles is a great way to leverage the inherent cross-chain benefits of composability that blockchain brings.

**dApps** are the primary players who use the public modles and datasets to generate reputation for their users. If you're working on a dApp and want to implement a decentralized reputation mechanism, you can go ahead and integrate Orange to your system using [**this SDK here**](/developers/within-your-system.md)**.**


---

# 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.orangeprotocol.io/support/faqs.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.
