# Introduction

Notary SDK allows integrating trustless notarization capabilities in any given HTTP server, it supports multiple programming languages.&#x20;

Notary SDK is an MIT-licensed open source project. The source code for the various SDK languages is available on Github ​<https://github.com/vulpemventures>\
\
In order to schedule notorization requests an **API\_KEY** is needed. Signup [here](https://notary.vulpem.com)

#### Supported languages

* [Go](/go/installation.md)
* [NodeJS](/nodejs/installation.md) ​<br>

#### Coming soon

* Python
* Java
* C/C++/C#/ObjC
* Ruby\ <br>


---

# 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.notary.vulpem.com/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.
