# Welcome to Whereby Embedded

### Create your video experience

{% columns %}
{% column %}

#### 🚀 Start here

* [Overview of Whereby Embedded](https://docs.whereby.com/getting-started/overview-of-whereby-embedded)
* [Set up your Embedded account](https://docs.whereby.com/getting-started/overview-of-whereby-embedded/initial-setup)<br>
  {% endcolumn %}

{% column %}

#### 🌐 Build for web

* [Web component & Pre-built UI](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui)
* [Web app quickstart](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/web-app-quickstart)
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}

#### 📱 Mobile app integration

* [Android](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-android)
* [iOS](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-ios)
  {% endcolumn %}

{% column %}

#### ⚙️ Advanced / custom setups

* [React-based Browser SDK](https://docs.whereby.com/whereby-for-web-browser/react-based-browser-sdk)
* [Whereby Core SDK](https://docs.whereby.com/reference/core-sdk-reference)
  {% endcolumn %}
  {% endcolumns %}

***

### Further resources

* Join our [Discord developer community](https://discord.com/invite/uWRcPWbGJB) to collaborate and find answers.
* ﻿﻿Design a better, faster video call experience with our [Figma Video Call Ul Kit](https://www.figma.com/community/file/1411023646481069706/video-call-ui-kit-by-whereby).
* ﻿﻿Consult our [End User Support Center](https://docs.whereby.com/end-user/end-user-support-guides) for product help.


---

# 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/getting-started/readme.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.
