> For the complete documentation index, see [llms.txt](https://gathertown.gitbook.io/web3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gathertown.gitbook.io/web3/integrations/nfts-in-gather-spaces.md).

# NFTs in Gather Spaces

### NFTs as Embed URL Objects

*(Open OpenSea links in Gather!)*&#x20;

![You can interact with the OpenSea page via Metamask while inside Gather!](/files/RBZXoH1df0ybqX8mdJyW)

Check [Gather for NFT Galleries](/web3/use-cases/gather-for-nft-galleries.md#linking-to-nfts) for instructions on how to do this.

## Deca Art - A NFT Gallery Extension

As a very early test, we have released a test extension together with <https://deca.art/> to show NFT galleries inside of Gather. It adds an object that rotates through blockchain-based generative artwork - but can also be pointed at any gallery that exists on Deca.

{% embed url="<https://mobile.twitter.com/0xDecaArt/status/1486783217545793539>" %}

At Gather we really want to identify what about NFT's are actually useful today, and what might still be speculation or hype-based misinformation. At Gather, we are always focused on building out primitives compared to specific implementations. Some thoughts on this:

Already today, you can upload the artwork to Gather and use the Embedded Website feature to link to the artwork's Opensea page. How does a Gather-native implementation differ from this?

Currently, playing music or audio files in Gather spaces exists in a legally ambigious area. How can Gather know if you have the rights to play this media in a "public" setting? NFTs might represent an open infrastructure for solving this.


---

# 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://gathertown.gitbook.io/web3/integrations/nfts-in-gather-spaces.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.
