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

# Grundlagen

- [Einrichtung OPENWOWI](https://docs.openwowi.de/grundlagen/einrichtung-openwowi.md): Auf dieser Seite beschreiben wir die Einrichtung von OPENWOWI im WOWIPORT.
- [Checkliste für die Einrichtung in WOWIPORT](https://docs.openwowi.de/grundlagen/checkliste-fur-die-einrichtung-in-wowiport.md)
- [Postman Collection](https://docs.openwowi.de/grundlagen/postman-collection.md): Hier finden Sie eine Postman Collection für die OPENWOWI-API.
- [Eine kurze Vorstellung der OPENWOWI](https://docs.openwowi.de/grundlagen/eine-kurze-vorstellung-der-openwowi.md)
- [Hinweise zur Weiterentwicklung der OPENWOWI](https://docs.openwowi.de/grundlagen/hinweise-zur-weiterentwicklung-der-openwowi.md): Über den Umgang mit Endpunkten in den laufenden Versionen
- [Hyperlinks zu WOWIPORT in Partneranwendungen integrieren](https://docs.openwowi.de/grundlagen/hyperlinks-zu-wowiport-in-partneranwendungen-integrieren.md): WOWIPORT bietet die Möglichkeit, mittels Hyperlink in existierende Objekte zu springen. Das Schema für diese Hyperlinks erklären wir hier.
- [Hyperlinks aus WOWIPORT zu externen Anwendungen integrieren](https://docs.openwowi.de/grundlagen/hyperlinks-aus-wowiport-zu-externen-anwendungen-integrieren.md): WOWIPORT bietet Ihnen die Möglichkeit, Links zu Ihren Anwendungen direkt in WOWIPORT zu hinterlegen.
- [Webhooks](https://docs.openwowi.de/grundlagen/webhooks.md)
- [Parameter der OPENWOWI](https://docs.openwowi.de/grundlagen/parameter-der-openwowi.md)
- [Request-Limits](https://docs.openwowi.de/grundlagen/request-limits.md)
- [FAQ - Frequently asked Questions](https://docs.openwowi.de/grundlagen/faq-frequently-asked-questions.md): Hier finden Sie häufig gestellte Fragen. Bitte beachten Sie, dass wir davon ausgehen, dass diese Seite mehrheitlich von Partnern genutzt wird.


---

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