# Guides

- [NetVRk NFT Minting](https://docs.netvrk.co/guides/netvrk-nft-minting.md): Welcome to the NetVRk Metaverse! This guide will help you navigate the NetVRk dashboard to mint your Lands, Transports, Avatars, and/or Bonus Pack NFTs.
- [Account Setup](https://docs.netvrk.co/guides/netvrk-nft-minting/account-setup.md): You'll need to create an account with NetVRk before you can mint any NFTs.
- [Connect Wallet](https://docs.netvrk.co/guides/netvrk-nft-minting/account-setup/connect-wallet.md)
- [Mint Land](https://docs.netvrk.co/guides/netvrk-nft-minting/mint-land.md): This section will walk you through minting your NetVRk Land NFTs that you can own, rent, and trade.
- [Mint Transports](https://docs.netvrk.co/guides/netvrk-nft-minting/mint-transports.md): Transports are used for traveling through the NetVRk metaverse.
- [Mint Avatars](https://docs.netvrk.co/guides/netvrk-nft-minting/mint-avatars.md)
- [Mint Bonus Packs](https://docs.netvrk.co/guides/netvrk-nft-minting/mint-bonus-packs.md)
- [What's Next?](https://docs.netvrk.co/guides/netvrk-nft-minting/whats-next.md)
- [3D Asset Creation](https://docs.netvrk.co/guides/3d-asset-creation.md): The recommended polygon count and more necessary rules for NetVRk’s Metaverse + VR/AR Artist!
- [Avatar Creation Files](https://docs.netvrk.co/guides/3d-asset-creation/avatar-creation-files.md): NetVRk Guides for Character Creation
- [Poly Count](https://docs.netvrk.co/guides/3d-asset-creation/poly-count.md)
- [World Size](https://docs.netvrk.co/guides/3d-asset-creation/world-size.md)
- [Poly Normals Angle](https://docs.netvrk.co/guides/3d-asset-creation/poly-normals-angle.md)
- [Poly UV Map](https://docs.netvrk.co/guides/3d-asset-creation/poly-uv-map.md)
- [Materials](https://docs.netvrk.co/guides/3d-asset-creation/materials.md)
- [Texture Resolution](https://docs.netvrk.co/guides/3d-asset-creation/texture-resolution.md)
- [Prefix Name](https://docs.netvrk.co/guides/3d-asset-creation/prefix-name.md)
- [Integration](https://docs.netvrk.co/guides/integration.md): A summary of integrating projects into the NetVRk Metaverse


---

# 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://docs.netvrk.co/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.
