> For the complete documentation index, see [llms.txt](https://docs.acecentre.org.uk/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecentre.org.uk/products/relaykeys-german/installation/checking-it-works.md).

# Prüfen, ob es funktioniert

1. Öffnen Sie auf dem zweiten Computer etwas, in das Sie Text eingeben können. ZB Notizen auf dem iPad, Notepad unter Windows oder Notizen auf einem Mac
2. Führen Sie auf Ihrem Server-Computer (dem mit angeschlossenen RelayKeys) „RelayKeys“ aus (suchen Sie in der Windows-Suchleiste danach). Alternativ finden Sie es in `C:\Program Files(x86)\Ace Centre\RelayKeys\relaykeys-qt.exe`
3. Wenn das Fenster den Fokus hat, geben Sie hinein. Die Tastenanschläge sollten auf dem zweiten Computer angezeigt werden

## Verwenden Sie es mit Ihrer AAC-Software

Sie können loslegen, indem Sie eine dieser Beispieldateien verwenden, die mit Ihrer AAC-Software funktionieren:

* [The Grid 3](/products/relaykeys-german/using-relaykeys/guides/grid3.md)
* [MindExpress](/products/relaykeys-german/using-relaykeys/guides/mindexpress.md)
* [Tobii Communicator](/products/relaykeys-german/using-relaykeys/guides/communicator.md)
* [Tobii Dynavox Snap](/products/relaykeys-german/using-relaykeys/guides/snap-corefirst.md)

Wenn du fertig bist,[Lesen Sie, wie Sie die von Ihnen benötigten Funktionen integrieren](https://github.com/AceCentre/RelayKeys/blob/master/docs/guides/basic-principles.html) .

***

👍 Sie haben RelayKeys erfolgreich installiert und eingerichtet! Jetzt möchten Sie vielleicht das CLI- oder QT-Programm verwenden. Lesen Sie weiter, um herauszufinden, wie diese funktionieren.

😞 Hast du ein Problem? Verdammt! Sehen Sie sich unsere an[Fehlerbehebung](/products/relaykeys-german/troubleshooting.md) Führung.


---

# 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://docs.acecentre.org.uk/products/relaykeys-german/installation/checking-it-works.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.
