# Frontend integration

zkApps using NEBRA UPA will need to allow users to submit and monitor proofs. To make this workflow easy we have created a `@nebrazkp/upa/sdk` package that is browser-compatible. This package is a strict subset of the `@nebrazkp/upa` package and most of the functionality for submitting and monitoring proofs (as described in the previous sections) is available in the browser.

To see an example of how to integrate the `@nebrazkp/upa/sdk` package in a NextJS or React project please refer to `ui` folder of the `simple-app-demo` [repository](https://github.com/NebraZKP/simple-app-demo) on GitHub. To see the finished product, you can visit the [demo website](https://simple-app.nebra.one/).


---

# 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.nebra.one/developer-guide/frontend-integration.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.
