# Web component & pre-built UI

The [Web Component](https://docs.whereby.com/reference/using-the-whereby-embed-element) included in our SDK will allow you to embed a Whereby room in any webpage. It allows you to leverage the thoughtfully designed, pre-built Whereby interface and user experience we've developed over the last 10+ years.

### Get started

#### 🚀 Quickstart

* [Start here if you've not built an embedded web app before](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/web-app-quickstart)

#### ⚙️ Configuration

* [Configuring with attributes](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/configuring-with-attributes)
* [Using commands](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/using-commands)
* [Using events](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/using-whereby-events)

#### 🏁 Deploy

* [Deployment to your own site](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/quickly-deploy-whereby-to-your-domain)
* [Embed with low code](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/embed-with-low-code)

***

### Further resources&#x20;

* [Product features](https://docs.whereby.com/whereby-product-features)
* [Web component reference](https://docs.whereby.com/reference/using-the-whereby-embed-element)
* [Full customization with React-based SDK](https://docs.whereby.com/whereby-for-web-browser/react-based-browser-sdk)


---

# 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/whereby-for-web-browser/web-component-and-pre-built-ui.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.
