# Manifold

## Welcome

- [Manifold Docs](https://docs.manifold.xyz/manifold-docs.md): This documentation website is intended for builders looking to create products using Manifold smart contracts and APIs.

## Manifold Client SDK

- [Why Manifold Client SDK?](https://docs.manifold.xyz/client-sdk/readme.md)
- [Getting Started](https://docs.manifold.xyz/client-sdk/getting-started.md)
- [Creating a React minting app](https://docs.manifold.xyz/client-sdk/guides/creating-a-react-minting-app.md)
- [Advanced use cases](https://docs.manifold.xyz/client-sdk/guides/creating-a-react-minting-app/advanced-use-cases.md)
- [Creating a minting bot](https://docs.manifold.xyz/client-sdk/guides/creating-a-minting-bot.md)
- [FAQ](https://docs.manifold.xyz/client-sdk/guides/faq.md)
- [\[for AI agents and LLMS\] Checklist and guidelines](https://docs.manifold.xyz/client-sdk/guides/for-ai-agents-and-llms-checklist-and-guidelines.md)
- [Release Notes](https://docs.manifold.xyz/client-sdk/sdk/release-notes.md)
- [Manifold Client](https://docs.manifold.xyz/client-sdk/sdk/manifold-client.md)
- [getProduct](https://docs.manifold.xyz/client-sdk/sdk/manifold-client/getproduct.md)
- [Product](https://docs.manifold.xyz/client-sdk/sdk/product.md)
- [Common](https://docs.manifold.xyz/client-sdk/sdk/product/common.md)
- [purchase](https://docs.manifold.xyz/client-sdk/sdk/product/common/purchase.md): purchase
- [getStatus](https://docs.manifold.xyz/client-sdk/sdk/product/common/getstatus.md)
- [getAllocations](https://docs.manifold.xyz/client-sdk/sdk/product/common/getallocations.md)
- [getInventory](https://docs.manifold.xyz/client-sdk/sdk/product/common/getinventory.md)
- [getRules](https://docs.manifold.xyz/client-sdk/sdk/product/common/getrules.md)
- [getProvenance](https://docs.manifold.xyz/client-sdk/sdk/product/common/getprovenance.md)
- [Edition Product](https://docs.manifold.xyz/client-sdk/sdk/product/edition-product.md)
- [preparePurchase](https://docs.manifold.xyz/client-sdk/sdk/product/edition-product/preparepurchase.md)
- [fetchOnchainData](https://docs.manifold.xyz/client-sdk/sdk/product/edition-product/fetchonchaindata.md)
- [isEditionProduct](https://docs.manifold.xyz/client-sdk/sdk/product/edition-product/iseditionproduct.md)
- [Blind Mint](https://docs.manifold.xyz/client-sdk/sdk/product/blind-mint.md)
- [preparePurchase](https://docs.manifold.xyz/client-sdk/sdk/product/blind-mint/preparepurchase.md)
- [fetchOnchainData](https://docs.manifold.xyz/client-sdk/sdk/product/blind-mint/fetchonchaindata.md)
- [isBlindMintProduct](https://docs.manifold.xyz/client-sdk/sdk/product/blind-mint/isblindmintproduct.md)
- [Public Provider Adapters](https://docs.manifold.xyz/client-sdk/sdk/public-provider-adapters.md)
- [Wagmi](https://docs.manifold.xyz/client-sdk/sdk/public-provider-adapters/wagmi.md)
- [Viem](https://docs.manifold.xyz/client-sdk/sdk/public-provider-adapters/viem.md)
- [Ethers v5](https://docs.manifold.xyz/client-sdk/sdk/public-provider-adapters/ethersv5.md)
- [Account Adapters](https://docs.manifold.xyz/client-sdk/sdk/account-adapters.md)
- [EthersV5](https://docs.manifold.xyz/client-sdk/sdk/account-adapters/ethersv5.md)
- [Viem](https://docs.manifold.xyz/client-sdk/sdk/account-adapters/viem.md)
- [Transaction Steps](https://docs.manifold.xyz/client-sdk/sdk/transaction-steps.md)
- [execute](https://docs.manifold.xyz/client-sdk/sdk/transaction-steps/execute.md): Handles the execution of a specific step.
- [InstanceData](https://docs.manifold.xyz/client-sdk/reference/instancedata.md)
- [EditionProduct](https://docs.manifold.xyz/client-sdk/reference/editionproduct.md)
- [EditionPublicData](https://docs.manifold.xyz/client-sdk/reference/editionpublicdata.md)
- [EditionOnchainData](https://docs.manifold.xyz/client-sdk/reference/editiononchaindata.md)
- [BlindMintProduct](https://docs.manifold.xyz/client-sdk/reference/blindmintproduct.md)
- [BlindMintPublicData](https://docs.manifold.xyz/client-sdk/reference/blindmintpublicdata.md)
- [BlindMintOnchaindata](https://docs.manifold.xyz/client-sdk/reference/blindmintonchaindata.md)
- [BlindMintTierProbability](https://docs.manifold.xyz/client-sdk/reference/blindminttierprobability.md)
- [BlindMintPool](https://docs.manifold.xyz/client-sdk/reference/blindmintpool.md)
- [PreviewData](https://docs.manifold.xyz/client-sdk/reference/previewdata.md)
- [ProductMetadata](https://docs.manifold.xyz/client-sdk/reference/productmetadata.md)
- [ProductRule](https://docs.manifold.xyz/client-sdk/reference/productrule.md)
- [ProductInventory](https://docs.manifold.xyz/client-sdk/reference/productinventory.md)
- [ProductProvenance](https://docs.manifold.xyz/client-sdk/reference/productprovenance.md)
- [TransactionStep](https://docs.manifold.xyz/client-sdk/reference/transactionstep.md)
- [PreparedPurchase](https://docs.manifold.xyz/client-sdk/reference/preparedpurchase.md)
- [TransactionCallbacks](https://docs.manifold.xyz/client-sdk/reference/transactioncallbacks.md)
- [TransactionProgress](https://docs.manifold.xyz/client-sdk/reference/transactionprogress.md)
- [TransactionData](https://docs.manifold.xyz/client-sdk/reference/transactiondata.md)
- [Order](https://docs.manifold.xyz/client-sdk/reference/order.md)
- [OrderItem](https://docs.manifold.xyz/client-sdk/reference/orderitem.md)
- [Receipt](https://docs.manifold.xyz/client-sdk/reference/receipt.md)
- [TransactionReceipt](https://docs.manifold.xyz/client-sdk/reference/transactionreceipt.md)
- [Account](https://docs.manifold.xyz/client-sdk/reference/account.md)
- [Money](https://docs.manifold.xyz/client-sdk/reference/money.md)
- [Cost](https://docs.manifold.xyz/client-sdk/reference/cost.md)
- [AppType](https://docs.manifold.xyz/client-sdk/reference/apptype.md)
- [TokenRequirement](https://docs.manifold.xyz/client-sdk/reference/tokenrequirement.md)
- [TokenItemRequirement](https://docs.manifold.xyz/client-sdk/reference/tokenitemrequirement.md)
- [Creator](https://docs.manifold.xyz/client-sdk/reference/creator.md)
- [Identity](https://docs.manifold.xyz/client-sdk/reference/identity.md)
- [Contract](https://docs.manifold.xyz/client-sdk/reference/contract.md)
- [Token](https://docs.manifold.xyz/client-sdk/reference/token.md)
- [Explorers](https://docs.manifold.xyz/client-sdk/reference/explorers.md)
- [Asset](https://docs.manifold.xyz/client-sdk/reference/asset.md)
- [ClientSDKError](https://docs.manifold.xyz/client-sdk/reference/clientsdkerror.md)

## Manifold Developer Guide (Deprecated)

- [Introduction](https://docs.manifold.xyz/manifold-for-developers/introduction.md)
- [Overview](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/overview.md)
- [Tutorial](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial.md): Walkthrough of how to add the Merch Bridge to your Store
- [Step 1: Product Gate Setup](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup.md): First we will need to set up the the product gate. This includes the following: modifying the product's settings, creating a Gate, then adding a product and rules to the gate.
- [1.1: Configure the Product](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.1-configure-the-product.md)
- [1.2: Install Manifold Merch Bridge](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.2-install-manifold-merch-bridge.md): Install the Manifold Merch Bridge App to create a Product Gate
- [1.2: Create a New Product Gate](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.2-create-a-new-product-gate.md): Now that the product is ready for token gating, create the product gate in the Manifold App
- [1.3: Link a Product to the Gate](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.3-link-a-product-to-the-gate.md): Now that you have created the Gate, link a product to it
- [1.4: Add Rules](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.4-add-rules.md): Now that we have created the gate and linked a product to it, we will create rules on the product gate. This is setting who will be on the allowlist to get the discount for your product
- [Step 2: Store Theme Setup](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-2-store-theme-setup.md): Now that we have everything behind the scenes setup. We will configure your Store's theme.
- [2.1 The Theme Editor](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-2-store-theme-setup/2.1-the-theme-editor.md): To setup your store we will use app blocks in the Theme Editor.
- [2.2 Product Page Setup](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-2-store-theme-setup/2.2-product-page-setup.md): First we will need to add the "Manifold Buy Button" to the product page to handle product gates.
- [2.3 Cart Page Setup](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-2-store-theme-setup/2.3-cart-page-setup.md): On the Cart Page we need to add the "Manifold Items (Cart)" block as a new section and the "Manifold Checkout Buttons" block.
- [Advanced Configuration](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/advanced-configuration.md)
- [FAQ / Error Help](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/faq-error-help.md)
- [Reference](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference.md)
- [Product and Gate Configuration](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration.md)
- [Shopify Products](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration/shopify-products.md): This page describes how to configure Shopify Products to be used within the Manifold Merch Bridge
- [Product Gates](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration/product-gates.md)
- [Gate Products](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration/product-gates/gate-products.md)
- [Rules](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration/product-gates/rules.md)
- [Custom Themes](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/custom-themes.md)
- [Updating to the Latest Version](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/updating-to-the-latest-version.md)
- [UI Configuration Options](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/ui-configuration-options.md)
- [Advanced Usage](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/advanced-usage.md)
- [Common Issues](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/common-issues.md): And their solutions!
- [Getting Started](https://docs.manifold.xyz/manifold-for-developers/guides/getting-started.md)
- [HTML](https://docs.manifold.xyz/manifold-for-developers/guides/html.md)
- [React](https://docs.manifold.xyz/manifold-for-developers/guides/react.md)
- [NextJS](https://docs.manifold.xyz/manifold-for-developers/guides/nextjs.md)
- [Vue](https://docs.manifold.xyz/manifold-for-developers/guides/vue.md)
- [Wix](https://docs.manifold.xyz/manifold-for-developers/guides/wix.md)
- [Squarespace](https://docs.manifold.xyz/manifold-for-developers/guides/squarespace.md)
- [Simple Squarespace Site](https://docs.manifold.xyz/manifold-for-developers/guides/squarespace/simple-squarespace-site.md)
- [Customised Squarespace Template](https://docs.manifold.xyz/manifold-for-developers/guides/squarespace/customised-squarespace-template.md)
- [Apps](https://docs.manifold.xyz/manifold-for-developers/resources/apps.md)
- [Grant Types](https://docs.manifold.xyz/manifold-for-developers/resources/apps/grant-types.md)
- [Widgets](https://docs.manifold.xyz/manifold-for-developers/resources/widgets.md)
- [Directory](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/directory.md)
- [Manifold CSS Variables](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/manifold-css-variables.md): Making widget styling easier across Manifold widgets.
- [Scheme Utility Classes](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/manifold-css-variables/scheme-utility-classes.md)
- [List of Manifold CSS Variables](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/manifold-css-variables/list-of-manifold-css-variables.md)
- [Connect Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget.md): Add wallet authentication and blockchain functionality to your website.
- [Blockchain Interaction](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/blockchain-interaction.md)
- [Wallet Authentication](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/wallet-authentication.md): Verifying wallet ownership
- [Data Client](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/data-client.md): APIs to get NFT information and access Manifold Services
- [NFT Information Retrieval](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/data-client/nft-information-retrieval.md): NFT Data APIs
- [getNFT](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/data-client/nft-information-retrieval/getnft.md)
- [getNFTsOfOwner](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/data-client/nft-information-retrieval/getnftsofowner.md)
- [ownerHasNFT](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/data-client/nft-information-retrieval/ownerhasnft.md)
- [getCollectors](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/data-client/nft-information-retrieval/getcollectors.md)
- [Data Storage and Retrieval](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/data-client/data-storage-and-retrieval.md)
- [Advanced Configuration](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/advanced-configuration.md)
- [Customization & Styling](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/customization-and-styling.md): Changing how the Connect Widget looks
- [Automatic Error Handling](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/connect-widget/automatic-error-handling.md)
- [Campaign Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/campaign-widget.md): Add token gated experiences to your website.
- [Campaign Creation](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/campaign-widget/campaign-creation.md)
- [Questionnaire](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/campaign-widget/campaign-creation/questionnaire.md)
- [Campaign Progress](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/campaign-widget/campaign-progress.md)
- [Customization & Styling](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/campaign-widget/customization-and-styling.md)
- [Curation Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/curation-widget.md): Add a curation list created from Manifold Share to your website.
- [Marketplace Widgets](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets.md): Add Manifold Gallery marketplace listings to your website.
- [Widgets](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/widgets.md)
- [Data Attributes](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/widgets/data-attributes.md)
- [Layout Widgets](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/widgets/layout-widgets.md)
- [Card Widgets](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/widgets/card-widgets.md)
- [Listing Widgets](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/widgets/listing-widgets.md)
- [Window Events](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/window-events.md)
- [Troubleshooting](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/troubleshooting.md)
- [Customization & Styling](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/customization-and-styling.md)
- [Version Change Notes](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/version-change-notes.md): Marketplace widgets change notes.
- [3.2.1 - CSS Selector Changes](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/version-change-notes/3.2.1-css-selector-changes.md): Breaking CSS selector changes when upgrading from 3.1.1 -> 3.2.1.
- [3.1.1 - CSS Selector Changes](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/version-change-notes/3.1.1-css-selector-changes.md): Breaking CSS selector changes when upgrading from 2.4.48 -> 3.1.1.
- [Claim Widgets](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets.md): Add Manifold Claims to your website.
- [Widgets](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/widgets.md)
- [Data Attributes](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/widgets/data-attributes.md)
- [Complete Claim Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/widgets/complete-claim-widget.md)
- [Buy Button Only Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/widgets/buy-button-only-widget.md)
- [Mint Count Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/widgets/mint-count-widget.md)
- [Troubleshooting](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/troubleshooting.md)
- [Customization & Styling](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/customization-and-styling.md)
- [Version Change Notes](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/version-change-notes.md): Claim widgets change notes.
- [1.7.0, 1.7.1 - CSS Selector Changes](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/version-change-notes/1.7.0-1.7.1-css-selector-changes.md): Breaking CSS selector changes when upgrading from 1.6.0 -> 1.7.1.
- [Restricted Token Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/restricted-token-widget.md): Add a display showing blocked marketplaces on a token address
- [Customization & Styling](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/restricted-token-widget/customization-and-styling.md)
- [Wallet Identity Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/wallet-identity-widget.md): Add a simple wallet profile with external links to your website.
- [Customization & Styling](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/wallet-identity-widget/customization-and-styling.md)
- [Subscription Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/subscription-widget.md): Add a simple wallet profile with external links to your website.
- [6551 Display Widget](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/6551-display-widget.md): Display ERC6551 NFTs that own other NFTs anytime anywhere
- [Manifold Ethereum Provider](https://docs.manifold.xyz/manifold-for-developers/resources/manifold-ethereum-provider.md)
- [Merkle Tree Tool](https://docs.manifold.xyz/manifold-for-developers/tools-and-apis/merkle-tree-tool.md)
- [Snapshot Tool](https://docs.manifold.xyz/manifold-for-developers/tools-and-apis/snapshot-tool.md)
- [Discord Tools](https://docs.manifold.xyz/manifold-for-developers/tools-and-apis/discord-tools.md)
- [Server-Side Session Authentication](https://docs.manifold.xyz/manifold-for-developers/tools-and-apis/server-side-session-authentication.md)
- [Signature Grant](https://docs.manifold.xyz/manifold-for-developers/tools-and-apis/server-side-session-authentication/signature-grant.md)
- [Authorization Code Grant](https://docs.manifold.xyz/manifold-for-developers/tools-and-apis/server-side-session-authentication/authorization-code-grant.md)
- [Manifold Creator](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator.md)
- [Contracts](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts.md): @manifoldxyz/creator-core-solidity@^3.0.x
- [Creator Core](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/creator-core.md)
- [Common Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/creator-core/common-functions.md)
- [ERC721 Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/creator-core/erc721-functions.md)
- [ERC1155 Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/creator-core/erc1155-functions.md)
- [Extensions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/extensions.md)
- [Extensions Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/extensions/extensions-functions.md)
- [Extensions Examples](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/extensions/extensions-examples.md)
- [Extensions Deployment Guide](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/extensions/extensions-deployment-guide.md)
- [Dynamic NFT Extension](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/extensions/extensions-deployment-guide/dynamic-nft-extension.md)
- [Lazy Mint Extension ERC1155](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/extensions/extensions-deployment-guide/lazy-mint-extension-erc1155.md)
- [Lazy Mint Extension ERC721](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/extensions/extensions-deployment-guide/lazy-mint-extension-erc721.md)
- [Mint Permissions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/mint-permissions.md)
- [Mint Permissions Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/mint-permissions/mint-permissions-functions.md)
- [Prior Versions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions.md)
- [1.0.x](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x.md): @manifoldxyz/creator-core-solidity@^1.0.x
- [Creator Core](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/creator-core.md)
- [Common Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/creator-core/common-functions.md)
- [ERC721 Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/creator-core/erc721-functions.md)
- [ERC1155 Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/creator-core/erc1155-functions.md)
- [Extensions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/extensions.md)
- [Extensions Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/extensions/extensions-functions.md)
- [Extensions Examples](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/extensions/extensions-examples.md)
- [Extensions Deployment Guide](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/extensions/extensions-deployment-guide.md)
- [Dynamic NFT Extension](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/extensions/extensions-deployment-guide/dynamic-nft-extension.md)
- [Lazy Mint Extension ERC1155](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/extensions/extensions-deployment-guide/lazy-mint-extension-erc1155.md)
- [Lazy Mint Extension ERC721](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/extensions/extensions-deployment-guide/lazy-mint-extension-erc721.md)
- [Mint Permissions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/mint-permissions.md)
- [Mint Permissions Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/1.0.x/mint-permissions/mint-permissions-functions.md)
- [2.0.x](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x.md): @manifoldxyz/creator-core-solidity@^2.0.x
- [Creator Core](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/creator-core.md)
- [Common Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/creator-core/common-functions.md)
- [ERC721 Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/creator-core/erc721-functions.md)
- [ERC1155 Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/creator-core/erc1155-functions.md)
- [Extensions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/extensions.md)
- [Extensions Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/extensions/extensions-functions.md)
- [Extensions Examples](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/extensions/extensions-examples.md)
- [Extensions Deployment Guide](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/extensions/extensions-deployment-guide.md)
- [Dynamic NFT Extension](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/extensions/extensions-deployment-guide/dynamic-nft-extension.md)
- [Lazy Mint Extension ERC1155](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/extensions/extensions-deployment-guide/lazy-mint-extension-erc1155.md)
- [Lazy Mint Extension ERC721](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/extensions/extensions-deployment-guide/lazy-mint-extension-erc721.md)
- [Mint Permissions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/mint-permissions.md)
- [Mint Permissions Functions](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/prior-versions/2.0.x/mint-permissions/mint-permissions-functions.md)
- [Marketplace](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/marketplace.md)
- [Identity Verifier](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/marketplace/identity-verifier.md)
- [Royalty Registry](https://docs.manifold.xyz/manifold-for-developers/smart-contracts/royalty-registry.md)
- [Contact Us](https://docs.manifold.xyz/manifold-for-developers/contact-us.md)

## Manifold Contract Addresses

- [Manifold Contract Addresses](https://docs.manifold.xyz/contracts/readme.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on a page URL with the `ask` query parameter:

```
GET https://docs.manifold.xyz/manifold-docs.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.
