# Optimistic Oracle v3

This section showcases different design patterns for building contracts that integrate with the UMA Optimistic Oracle v3. These include:

* A [quick start tutorial](/developers/optimistic-oracle-v3/quick-start.md) showcasing the simplest possible OOv3 integration contract.
* Building example contracts:
  * [Prediction market](/developers/optimistic-oracle-v3/prediction-market.md)
  * [Insurance contract](/developers/optimistic-oracle-v3/in-depth-tutorial-insurance.md)
  * [A generic data assertion framework](/developers/optimistic-oracle-v3/data-asserter.md)
* A description of [Escalation Managers](/developers/optimistic-oracle-v3/escalation-managers.md) and how they can be used.
* Deploying [sandboxed oracle environment](/developers/optimistic-oracle-v3/sandboxed-oracle-environment.md) for testing the dispute flow.


---

# 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.uma.xyz/developers/optimistic-oracle-v3.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.
