> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/da/developers.md).

# Udviklere

- [Udvikl Dine Egen Værktøjer](https://docs.skydeck.ai/da/developers/develop-your-own-tools.md): Du kan oprette brugerdefinerede prompts og avancerede værktøjer til brug i SkyDeckAI eller til at dele med andre andre steder.
- [JSON format for Værktøjer](https://docs.skydeck.ai/da/developers/develop-your-own-tools/json-format-for-tools.md): Fra den 26. juli 2023
- [JSON Format for LLM Værktøjer](https://docs.skydeck.ai/da/developers/develop-your-own-tools/json-format-for-llm-tools.md): En bærbar måde at dele værktøjer på
- [Eksempel: Tekstbaseret UI Generator](https://docs.skydeck.ai/da/developers/develop-your-own-tools/example-text-based-ui-generator.md): Dette værktøj genererer en tekstbaseret brugergrænseflade baseret på beskrivelse. Fuld kildekode er givet til dig, så du kan prøve det af.
- [JSON Format for Smarte Værktøjer](https://docs.skydeck.ai/da/developers/develop-your-own-tools/json-format-for-smart-tools.md): En bærbar måde at dele SkyDeck.AI smarte værktøjer skrevet i Python-kode


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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