# Bắt đầu

- [Triển khai hợp đồng thông minh bằng Foundry](https://archive-vn.docs.klaytn.foundation/content/getting-started/foundry.md)
- [Triển khai hợp đồng thông minh bằng Hardhat](https://archive-vn.docs.klaytn.foundation/content/getting-started/hardhat.md)
- [Triển khai hợp đồng thông minh bằng KEN](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start.md)
- [Khởi chạy nút điểm cuối](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start/launch-an-en.md)
- [Nạp tiền vào tài khoản](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start/top-up-your-account.md)
- [Cài đặt các công cụ phát triển](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start/install-development-tools.md)
- [Triển khai hợp đồng thông minh](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start/deploy-a-smart-contract.md)
- [Kiểm tra quy trình triển khai](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start/check-the-deployment.md)
- [Quản lý tài khoản](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start/account.md)
- [Tạo tài khoản](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start/account/creating-accounts.md)
- [Quản lý tài khoản](https://archive-vn.docs.klaytn.foundation/content/getting-started/quick-start/account/managing-accounts.md)
- [Môi trường phát triển](https://archive-vn.docs.klaytn.foundation/content/getting-started/development-environment.md)
- [Nhận KLAY](https://archive-vn.docs.klaytn.foundation/content/getting-started/getting-klay.md)


---

# 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-vn.docs.klaytn.foundation/content/getting-started.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.
