> For the complete documentation index, see [llms.txt](https://docs.avataar.ai/knowledge-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avataar.ai/knowledge-center/ide-low-code/ide-functions/add-environment-to-the-scene.md).

# Add Environment to the Scene

**addEnvironmenttoScene:**

| envName | environment name | required | ‘directional’ \| ‘interior’ \| ‘avataar’ \| ‘neutral’ \| ‘exterior’ |
| ------- | ---------------- | -------- | ------------------------------------------------------------------- |

```javascript
// Some codeIDE.addEnvironmenttoScene({
    envName: "neutral"
})

```

**removeEnvironmentfromScene: (no params)**

```javascript
// Some codeIDE.removeEnvironmentfromScene()

```
