# Quick Start Guide

The application includes three main roles:

* **Organizer**: Sets up the meeting, adds documents, selects the presenter, and initiates voting and polls.
* **Participant**: Participants are audience members who actively engage with the presentation.
* **Presenter**: A participant chosen by the Organizer to lead the presentation.

To fully utilize the app, you'll need at least three devices — three iPads or two iPads and a Mac with Apple Silicon, one for each role.

To get a quick feel for the Presentation Room app, simply [download it from the App Store](https://apps.apple.com/app/apple-store/id1454909111) onto your iPads or Mac (for the Organizer role) and launch it.&#x20;

<figure><img src="/files/qU7zGuCQQOx8ul4MucMR" alt=""><figcaption><p>Ready? Let's get started!</p></figcaption></figure>

For a quick demo, the application uses our cloud server (presentation.rapport.tech) by default. This allows you to experience the app's features without any initial setup.


---

# Agent Instructions: 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.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.
