# 開發者

- [開發自己的工具](https://docs.skydeck.ai/zh-hk/developers/develop-your-own-tools.md): 您可以創建自定義提示和高級工具，以便在 SkyDeckAI 中使用或與其他地方分享。
- [工具的 JSON 格式](https://docs.skydeck.ai/zh-hk/developers/develop-your-own-tools/json-format-for-tools.md): 截至2023年7月26日
- [LLM 工具的 JSON 格式](https://docs.skydeck.ai/zh-hk/developers/develop-your-own-tools/json-format-for-llm-tools.md): 一種便攜的工具分享方式
- [範例：基於文本的 UI 生成器](https://docs.skydeck.ai/zh-hk/developers/develop-your-own-tools/example-text-based-ui-generator.md): 此工具根據描述生成基於文本的用戶界面。提供完整的源代碼供您試用。
- [智能工具的 JSON 格式](https://docs.skydeck.ai/zh-hk/developers/develop-your-own-tools/json-format-for-smart-tools.md): 一種便攜式的方式來分享用 Python 代碼編寫的 SkyDeck.AI 智能工具


---

# 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/zh-hk/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.
