# How-to Guides

- [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


---

# 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://learn.buildship.xyz/how-to-guides.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.
