# Klaytn Online Toolkit

## What is the Klaytn Online Toolkit? <a href="#what-is-the-klaytn-online-toolkit" id="what-is-the-klaytn-online-toolkit"></a>

* `Klaytn Online Toolkit` provides code examples to help you to utilize the `Klaytn SDK(caver-js)` easily. Also it provides a [demo page](https://toolkit.klaytn.foundation) for developers to use simple online tools.
* `Klaytn SDK(caver-js)` is a JavaScript API library that allows developers to interact with a Klaytn node using an HTTP or Websocket connection.
* You can just try out Klaytn's features without having to code.

> To help more people use the `Klaytn Online Toolkit`, We have prepared the ["Using Klaytn Online Toolkit"](https://medium.com/klaytn/using-klaytn-online-toolkit-1-multisig-60399a0b0278) series.

## Links <a href="#links" id="links"></a>

Here are the links for `Klaytn Online Toolkit`. Feel free to use it :)

* [Github Repository](https://github.com/klaytn/klaytn-online-toolkit)
* [Page](https://toolkit.klaytn.foundation)
* [Klaytn SDK(caver-js)](https://docs.klaytn.foundation/dapp/sdk/caver-js)

![Klaytn Online Toolkit](/files/cF49zHIGNEM5gutLzqFO)


---

# 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://archive-docs.klaytn.foundation/content/dapp/tutorials/klaytn-online-toolkit.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.
