# Nhà phát triển

- [Phát triển công cụ của riêng bạn](https://docs.skydeck.ai/vi/developers/develop-your-own-tools.md): Bạn có thể tạo các lời nhắc tùy chỉnh và các công cụ nâng cao để sử dụng trong SkyDeckAI hoặc chia sẻ với người khác ở nơi khác.
- [Định dạng JSON cho Công cụ](https://docs.skydeck.ai/vi/developers/develop-your-own-tools/json-format-for-tools.md): Tính đến ngày 26 tháng 7 năm 2023
- [Định dạng JSON cho Công cụ LLM](https://docs.skydeck.ai/vi/developers/develop-your-own-tools/json-format-for-llm-tools.md): Một Cách Di Động Để Chia Sẻ Công Cụ
- [Ví dụ: Tạo giao diện người dùng dựa trên văn bản](https://docs.skydeck.ai/vi/developers/develop-your-own-tools/example-text-based-ui-generator.md): Công cụ này tạo ra một giao diện người dùng dựa trên văn bản dựa trên mô tả. Mã nguồn đầy đủ được cung cấp để bạn thử nghiệm.
- [Định dạng JSON cho Công cụ Thông minh](https://docs.skydeck.ai/vi/developers/develop-your-own-tools/json-format-for-smart-tools.md): Một cách di động để chia sẻ các công cụ thông minh SkyDeck.AI được viết bằng mã Python


---

# 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.skydeck.ai/vi/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.
