# Transparent Background

Via [InitData](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/common_core_src_utils_shims.initdatadefinition), you can remove the background of the scene completely allowing the embedding iframe to be transparent and elements behind it to be visible through the scene. [Example (opens new window)](https://roomle-dev.github.io/transparency/?transparentBackground=true\&moc=true\&edit=true\&id=86qux3bxbgv615qxzby3k2q4a4oni7o\&customApiUrl=https://api.roomle.com/v2).

Embedding example

```
const configurator = await RoomleConfiguratorApi.create(
  "demoConfigurator",
  document.getElementById("configurator-container"),
  {
    id: '...',
    transparentBackground: true,
  }
);
```

Query Parameter

`&transparentBackground=true`
