# Auditee

The tutorial for the auditee involves opening an audit, responding to a report and closing a report.

{% hint style="info" %}
This tutorial uses a web3 wallet (metamask) and assumes you as a developer are familiar with ethereum and own ether for the payment of the reward and gascost.&#x20;

If not please refer to the following documentation:

1. What is ETH, and how do I get it? Click [here](https://ethereum.org/eth/)
2. What is an Ethereum wallet? Click [here](https://ethereum.org/wallets/)
3. Getting started as a developer on ethereum? Click [here](https://ethereum.org/developers/#getting-started)
   {% endhint %}


---

# 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.banq.dev/tutorial/auditee.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.
