# Getting Started

{% hint style="info" %}
[@aurowallet/mina-provider](https://www.npmjs.com/package/@aurowallet/mina-provider) is the middleware on the Mina Protocol used for interaction between zkApp and Auro Wallet. This document is mainly used to introduce the functions of Mina Provider and how to use the API.
{% endhint %}

## How to integrate

***

Introduce all the methods provided by Mina Provider and how zkApp can better work with Auro Wallet.

{% content-ref url="howto" %}
[howto](https://docs.aurowallet.com/general/howto)
{% endcontent-ref %}

## API Reference

***

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="reference/api-reference" %}
[api-reference](https://docs.aurowallet.com/general/reference/api-reference)
{% endcontent-ref %}

If you want to help us maintain the documentation. please refer to: [Auro Wallet/docs](https://github.com/aurowallet/docs).


---

# 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.aurowallet.com/general/readme.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.
