# 開発者

- [独自のツールを開発する](https://docs.skydeck.ai/ja/developers/develop-your-own-tools.md): SkyDeckAIで使用するためのカスタムプロンプトや高度なツールを作成したり、 他の場所で共有したりできます。
- [ツールのための JSON 形式](https://docs.skydeck.ai/ja/developers/develop-your-own-tools/json-format-for-tools.md): 2023年7月26日現在
- [LLM ツールのための JSON 形式](https://docs.skydeck.ai/ja/developers/develop-your-own-tools/json-format-for-llm-tools.md): ツールを共有するためのポータブルな方法
- [例: テキストベースの UI ジェネレーター](https://docs.skydeck.ai/ja/developers/develop-your-own-tools/example-text-based-ui-generator.md): このツールは、説明に基づいてテキストベースのユーザーインターフェースを生成します。試すための完全なソースコードが提供されています。
- [スマートツールのための JSON 形式](https://docs.skydeck.ai/ja/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/ja/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.
