# Whereby for web browser

- [Pre-built UI vs. React-based Browser SDK](https://docs.whereby.com/whereby-for-web-browser/pre-built-ui-vs.-react-based-browser-sdk.md): Choosing the right integration path
- [Web component & pre-built UI](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui.md): The quick way to get up and running with Whereby is using our web component & pre-built UI
- [Web app quickstart](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/web-app-quickstart.md)
- [Configuring with attributes](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/configuring-with-attributes.md)
- [Using commands](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/using-commands.md)
- [Using Whereby events](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/using-whereby-events.md)
- [Quickly deploy Whereby to your domain](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/quickly-deploy-whereby-to-your-domain.md)
- [Embed with low code](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/embed-with-low-code.md): If you want to embed video rooms in a website using HTML or a framework that supports HTML elements like React.js, a great option for doing this is by using a simple iframe.
- [React-based Browser SDK](https://docs.whereby.com/whereby-for-web-browser/react-based-browser-sdk.md): The React-based Browser SDK is a flexible toolkit that lets you build a fully custom video calling experience using Whereby’s APIs, components, and event system using React.
- [Browser SDK quickstart](https://docs.whereby.com/whereby-for-web-browser/react-based-browser-sdk/quick-start.md)
- [Grid logic](https://docs.whereby.com/whereby-for-web-browser/react-based-browser-sdk/grid-logic.md)
- [Customizing the toolbar](https://docs.whereby.com/whereby-for-web-browser/react-based-browser-sdk/how-to-customize-the-toolbar.md)
- [Customizing video tiles](https://docs.whereby.com/whereby-for-web-browser/react-based-browser-sdk/custom-video-tiles-with-react.md): Discover how to customize the video tiles in a Whereby call using the Browser SDK with React hooks.
- [Migrating from version 2.x to 3](https://docs.whereby.com/whereby-for-web-browser/react-based-browser-sdk/migrate-from-version-2.x-to-3.md)
- [Whereby in Next.js](https://docs.whereby.com/whereby-for-web-browser/usage-with-next.js.md): Next.js is a popular framework for React and is rendered server-side. The Whereby browser-sdk relies on browser specific API’s to work so due to this, usage with Next.js has some challenges.


---

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