# 开发者

- [开发自己的工具](https://docs.skydeck.ai/zh-cn/developers/develop-your-own-tools.md): 您可以创建自定义提示和高级工具，以在 SkyDeckAI 中使用或与其他地方共享。
- [工具的 JSON 格式](https://docs.skydeck.ai/zh-cn/developers/develop-your-own-tools/json-format-for-tools.md): 截至2023年7月26日
- [LLM 工具的 JSON 格式](https://docs.skydeck.ai/zh-cn/developers/develop-your-own-tools/json-format-for-llm-tools.md): 一种便携的工具分享方式
- [示例：基于文本的 UI 生成器](https://docs.skydeck.ai/zh-cn/developers/develop-your-own-tools/example-text-based-ui-generator.md): 该工具根据描述生成基于文本的用户界面。提供完整的源代码供您尝试。
- [智能工具的 JSON 格式](https://docs.skydeck.ai/zh-cn/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-cn/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.
