# DEVELOPERS

- [Technical details](https://docs.sign-web.app/developers/technical-details.md)
- [File Certification](https://docs.sign-web.app/developers/technical-details/file-certification.md): This is how you Certify your files or data on the SIGN Smart Contract
- [Revoke certification](https://docs.sign-web.app/developers/technical-details/revoke-certification.md): In some cases, it make sens to have to possibility to revoke a certification.
- [Email Certification](https://docs.sign-web.app/developers/technical-details/email-certification.md): This is how you can Certify your sent emails on the SIGN Smart Contract
- [Multiparty Agreement](https://docs.sign-web.app/developers/technical-details/multiparty-agreement.md): This is how you can Create and Certify your Multiparty Agreement on the SIGN Smart Contract
- [USDN & Certification Credits](https://docs.sign-web.app/developers/technical-details/usdn-and-certification-credits.md): This is the main method to convert USDN tokens into SIGN Certification Credits on the basis of 0.5 USDN = 1 Certification Credit.
- [SIGN API](https://docs.sign-web.app/developers/sign-api.md)
- [3rd Party Integration](https://docs.sign-web.app/developers/3rd-party-integration.md): You can easily integrate the File Certification feature into any web application or web site with our Javascript library.
- [Certify](https://docs.sign-web.app/developers/3rd-party-integration/certify.md): Implementation of the certification process into your admin workf
- [Verify](https://docs.sign-web.app/developers/3rd-party-integration/verify.md): Implementation of a verification page on your website


---

# 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/developers.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.
