> 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/integrationen/mvp-pw.md).

# MVP: PW

Professional Works (PW) bindest du über einen **API-Token** an, den du dir einmalig in Professional Works erzeugst und in TaraOS einträgst. Den allgemeinen Ablauf findest du unter [MVP verbinden](/einrichten/mvp-verbinden.md), hier gehen wir tiefer.

## Verbinden

1. Geh auf **Einstellungen → Integrationen** und klick bei **Professional Works** auf **Verbinden**.
2. Trag deinen **API Token** in das Feld ein.
3. Klick auf **Verbinden**.

![Dialog Professional Works verbinden mit dem Feld API Token](/files/54EjzLQHQ44L09IfLNoW)

### Wie du einen API Token bekommst

Klick im Dialog auf **Wie bekomme ich einen API Token?**. Das Tutorial führt dich durch drei Schritte in Professional Works:

1. Im Menü den **Marktplatz** öffnen.
2. Oben rechts die **API Token-Verwaltung** öffnen.
3. Als Berechtigungstyp **Alle** wählen, die Warnung bestätigen, auf **Token erstellen** klicken und den Token kopieren.

## Was Tara mit Professional Works macht

* **Kontakte synchronisieren:** synchronisiert Kontakte aus Professional Works mit TaraOS (Name, Vorname, E-Mail, Telefon, Geburtstag).
* **Notiz nach jedem Anruf:** Tara erstellt automatisch eine Notiz in Professional Works nach jedem Anruf des Telefonassistenten.
* **Notiz nach WhatsApp-Sitzung:** Tara erstellt automatisch eine Notiz in Professional Works nach jeder abgeschlossenen WhatsApp-Sitzung.

{% hint style="info" %}
**Nur ein MVP gleichzeitig:** Solange Professional Works verbunden ist, kannst du nicht zusätzlich Ameise anbinden.
{% endhint %}

## Verbindung trennen

Unter **Einstellungen → Integrationen** kannst du Professional Works trennen. TaraOS fragt vorher zur Sicherheit nach, denn das Trennen stoppt die automatische Erstellung von Notizen in Professional Works.

## Es hakt irgendwo?

Kein Stress. Schreib uns, wo du nicht weiterkommst, dann helfen wir dir direkt. → [Direktkontakt](/support/direktkontakt.md)


---

# 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/integrationen/mvp-pw.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.
