> For the complete documentation index, see [llms.txt](https://help.metahi.world/metahi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metahi.world/metahi/faq/supported-metaverses/decentraland.md).

# Decentraland

{% hint style="info" %}
All NFTs that are listed on the MetaHi marketplace are supported in Decentraland!
{% endhint %}

To use your 3D NFTs in Decentraland, follow these steps:

1. Obtain a 3D model of your asset and download it from our website. \
   You may follow the steps described here ➡ [How to redeem my 3D asset?](/metahi/faq/collectors/how-to-redeem-my-3d-asset.md)
2. Go to [Decentraland Builder](https://builder.decentraland.org/) and log into your Decentraland account.
3. Select 'BUILD SCENES' from the Overview menu.

![](/files/quuX99ThJwuurLKwFtcC)

4. Select one of your 'SCENES' or create a new one.

![](/files/YuWbAarUNgrxgdZeMjMu)

5. Click create asset pack.

![](/files/IZii4E9KCITJkFaCO2cz)

6. Upload your 3D model that was saved onto your device in the 1st step of this tutorial by clicking 'IMPORT'.

![](/files/UzCQdAEHLkQdo5thDi91)

7. Have fun building your next Decentralized world!

{% hint style="info" %}
TIP: You can adjust the scale of the asset by clicking the "R" button or selecting "TOGGLE SCALING" at the top menu.
{% endhint %}

![](/files/V21Iyoe7TvrjdXazu54U)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.metahi.world/metahi/faq/supported-metaverses/decentraland.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
