# Webseite

- [Zusammenfassung](https://docs.propstack.de/webseite/zusammenfassung.md): Die Webseite an Propstack anbinden
- [Interessenten-Anfragen](https://docs.propstack.de/webseite/anfragen.md): In dem Artikel wird beschrieben, wie man Anfragen von der Webseite automatisch in Propstack einlesen kann.
- [Eigentümer-Anfragen](https://docs.propstack.de/webseite/eigentumer-anfragen.md): Anfragen von Leads (Eigentümern) von Propstack automatisch verarbeiten lassen
- [Newsletter-Anmeldung](https://docs.propstack.de/webseite/newsletter-anmeldung.md): Anleitung zum Entwickeln eine Newsletter-Registrierung auf der Webseite
- [Kunden-Registrierung](https://docs.propstack.de/webseite/kunden-registrierung.md): Anleitung zum Entwickeln eines Kundenbereichs auf der Webseite


---

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