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

# Willkommen bei Immodio

Willkommen im Hilfe-Bereich von **Immodio!**

{% hint style="info" %}
Ihr Vermieter nutzt **Immodio**, um den Vermietungsprozess sicher und digital abzubilden.&#x20;
{% endhint %}

***

**Change Language /** **Sprache einstellen**

{% content-ref url="/pages/0uImkxGDLUrOIuwzANoX" %}
[Sprache / Language 🇩🇪 / 🇬🇧](/sprache-language.md)
{% endcontent-ref %}

***

Als **Mietinteressent oder Mieter** haben Sie bei der Nutzung des Immodio Mieterportals folgende Vorteile:

### Bei der Wohnungssuche &#x20;

* [**Einfache Terminbuchung** ](/anleitung/bewerbung-auf-eine-wohnung/1.-besichtigungstermin-anfragen.md)\
  Vereinbaren Sie Besichtigungstermine direkt online ohne Telefonate, ohne Wartezeiten.
* [**Digitale Bewerbung**](/anleitung/bewerbung-auf-eine-wohnung.md)\
  Reichen Sie Wohnungsbewerbung inklusive Mieterselbstauskunft sicher und einfach per Smartphone ein.

### Bei der Unterzeichnung des Mietvertrages &#x20;

* **Rechtskonform und digital**\
  Unterzeichnen Sie Ihren Mietvertrag bequem online im Mieterportal, rechtskonform , sicher und ohne Papierkram.

### Während des Mietverhältnisses&#x20;

* **Sichere Kommunikation mit Ihrem Vermieter**\
  Tauschen Sie Nachrichten, Dokumente und Anliegen direkt über das Portal aus – datenschutzkonform, nachvollziehbar und ohne E-Mail-Chaos.
* **Alle Informationen an einem Ort**\
  Von Vertragsunterlagen über Zählerstände bis hin zu Protokollen: Alles Wichtige rund um Ihr Mietverhältnis ist übersichtlich und jederzeit abrufbar in Immodio hinterlegt.
* **Geld sparen mit Immodio Services**\
  Unter dem Menüpunkt „Services“ finden Sie ausgewählte Partnerangebote und Preisvergleiche, zum Beispiel für Strom, Gas oder Internet. Teilweise profitieren Sie dabei von exklusiven Sonderkonditionen für Immodio-Nutzer.

{% hint style="success" %}
Die Nutzung von Immodio ist für Mietinteressenten und Mieter **kostenlos**.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://mieter.immodio.app/willkommen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
