# Examples library

Browse example apps and demos to see how Whereby can be used across different platforms and use cases.

### Browse examples

{% columns %}
{% column %}

#### 🏥 Telehealth app example

Demonstrates using the Whereby browser SDK to create a telehealth application.

**→** [View on GitHub](https://github.com/whereby/sdk/blob/main/apps/telehealth-tutorial-app/README.md)

{% endcolumn %}

{% column %}

#### 🎮 React Hooks Quiz Game

A Jackbox-esque quiz game with working audio and video tiles for the players.

**→** [View on GitHub](https://github.com/whereby/sdk/blob/main/apps/quiz-app/README.md)

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

#### 🍎 iOS SDK demo

A sample app in Swift using the Whereby iOS SDK.

**→** [View on GitHub](https://github.com/whereby/ios-sdk-demo/blob/main/README.md)

{% endcolumn %}

{% column %}

#### 🤖 Android SDK demo

Two sample apps in Java and Kotlin using the Whereby Android SDK.

**→** [View on GitHub](https://github.com/whereby/android-sdk-demo/blob/main/README.md)
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

#### 🎙 Whereby Assistant Audio Recorder

A Whereby Assistant implementation to generate audio-only recordings.

**→** [View on GitHub](https://github.com/whereby/whereby-assistant-audio-recorder)
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}


---

# 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.whereby.com/further-resources/examples.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.
