# Model Versatility

All reports are generated by running data from a [**Data Provider**](/glossary.md#data-provider) (**DP**) through a model put together by a [**Model Provider**](/glossary.md#model-provider) (**MP**).

The parameters that a model takes can be defined and configured depending on the use case. So each application can have their customized model for reputation assessment for the addresses and DIDs in their ecosystem.

**MPs** may also choose to make their models public, which makes them available for use publicly and accessible via Orange. They can be integrated and used by any application or system. Thus, a model constructed and used by one application can still be used by other applications.&#x20;

Useful reputation models have the potential to set the foundation for reputation, since they are tools for value discovery in nascent Web3 ecosystems.


---

# 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/algorithm-versatility.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.
