# How to use NFT Embed

First, navigate to the official URL [**here**](https://nftembed.org)!

To embed a single NFT, enter the NFT contract address and then the tokenID of the specific NFT you have in mind.&#x20;

Alternatively, to embed an entire collection, simply click the `collection` toggle on the [NFT Embed page](https://www.nftembed.org/collection/0xb932a70A57673d89f4acfFBE830E8ed7f75Fb9e0/), enter the collection address you want to feature, and you're good to go!

{% hint style="info" %}

* NFTs with multiple editions have tokenIDs — It's unique to an NFT (ERC-721)&#x20;
* Other than owned addresses, we deploy and interact with smart contracts on blockchains, known as contract addresses.
  {% endhint %}

Optionally, you can add a '**Finders fee address**' and a percentage. This address will earn a portion of the sale. However, it won't circumnavigate the creator! All parties will get what they're entitled to.

You don't need to worry about NFT Embed being used to avoid paying creators their fair share. 💜

There are a few toggles:

* **Marketplace**
  * Enabling the marketplace toggle allows you to turn the embed from a display to a potential sale! With the help of the Universe protocol, you can embed NFTs that anyone can purchase.
* **Vertical Card Layout**
  * Enabling the vertical card layout allows you to make a more compacted embed that you navigate via scroll. The alternative is the default style, a horizontal card layout, which makes NFTs display laterally!
* **Custom Style**
  * Enabling the custom style allows you to alter the CSS to compliment your website and/or branding with the embed; for those who want a fluid, eye-popping design.


---

# 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://docs.nftembed.org/intro/how-to-use-nft-embed.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.
