# What is DIVA App

DIVA App is the first implementation of an app that uses DIVA Protocol as the underlying technology. Using the DIVA App users can interact with the protocol through a user-friendly interface. They can create and redeem those assets. Data providers can report values via the application. In addition, DIVA App integrates 0x's limit order protocol to allow users to trade those derivative assets in a decentralized way without giving up custody of their assets.

Learn how to to use the DIVA App in our [DIVA App Training](/guides/diva-app-training.md).


---

# 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/diva-app/what-is-diva-app.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.
