# NFT Details

The NFT DETAILS page not only contains all relevant information about a NFT, but also serves as a path towards including a given NFT in a swap and accepting an offer on an NFT you own.

![](/files/8XdtA0vY5MZ10Ct3YTi2)

The NFT DETAILS page displays relevant data about a NFT such as its collection title and contract address, token ID, description and date created. Clicking 'See More From \[Collection Title]' will take the user to the collection page to view data pertinent to the collection as well as other NFTs from the collection.\
\
The 'Offers' table lists all open offers on the NFT. Clicking an offer in this table will bring the user to the [SWAP DETAILS](/docs/nft.org-dex/ui-ux-user-guide/browse-swaps/swap-details.md) page where the user will have the opportunity to accept the offer if user is the owner of the NFT.\
\
When applicable the NFT's price history on OpenSea will also be displayed beneath any listings, offers and swap history. This data can be viewed via chart or table and in varying time frames.

<figure><img src="/files/SEK8aCZ8ucDjGGpEsUo3" alt=""><figcaption><p>The NFT's price history on OpenSea can be viewed via the NFT DETAILS page.</p></figcaption></figure>

If the connected wallet owns the NFT being viewed via the NFT DETAILS page, a 'SELL ITEM' button will be visible beneath the NFT's image. Clicking this button will add the NFT to the GIVE side on the [NEW SWAP](/docs/nft.org-dex/ui-ux-user-guide/new-swap.md) page.

![](/files/G15DzPLPlucrppjxhZqU)

If the connected wallet does not own the NFT being viewed via the NFT DETAILS page and the owner has listed it for sale, the price will be visible within the 'Listings' table. Clicking the listing will take the user to the [SWAP DETAILS](/docs/nft.org-dex/ui-ux-user-guide/browse-swaps/swap-details.md) page where user will have the opportunity to take the swap.\
\
If the NFT is not listed for sale or if the user does not want to pay the price at which the NFT is listed for sale, user may click the 'CREATE AN OFFER' button underneath the NFT's image. This button adds this NFT to the TAKE side on the [NEW SWAP](/docs/nft.org-dex/ui-ux-user-guide/new-swap.md) page.


---

# 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://nft-org.gitbook.io/docs/nft.org-dex/ui-ux-user-guide/nft-search/nft-details.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.
