# Desarrolladores

- [Desarrolla Tus Propias Herramientas](https://docs.skydeck.ai/es/developers/develop-your-own-tools.md): Puedes crear mensajes personalizados y herramientas avanzadas para usar en SkyDeckAI o para compartir con otros en otros lugares.
- [Formato JSON para Herramientas](https://docs.skydeck.ai/es/developers/develop-your-own-tools/json-format-for-tools.md): A partir del 26 de julio de 2023
- [Formato JSON para Herramientas LLM](https://docs.skydeck.ai/es/developers/develop-your-own-tools/json-format-for-llm-tools.md): Una forma portátil de compartir herramientas
- [Ejemplo: Generador de UI Basado en Texto](https://docs.skydeck.ai/es/developers/develop-your-own-tools/example-text-based-ui-generator.md): Esta herramienta genera una interfaz de usuario basada en texto según la descripción. Se proporciona el código fuente completo para que lo pruebes.
- [Formato JSON para Herramientas Inteligentes](https://docs.skydeck.ai/es/developers/develop-your-own-tools/json-format-for-smart-tools.md): Una forma portátil de compartir herramientas inteligentes de SkyDeck.AI escritas en código Python


---

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