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

# Was ist TaraOS?

TaraOS ist das KI-Betriebssystem für Versicherungsmakler. Es bündelt alle Kommunikationskanäle deines Maklerbüros in einem System, automatisiert die wiederkehrenden Aufgaben in der Kundenkommunikation und hilft dir, mehr aus deinem Bestand herauszuholen, ohne dafür mehr Personal zu brauchen.

## Was TaraOS für dich macht

### 1. Kommunikation über alle Kanäle

WhatsApp, E-Mail, Telefon und Website-Widget laufen zentral zusammen. Spezialisierte KI-Agenten beantworten Standardanfragen rund um die Uhr, damit du dich auf Beratung und Abschlüsse konzentrieren kannst.

### 2. Spezialisierte KI-Agenten, keine generischen Chatbots

Entwickelt für typische Makleranliegen: Schadenmeldungen, Vertragsänderungen, Terminanfragen. Tara kennt die Prozesse deines Büros und arbeitet im Hintergrund weiter, auch wenn du offline bist.

### 3. Beratungsdokumentation

Gespräche aufzeichnen, automatisch zusammenfassen und strukturiert ablegen, direkt nach dem Meeting. Kein manuelles Nacharbeiten mehr.

### 4. Kampagnen und Bestandspflege

Gezielte Kampagnen über WhatsApp oder Newsletter proaktiv ausspielen, Weiterempfehlungen anfragen, Bewertungen einholen. Dein Bestand als aktive Umsatzquelle.

### 5. Vorgangsverwaltung

Offene Fälle und nächste Schritte im Blick behalten, direkt in TaraOS, ohne Medienbrüche zwischen Kommunikationskanal und Maklerverwaltungsprogramm.

***

TaraOS ist kein generischer Chatbot. Es sind mehrere spezialisierte KI-Agenten, die als ein zusammenhängendes Betriebssystem für dein Maklerbüro arbeiten.


---

# 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://hilfe.taraos.de/willkommen/was-ist-taraos.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.
