> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/user-guides/getting-started/viewing-owned-nfts.md).

# Viewing Owned NFTs

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

After your profile is set up, you’ll be able to view the NFTs you’ve already created or collected outside of GhostMarket. Simply head to your profile page and click the “NFTs Available” tab to see your collection. The process is the same to view an NFT you’ve recently created or collected on GhostMarket.  

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

If you are browsing a different area of the site, you can click on the profile icon in the top right corner of the page to one the dropdown menu. Click “My NFTs” to quickly return to your NFT collection.&#x20;

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

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

The NFT tab on your profile also shows NFTs sorted by important categories such as NFTs on sale, Bids on NFTs, Offers on NFTs, Offers placed, NFTs created, and your overall activity.

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


---

# 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://docs.ghostmarket.io/user-guides/getting-started/viewing-owned-nfts.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.
