> For the complete documentation index, see [llms.txt](https://help.visages.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.visages.xyz/how-it-works/viewing-visages-nft.md).

# Viewing Visages NFT

Once you have purchased an NFT from Visages.xyz, you can easily view it in two ways—either through the viewer of the crypto wallet you used to make the purchase, or through OpenSea.&#x20;

### Viewing your purchased NFT in your Wallet

1. To view your NFT on the crypto wallet, simply log in to the wallet and search for the transaction associated with the purchase.&#x20;
2. Once you have located the NFT in the wallet's viewer, you can explore the details of the artwork, such as the artist's name, the size, and the artwork's description.

### Viewing your purchased NFT in OpenSea.&#x20;

1. To view your NFT on OpenSea, you will need to sign in to your OpenSea account using the same wallet you used to purchase the token.&#x20;
2. Once you are logged in, you can view your token under the ‘My Account’ section.
3. Navigate to your “My Collection” page. Here, you will find a list of the NFTs that you have acquired, as well as detailed information about each piece, such as its artwork, description, and more.&#x20;
4. You can also share the artwork with your friends and family, or even embed the artwork into your website or blog post.

Viewing your NFT on the viewer of your crypto wallet or on OpenSea will give you an up close and personal look at your artwork. You can explore the details of the piece, from the artist’s signature and the medium used, to the techniques employed and the colors used.&#x20;

You can also view the artwork in its full resolution. This gives you the opportunity to appreciate the artwork in its full glory and admire the intricate details that the in-house artists of Visages Studio have put into the piece.


---

# 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.visages.xyz/how-it-works/viewing-visages-nft.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.
