> For the complete documentation index, see [llms.txt](https://archive-vn.docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-vn.docs.klaytn.foundation/content/dapp/tutorials/klaytn-online-toolkit.md).

# Bộ công cụ trực tuyến của Klaytn

## Bộ công cụ trực tuyến của Klaytn là gì? <a href="#what-is-the-klaytn-online-toolkit" id="what-is-the-klaytn-online-toolkit"></a>

* `Klaytn Online Toolkit` cung cấp các ví dụ về mã để giúp bạn dễ dàng tận dụng `Klaytn SDK(caver-js)`. Bộ công cụ cũng cung cấp [demo page](https://toolkit.klaytn.foundation) để các nhà phát triển có thể dùng những công cụ trực tuyến đơn giản.
* `Klaytn SDK(caver-js)` là một thư viện API JavaScript cho phép các nhà phát triển tương tác với nút Klaytn bằng kết nối HTTP hoặc Websocket.
* Bạn có thể thử các tính năng của Klaytn mà không cần phải lập trình.

> Để nhiều người hơn dùng được `Klaytn Online Toolkit`, chúng tôi đã chuẩn bị loạt hướng dẫn ["Sử dụng bộ công cụ trực tuyến của Klaytn"](https://medium.com/klaytn/using-klaytn-online-toolkit-1-multisig-60399a0b0278).

## Liên kết <a href="#links" id="links"></a>

Đây là những liên kết cho `Klaytn Online Toolkit`. Cứ thoải mái sử dụng nhé :)

* [Kho lưu trữ Github](https://github.com/klaytn/klaytn-online-toolkit)
* [Trang](https://toolkit.klaytn.foundation)
* [Klaytn SDK(caver-js)](https://docs.klaytn.foundation/dapp/sdk/caver-js)

![Bộ công cụ trực tuyến của Klaytn](/files/CeAajK0nnBgXzMUydH6C)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://archive-vn.docs.klaytn.foundation/content/dapp/tutorials/klaytn-online-toolkit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
