<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [Scene](./smwebsdk.scene.md) &gt; [configure](./smwebsdk.scene.configure.md)

## Scene.configure() method

Send configuration to the scene

**Signature:**

```typescript
configure(configuration: ConfigurationModel): Promise<any>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  configuration | ConfigurationModel | Scene configuration as per the scene protocol |

**Returns:**

Promise&lt;any&gt;

