# Proposing Oracle Data

This tutorial describes how to propose answers to data requests. The data could be anything from token prices, to who won a basketball game, to whether an optimistic governance action is valid.

**Step 1:** Go to the [Optimistic Oracle dApp](https://oracle.umaproject.org/), if you are answering requests on a live network like Ethereum, Optimism, or Polygon, or go to the [Testnet dApp](https://testnet.oracle.umaproject.org/) if you are answering requests (probably your own) on Goerli.

**Step 2:** Locate requests under the Requests tab for outstanding requests.

![](/files/bpOLLrhqUjkQbh2pyIN1)

**Step 3:** Click on the request you are interested in proposing data for.

![](/files/vPTtgAyLzM06xzE5VDUB)

**Step 4:** Click the 'Connect wallet' button in the top right corner and go through the steps to connect your wallet. Confirm you are on the same network as the data request.

![](/files/mgqpZyAPF4TE3ZGt6eJK)

**Step 5:** Before proposing, confirm the details of the request and ancillary data to ensure you are proposing accurate data. You may also want to check the instructions in the [UMIP](https://docs.umaproject.org/resources/approved-price-identifiers) for the identifier.

![](/files/b9soyjh8tjsvKyiges6O)

**Step 6:** Once you are sure of the proposed value and connected to your wallet, input the value and click the 'Submit Proposal' button.

![](/files/6pH1ZP8rPpqL4dSsnNrH)

**Step 7:** Confirm the transaction details through your wallet provider. After confirming, the proposal will be sent!


---

# 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/using-uma/providing-oracle-data.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.
