# Scene implementation code

In order for the business dashboard to be able to communicate with your Decentraland Scene, you must first create a scene on the business dashboard and then install the metaverse SDK on your Decentraland project and point it to your business manager scene.

<figure><img src="https://1079496934-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS5LS2toeP7Xkb1Vtd6fh%2Fuploads%2FeHdFvFQ9YZLUmylQnn3y%2Fimage.png?alt=media&#x26;token=60ca7d50-cd2f-4bf3-9ff2-fd3017b22f48" alt=""><figcaption></figcaption></figure>

## Installation

1. Click on the Scene implementation code option from the available options once you have clicked on a scene
2. Copy the code that is shown into your Decentraland project, you can include it on an existing file or create a separate file called metaverseShop.ts
3. Install the required dependencies on your Decentraland Project by running the following command: \
   \
   `npm i  -B @dcl/ecs-scene-utils  @dcl/ui-scene-utils eth-connect dg-world-marketplace-sdk@latest`<br>
4. Integration at this point is complete. \
   Now you can head back to the Market tab on the dashboard and start creating slots, each slot, banners and variables.


---

# 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://dg-market.gitbook.io/dg-live/business-manager/scenes/scene-implementation-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.
