# Welcome!

## Welcome to Hive Multisig!

Hive Multisig is a suite of tools that allows users to perform multisig operations on the Hive blockchain.

It includes :&#x20;

* [Hive Multisig Backend](https://github.com/hive-keychain/hive-multisig-backend): distribute encrypted operations among potential signers. It is centralized for now but we have plans to decentralize it in the future.
* [Hive Multisig dApp](https://github.com/hive-keychain/hive-multisig-frontend): One-stop dApp for everything related to Multisig. Users can modify their keys and initiate multisig transactions.
* [Hive Multisig SDK](https://github.com/hive-keychain/hive-multisig-sdk): For other dApps looking to integrate Hive Multisig.

## Hive Multisig SDK

This documentation's purpose is to help developers integrate multisig operations through our SDK.

Let's get started with the installation.

{% content-ref url="quick-start" %}
[quick-start](https://multisig-doc.hive-keychain.com/quick-start)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](https://multisig-doc.hive-keychain.com/broken-reference)
{% endcontent-ref %}


---

# 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://multisig-doc.hive-keychain.com/welcome.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.
