# 개발자

- [자신만의 도구 개발](https://docs.skydeck.ai/ko/developers/develop-your-own-tools.md): 사용자 정의 프롬프트와 SkyDeckAI에서 사용하거나 다른 곳과 공유할 수 있는 고급 도구를 만들 수 있습니다.
- [도구를 위한 JSON 형식](https://docs.skydeck.ai/ko/developers/develop-your-own-tools/json-format-for-tools.md): 2023년 7월 26일 기준
- [LLM 도구를 위한 JSON 형식](https://docs.skydeck.ai/ko/developers/develop-your-own-tools/json-format-for-llm-tools.md): 도구를 공유하는 휴대용 방법
- [예시: 텍스트 기반 UI 생성기](https://docs.skydeck.ai/ko/developers/develop-your-own-tools/example-text-based-ui-generator.md): 이 도구는 설명을 기반으로 텍스트 기반 사용자 인터페이스를 생성합니다. 전체 소스 코드가 제공되어 사용해 볼 수 있습니다.
- [스마트 도구를 위한 JSON 형식](https://docs.skydeck.ai/ko/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/ko/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.
