# Willkommen bei surf-api

Willkommen in der Surf Api Dokumentation. Hier findest du Informationen zur Nutzung der Api, Beispiele und Anleitungen zur Integration in deine Projekte.

### Erste Schritte

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-bolt">:bolt:</i></td><td><strong>Installation</strong></td><td>Installiere surf-api und bereite dein Projekt vor</td><td></td><td></td><td><a href="getting-started/installation">installation</a></td></tr><tr><td><i class="fa-leaf">:leaf:</i></td><td><strong>Modul Arten</strong></td><td>Starte mit deinem ersten surf-api Modul</td><td></td><td></td><td><a href="getting-started/module-types">module-types</a></td></tr><tr><td><i class="fa-globe-pointer">:globe-pointer:</i></td><td><strong>Spielerinteraktionen</strong></td><td>Sende Nachrichten, spiele Töne oder zeige Titel</td><td></td><td></td><td><a href="grundlagen/spielerinteraktionen">spielerinteraktionen</a></td></tr></tbody></table>


---

# 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.slne.dev/surf-api/readme.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.
