# NFTs not visible on OpenSea

In this tutorial, we will show you how marketplaces like OpenSea can correctly load your NFTs after you've burned them.

<figure><img src="/files/GFiGx1D2YDfRZmhynlih" alt=""><figcaption><p><em>Here's an example of how your collection might appear after you've burned your NFTs.</em></p></figcaption></figure>

**Step 1:** In the screenshot above, you'll notice a 'more' icon represented by '...' located at the top right, right next to the share icon.. Click on it.

**Step 2:** A dropdown menu will appear, and you should see an option called 'Refresh metadata'. Click on this button.

**Step 3:** Please wait for a moment while the platform refreshes the metadata of your NFT. Once completed, your NFT should load correctly!

<figure><img src="/files/TtXMfnF4KHMWArKHFJnM" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once the metadata has been refreshed by anyone (it doesn't necessarily have to be a collection holder), there is no need to refresh the metadata again.
{% endhint %}


---

# 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://docs.mintpad.co/troubleshooting/nfts-not-visible-on-opensea.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.
