# How do I check my NFTs on the blockchain?

**Step 1**&#x20;

To make sure your freshly minted NFT is on the blockchain, you can check it using Flare Explorer. To do this, click on the NFT you want to verify. In this example, it would be NFT "Girl #01" from the "test" collection.

<figure><img src="/files/3aZKUkFDM94yY2ITc5w5" alt=""><figcaption></figcaption></figure>

**Step 2**

Click on the address to be redirected to Flare Explorer.

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

**Step 3**&#x20;

Click on the TOKEN address

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

**Step 4**&#x20;

Click on the number next to the Token ID to display information about your NFT.

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

**Step 5**&#x20;

There you have it! All information about your minted NFT is recorded on the blockchain.

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


---

# 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://truegems.gitbook.io/docs/truegems-nft-self-mint-feature/how-do-i-check-my-nfts-on-the-blockchain.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.
