> For the complete documentation index, see [llms.txt](https://docs.dapphero.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapphero.io/features/what-are-nfts/collectible-example.md).

# Collectible Example

To help get you started using the Collectible feature of DappHero we have prepared a sample project using Glitch to help you experiment.&#x20;

Visit the [Example](https://glitch.com/edit/#!/dapphero-nft-example).

In this example we take advantage of multiple collectible features. We start by showing a [list of collectibles](/features/what-are-nfts/listing-collectables.md) from a particular smart contract and we add Forward and Backwards buttons to [page through Collectibles](/features/what-are-nfts/listing-collectables.md#pagination-and-limits). Then we create a second page that shows a [single collectible](/features/what-are-nfts/single-collectibles.md). We link the two pages via the [$THIS](/features/what-are-nfts/advanced-usdthis.md) keyword and allow dynamic page loading by getting the relevant collectible details from the URL bar with[ $URL](/features/what-are-nfts/advanced-url-query-params.md). &#x20;
