# Entwickler

- [Entwickeln Sie Ihre eigenen Werkzeuge](https://docs.skydeck.ai/de/developers/develop-your-own-tools.md): Sie können benutzerdefinierte Eingabeaufforderungen und erweiterte Werkzeuge für die Verwendung in SkyDeckAI erstellen oder sie anderswo teilen.
- [JSON-Format für Werkzeuge](https://docs.skydeck.ai/de/developers/develop-your-own-tools/json-format-for-tools.md): Ab dem 26. Juli 2023
- [JSON-Format für LLM-Werkzeuge](https://docs.skydeck.ai/de/developers/develop-your-own-tools/json-format-for-llm-tools.md): Eine tragbare Möglichkeit, Werkzeuge zu teilen
- [Beispiel: Textbasierten UI-Generator](https://docs.skydeck.ai/de/developers/develop-your-own-tools/example-text-based-ui-generator.md): Dieses Tool generiert eine textbasierte Benutzeroberfläche basierend auf der Beschreibung. Der vollständige Quellcode wird bereitgestellt, damit Sie ihn ausprobieren können.
- [JSON-Format für intelligente Werkzeuge](https://docs.skydeck.ai/de/developers/develop-your-own-tools/json-format-for-smart-tools.md): Eine tragbare Möglichkeit, SkyDeck.AI-Smart-Tools, die in Python-Code geschrieben sind, zu teilen


---

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