# Developers

- [Develop Your Own Tools](https://docs.skydeck.ai/developers/develop-your-own-tools.md): You can create custom prompts, and advanced tools for use in SkyDeckAI or to share with other elsewhere.
- [JSON format for Tools](https://docs.skydeck.ai/developers/develop-your-own-tools/json-format-for-tools.md): As of July 26, 2023
- [JSON Format for LLM Tools](https://docs.skydeck.ai/developers/develop-your-own-tools/json-format-for-llm-tools.md): A Portable Way to Share Tools
- [Example: Text-based UI Generator](https://docs.skydeck.ai/developers/develop-your-own-tools/example-text-based-ui-generator.md): This tool generates a text-based user interface based on description. Full source code is provided for you to try out.
- [JSON Format for Smart Tools](https://docs.skydeck.ai/developers/develop-your-own-tools/json-format-for-smart-tools.md): A portable way to share SkyDeck.AI smart tools written in Python code


---

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