# Embed with low code

{% embed url="<https://youtu.be/kNhhpA_RXg4?feature=shared>" %}

Use a `roomUrl` you've created as the `src` attribute as in the example below.

```html
<iframe
  src="https://subdomain.whereby.com/room?minimal"
  allow="camera; microphone; fullscreen; display-capture; autoplay; compute-pressure"
></iframe>
```

{% hint style="danger" %}
Using an \<iframe> is the only option for low code builders, but that we generally do not recommend embedding via an iframe. Instead, we suggest using our [Web Component](/reference/using-the-whereby-embed-element.md), as it provides more options and flexibility.
{% endhint %}

### Additional details

* If you'd like more programmatic control around the meeting experience, this is where browser [events](/whereby-for-web-browser/web-component-and-pre-built-ui/using-whereby-events.md) and [commands](/whereby-for-web-browser/web-component-and-pre-built-ui/using-commands.md) come in!
* The above code can be used for in website builders like [Squarespace or Wordpress](/integrating-whereby-in-specific-environments/embedding-in-squarespace-or-wordpress.md).
* When embedding, you can customize the room by [toggling features and behaviors via URL parameters](/reference/using-the-whereby-embed-element.md).
* You can restrict which domains are allowed to embed your rooms via the [Allowed domains feature](/further-resources/faq-and-troubleshooting/allowed-domains-and-localhost.md) on your dashboard.


---

# 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/embed-with-low-code.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.
