# Installation

## Install the Azoth SDK

Use npm or yarn to install the package:

```bash
# Using npm
npm install @azothpay/sdk

# Using yarn
yarn add @azothpay/sdk
```

You'll also need to install ethers.js v6 as a peer dependency:

```bash
# Using npm
npm install ethers@^6.0.0

# Using yarn
yarn add ethers@^6.0.0
```

### Prerequisites

Before you begin using the Azoth SDK, make sure you have:

* A JavaScript/TypeScript development environment
* Node.js (v14 or higher recommended)
* npm or yarn package manager
* Basic knowledge of Ethereum/EVM blockchain concepts
* Access to blockchain RPC nodes (e.g., Infura, Alchemy, or your own node)


---

# 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.azothpay.com/sdk/markdown/installation.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.
