# Types of Integrations

While there are [numerous ways](/integrations/live-and-upcoming-integrations.md) to make use of Kleros, but they can be broadly put into two categories:

1. [Using Kleros to **resolve disputes**](/integrations/types-of-integrations/1.-dispute-resolution-integration-plan.md)
2. [Reading and using **curated data** from public on-chain registries secured by Kleros Court](/integrations/types-of-integrations/2.-curated-data-integration-plan.md)
3. [Using Kleros **oracle services** to obtain verified real-world information for your DApp](/integrations/types-of-integrations/3.-kleros-oracle-integration.md)

Click on one of the links above to dive into their respective integration plans!


---

# 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.kleros.io/integrations/types-of-integrations.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.
