> 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/einrichten/erster-live-test.md).

# Erster Live-Test

Bevor echte Kunden bei Tara landen, willst du sicher sein, dass alles läuft. Einen eigenen Test-Knopf gibt es nicht, du testest mit einem echten Kontakt über den Kanal, den du eingerichtet hast. Am schnellsten geht das per Telefon.

## Telefon testen

1. Ruf deine bestehende Geschäftsnummer an oder lass jemanden anrufen.
2. Der Anruf wird auf deine Tara-Nummer weitergeleitet, und Tara geht mit deiner Begrüßung ran.
3. Sprich ein kurzes Anliegen durch, so wie es ein Kunde tun würde.

{% hint style="warning" %}
**Tara geht nicht ran?** Dann ist meist die Rufumleitung noch nicht aktiv. Prüf die Weiterleitung bei deinem Anbieter. → [Rufumleitung einrichten](/telefonie/rufumleitung.md)
{% endhint %}

## Andere Kanäle testen

* **WhatsApp:** Schreib deiner WhatsApp-Nummer eine Testnachricht von einem anderen Handy.
* **E-Mail:** Schick eine Test-E-Mail an dein verbundenes Postfach.
* **Website-Widget:** Öffne deine Website und starte einen Chat über das Widget.

## Wo du das Ergebnis siehst

Schau nach dem Test in deine **KI-Interaktionen**. Dort sollte das Gespräch auftauchen, sauber dokumentiert mit dem, was besprochen wurde. Genau das ist das Zeichen, dass dein Kanal richtig läuft.

{% hint style="success" %}
**Sieht gut aus?** Wenn das Testgespräch sauber dokumentiert ist, ist dein Kanal startklar. Ab jetzt kannst du echte Anfragen auf Tara umleiten.
{% endhint %}

## Es hakt irgendwo?

Kein Stress. Schreib uns, wo es klemmt, dann schauen wir gemeinsam drauf. → [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/einrichten/erster-live-test.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.
