# Product Docs

## Product Docs

- [About buildship.xyz](https://learn.buildship.xyz/readme.md)
- [Apply for unlimited fundraise](https://learn.buildship.xyz/apply-to-closed-alpha.md)
- [How to create an ERC721A NFT contract without code](https://learn.buildship.xyz/how-to-guides/create-nft-contract-without-code.md): a.k.a. How to launch your NFT community without code
- [How to build an NFT minting website on Webflow without code](https://learn.buildship.xyz/how-to-guides/using-webflow-widget.md): a.k.a how to mint NFTs on Webflow or how to connect Metamask to Webflow
- [How to build an NFT minting website on Wix without code](https://learn.buildship.xyz/how-to-guides/wix-nft-minting-website.md): a.k.a how to mint NFTs on Wix or how to connect Metamask to Wix
- [What is NFTFactory?](https://learn.buildship.xyz/how-to-guides/what-is-nftfactory.md): Deploy feature-rich NFT contracts 10x cheaper to Ethereum
- [Communities We Don't Approve](https://learn.buildship.xyz/technical-docs/communities-we-dont-approve.md): buildship.xyz is very strict on quality of approved communities.
- [Community Guidelines](https://learn.buildship.xyz/technical-docs/community-guidelines.md)
- [How to refresh NFT metadata on OpenSea?](https://learn.buildship.xyz/technical-docs/how-to-refresh-nft-metadata-on-opensea.md)
- [How to call contract methods via Etherscan?](https://learn.buildship.xyz/technical-docs/how-to-call-contract-methods-via-etherscan.md)
- [How to use IPFS Desktop](https://learn.buildship.xyz/technical-docs/how-to-use-ipfs-desktop.md)
- [Web3 SDK](https://learn.buildship.xyz/frontend-roadmap/web3-sdk.md)
- [Mint button on Webflow](https://learn.buildship.xyz/frontend-roadmap/mint-button-on-webflow.md): Open-source drop-in Webflow widget
- [app.buildship.xyz](https://learn.buildship.xyz/frontend-roadmap/app.buildship.xyz.md): Self serve no-code NFT collection launcher + custom extensions
- [Metaverse NFT Factory v3](https://learn.buildship.xyz/solidity-roadmap/metaverse-nft-factory-v3.md)


---

# 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, 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://learn.buildship.xyz/readme.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.
