---
title: "Setup_usage"
description: "Documentation for Setup_usage"
---
[AIR-3][AIS-3][BPC-3][RES-3]
# Setup & Usage
## Table of Contents
- [Section 1](#section-1)
- [Section 2](#section-2)
[AIS-3][BPC-3][DAO-3]
## Overview
This document provides instructions for setting up and using the Anya DAO system, including installation, configuration, and usage examples.
## Prerequisites
- [Clarinet](https://github.com/hirosystems/clarinet) v2.3.0 or later
- [Node.js](https://nodejs.org/) v16.0.0 or later
- [Git](https://git-scm.com/downloads) for repository cloning
## Installation
### Installing Clarinet
If you don't have Clarinet installed, you can use the provided installation script:
```powershell
## On Windows
.\scripts\install-clarinet.ps1
```
```bash
## On MacOS/Linux
chmod +x scripts/install-clarinet.sh
./scripts/install-clarinet.sh
## See Also
- [Related Document](#related-document)