# Settle

{% hint style="info" %}
The steps described in this section are only relevant for human data providers. For smart contract oracles, this process is not relevant as they will "automatically" fetch and submit the final value without using the Dashboard in the DIVA App.
{% endhint %}

### Report final value <a href="#report-final-value" id="report-final-value"></a>

* Create a pool where one of the accounts you control is the data provider (for test purposes)
* Create a very short expiry time to be able to report the value (for test purposes)
* Once the pool has expired,
  * Go to **MY DASHBOARD**
  * Switch to the data provider wallet
  * Go to **MY DATA FEEDS**
  * Click on **SUBMIT VALUE** button
  * Enter the value, click on **SUBMIT**, and confirm the transaction in your wallet

![Report final value](/files/9Lh1IVUA8UmksbByBsY7)

### Challenge a reported value

After a value has been submitted by the data provider, any position token holder of the corresponding pool can challenge the value if deemed inaccurate. Note that the challenge functionality is optional in DIVA Protocol but enabled by default in the DIVA App for all submissions.

To challenge a submitted value, follow the following steps:&#x20;

* Go to **MY POSITION**
* Click on **CHALLENGE VALUE**
* Enter the value that you deem to be the correct one
* Click on **SUBMIT**

![Challenge a reported value](/files/G0oQCKNRnwYHhWx3ZKqG)

###


---

# 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.divaprotocol.io/guides/diva-app-training/settle.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.
