# Introduction

This documentation aims to provide technical information regarding all Signature Chain's functionalities.

The Signature Chain Web Application is available at <https://www.sign-web.app> and allows anyone to certify any file and/or document in any size and type. It also offers features such as Email Certification and Multi-Party Agreement signature requests.

Signature Chain received two grants and received an official page on the official Waves Blockchain website under the certification use case.\
To learn more about Signature Chain, please visit our website: <https://www.signature-chain.com>

## GLOBAL

{% content-ref url="getting-started" %}
[getting-started](https://docs.sign-web.app/getting-started)
{% endcontent-ref %}

{% content-ref url="login-account" %}
[login-account](https://docs.sign-web.app/login-account)
{% endcontent-ref %}

{% content-ref url="overview" %}
[overview](https://docs.sign-web.app/overview)
{% endcontent-ref %}

## WALLET

{% content-ref url="wallet/receive" %}
[receive](https://docs.sign-web.app/wallet/receive)
{% endcontent-ref %}

{% content-ref url="wallet/send" %}
[send](https://docs.sign-web.app/wallet/send)
{% endcontent-ref %}

{% content-ref url="wallet/mass-send" %}
[mass-send](https://docs.sign-web.app/wallet/mass-send)
{% endcontent-ref %}

## CERTIFICATION

{% content-ref url="certification/file-certification" %}
[file-certification](https://docs.sign-web.app/certification/file-certification)
{% endcontent-ref %}

{% content-ref url="certification/email-certification" %}
[email-certification](https://docs.sign-web.app/certification/email-certification)
{% endcontent-ref %}

{% content-ref url="certification/multi-party-agreement" %}
[multi-party-agreement](https://docs.sign-web.app/certification/multi-party-agreement)
{% endcontent-ref %}

{% content-ref url="certification/verification-explorer" %}
[verification-explorer](https://docs.sign-web.app/certification/verification-explorer)
{% endcontent-ref %}

## BUYING OPTIONS

{% content-ref url="buying-options/with-waves" %}
[with-waves](https://docs.sign-web.app/buying-options/with-waves)
{% endcontent-ref %}

{% content-ref url="buying-options/with-fiat" %}
[with-fiat](https://docs.sign-web.app/buying-options/with-fiat)
{% endcontent-ref %}

{% content-ref url="buying-options/with-usdn" %}
[with-usdn](https://docs.sign-web.app/buying-options/with-usdn)
{% endcontent-ref %}

## DEVELOPERS

{% content-ref url="developers/technical-details" %}
[technical-details](https://docs.sign-web.app/developers/technical-details)
{% endcontent-ref %}

{% content-ref url="developers/sign-api" %}
[sign-api](https://docs.sign-web.app/developers/sign-api)
{% endcontent-ref %}

{% content-ref url="developers/3rd-party-integration" %}
[3rd-party-integration](https://docs.sign-web.app/developers/3rd-party-integration)
{% endcontent-ref %}

## OTHERS

{% content-ref url="contact-us" %}
[contact-us](https://docs.sign-web.app/contact-us)
{% 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://docs.sign-web.app/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.
