> For the complete documentation index, see [llms.txt](https://docs.rapport.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rapport.tech/start-here/quick-start-guide/join.md).

# Join

Joining a Presentation Room meeting couldn't be easier. As a Participant, all you need to do is launch the app and tap the **Join** button. The app will automatically detect the Organizer's device on the same Wi-Fi network and connect you to its public shared Common Group. From there, all the necessary documents will sync to your device, ensuring you're ready for the presentation.

<figure><img src="/files/IdjgMzp6QsgoBq3uOwuk" alt=""><figcaption><p>It just works!</p></figcaption></figure>

{% hint style="danger" %}
The auto-join feature relies on the [Bonjour protocol](https://developer.apple.com/bonjour/), which most Wi-Fi networks support. However, in rare cases, strong corporate network policies might prevent it from working. If your device doesn't automatically find the presentation, there's a Plan B: you can join by scanning a QR code provided by the Organizer.
{% endhint %}

Once you've successfully joined and synced your device, you're all set to go. You'll simply wait for the Organizer to assign a Presenter. When the presentation is opened by the host, it will simultaneously open on your device, keeping everyone on the same page.


---

# 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:

```
GET https://docs.rapport.tech/start-here/quick-start-guide/join.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
