# Market panorama

Once you have created your first slot, your market panorama screen will no longer show the integration code, and instead a list of your slots will be displayed.

<figure><img src="https://289572075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCRkYd6Ye501c8cm3BkfL%2Fuploads%2FqlkCQOX4iEbIzwh7xkX0%2FScreen%20Shot%202023-03-12%20at%2012.16.31.png?alt=media&#x26;token=63061d50-b640-412b-b580-5549b837a3e0" alt=""><figcaption></figcaption></figure>

## Main menu

The market panorama has several options described below.

### Implementation code

If you click on implementation code, a lightbox popup will display a custom Javascript code that can used to integrate the MetaMarket to your DCL scene.&#x20;

### Scenes or Meta Zones

This option will take you to a list of the scenes owned by you

### Documentation

This is the API reference documentation

### Metamarket endpoint

This option takes you to a new page that displays a JSON containing information of the slots for the entire scene. You can use this endpoint and dinamically integrate it into your DCL scene.

## Slots

By clicking on the context menu of each slot, you will have several options

#### Edit

You can change the data of your slot and update it.

#### Delete

You can delete your slot. This action **can't** be undone.&#x20;

#### Joystick

You can move your slot coordinates in the metaverse with a visual component, like you did previously in the scene media resources section

#### Endpoint

By clicking on this option you will be redirected to a new page containing a JSON representation of this slot's data. You can use this endpoint URL to integrate into your DCL scenes.

#### New slot&#x20;

This options allows you to create new slots, as seen previously.


---

# 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-marketplace-and-engine/cms-dashboard/marketplace/market-panorama.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.
