# Introduction

## Tutorial overview

For a developer **software audits are vital**. The goal of banq audit is to make audits more accessible for a fair price. To make this possible we developed an audit marketplace where  developers can request audits for their projects and anyone can become an auditor and receive rewards. The tutorial contains the following:

&#x20;**How to for Auditee**

1. Request an audit.
2. Respond to a report.
3. Deposit additional reward funds.
4. Close audit.

&#x20;**How to for Auditor**

1. Submit a report.
2. Response to the auditee.
3. Close a report.

## **Developer** docs

The docs contain a detailed description of the smart contract used in the banq audit system. The smart contract contains the logic for:

* Registering audits and reports.
* registering reliability point auditee and auditors.
* Holding and payment of the rewards.

&#x20;For a detailed description of the functions go to the developer 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.banq.dev/master.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.
