# HUMAN Protocol SDK

Welcome to the official documentation for HUMAN Protocol SDK.

## Overview

* Covers both TypeScript and Python SDKs used to build on HUMAN Protocol.
* Use the sidebar to browse guides and API references; search to quickly find classes and functions.

## Install

### Typescript

```bash
npm install @human-protocol/sdk
# or
yarn add @human-protocol/sdk
```

### Python

```bash
pip install human-protocol-sdk
```

## Links

* [NPM package](https://www.npmjs.com/package/@human-protocol/sdk)
* [PyPI package](https://pypi.org/project/human-protocol-sdk/)
* [GitHub repository](https://github.com/humanprotocol/human-protocol)

## Versioning

* Content is imported from the repository at release time.

## Changelog

* [CHANGELOG](/changelog.md) — release notes and changes.


---

# 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://legacy-sdk.humanprotocol.org/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.
