# Verse Documentation > Developer and creator documentation for the Verse digital art platform. Verse provides a GraphQL API, iFrame embeds (Verse Frame), and UI building blocks (Verse Elements) for building on top of its NFT marketplace. ## Docs - [Example Queries](https://docs.verse.works/api/examples): Common GraphQL query examples for the Verse API - [GraphQL API Overview](https://docs.verse.works/api/graphql-overview): Public GraphQL API for querying Verse collections, artworks, editions, and marketplace data - [Schema Reference](https://docs.verse.works/api/graphql-reference): Complete GraphQL schema reference for the Verse public API - [Basics](https://docs.verse.works/contract/basics): How smart contracts work on Verse - [Custom Contract](https://docs.verse.works/contract/custom_contract): Deploying your smart contract for NFTs - [New Contract](https://docs.verse.works/contract/new-contract): Deploy new contract on Verse - [On Chain](https://docs.verse.works/contract/on-chain): Deploy new contract on Verse - [Entity Model](https://docs.verse.works/core-concepts/entity-model): Collections, Artworks, and Editions — the core entities of the Verse platform - [Primary Sales](https://docs.verse.works/core-concepts/primary-sales): How primary market sales work on Verse — what you sell and how you sell it - [Release Types](https://docs.verse.works/core-concepts/primary-sales/release-types): Generative releases, custom contracts, standard deployments, and on-chain storage - [Sales Mechanics](https://docs.verse.works/core-concepts/primary-sales/sales-mechanics): How primary market sales work on Verse — strategies, mechanics, and listing types - [Secondary Sales](https://docs.verse.works/core-concepts/secondary-sales): Secondary market trading on Verse and external marketplace integrations - [Static Assets](https://docs.verse.works/core-concepts/static-assets): How Verse constructs asset URLs, renders images/video/iframes, and optimizes delivery - [For Artists & Galleries](https://docs.verse.works/for-artists): Choose release model, sale mechanic, and launch setup without API details - [Glossary and Name Mapping](https://docs.verse.works/for-developers/glossary-and-name-mapping): Canonical terminology mapping between Verse product language and API schema names - [For Developers](https://docs.verse.works/for-developers): Integration paths, data model, and authenticated purchase flows for Verse - [Release & Sales Mapping](https://docs.verse.works/for-developers/release-sales-mapping): Canonical mapping from release and sale language to GraphQL types and Verse Elements payloads - [Sandbox Environment](https://docs.verse.works/guides/demo-sandbox): Test Verse integrations safely with testnet tokens and sandbox payments - [New Project Checklist](https://docs.verse.works/guides/new-project): Dropping a new project on Verse. - [Releasing with Verse](https://docs.verse.works/guides/releasing-with-verse): Three ways to release on Verse — from zero-code to fully custom - [Verse Documentation](https://docs.verse.works): Documentation for releasing on Verse and integrating custom marketplace experiences - [Artist Curated](https://docs.verse.works/artist-curated): Curated projects on Verse. - [Collector Curated](https://docs.verse.works/collector-curated): Collector Curated projects on Verse. - [Editions](https://docs.verse.works/projects/edition): Open Editions - [Random Generative JS](https://docs.verse.works/projects/generative-verse): JS Generative - [Unique 1/1](https://docs.verse.works/projects/unique): Unique 1/1 - [1/1 Auction](https://docs.verse.works/sales-mechanics/1-1-auction): 1/1 Auction mechanics - [Decreasing Supply](https://docs.verse.works/sales-mechanics/limited-edition/decreasing-supply): Decreasing Supply — total available supply reduces over time - [Dutch Auction](https://docs.verse.works/sales-mechanics/limited-edition/dutch-auction): Dutch Auction — price decreases over time through configurable brackets - [Limited Edition](https://docs.verse.works/sales-mechanics/limited-edition): Limited edition mechanics - [Open Edition](https://docs.verse.works/sales-mechanics/open-edition): Open Edition mechanics - [Ranked Auction](https://docs.verse.works/sales-mechanics/ranked_auction): Ranked auction extends auction to multiple winners - [Mint Pass](https://docs.verse.works/supplementary-mechanics/mint-pass): Mint Pass - [Reserves List](https://docs.verse.works/supplementary-mechanics/reserve-list): Reserve List allows reserving artworks for loyal collectors. - [API Reference](https://docs.verse.works/verse-elements/api-reference): Full API reference for Verse Elements — auth, purchase, reserves, and bookmarks - [Integration Guide](https://docs.verse.works/verse-elements/integration): End-to-end guide to building a custom storefront with Verse Elements and the GraphQL API - [Overview](https://docs.verse.works/verse-elements/overview): Perform authenticated Verse actions from your own website — sign in, purchase, check reserves - [Customization](https://docs.verse.works/verse-frame/customization): Styling and customizing Verse Frame embeds - [Overview](https://docs.verse.works/verse-frame/overview): Embed Verse sales flows, collections, and artworks into any website using Verse Frame - [Setup](https://docs.verse.works/verse-frame/setup): Step-by-step guide to integrating Verse Frame into your website