# For Developers

- [Wallet Connection](https://guides.fungies.io/for-developers/wallet-connection.md)
- [Creating or importing collections](https://guides.fungies.io/for-developers/creating-or-importing-collections.md)
- [List of collections](https://guides.fungies.io/for-developers/creating-or-importing-collections/list-of-collections.md)
- [Collection details](https://guides.fungies.io/for-developers/creating-or-importing-collections/collection-details.md)
- [Creating your NFT's](https://guides.fungies.io/for-developers/creating-your-nfts.md)
- [List of NFT's](https://guides.fungies.io/for-developers/creating-your-nfts/list-of-nfts.md)
- [NFT Details](https://guides.fungies.io/for-developers/creating-your-nfts/nft-details.md)
- [Types of NFT sales](https://guides.fungies.io/for-developers/types-of-nft-sales.md)
- [Choice of EVM chain](https://guides.fungies.io/for-developers/choice-of-evm-chain.md)
- [Choosing default cryptocurrency](https://guides.fungies.io/for-developers/choosing-default-cryptocurrency.md)
- [Managing end-users](https://guides.fungies.io/for-developers/managing-end-users.md)
- [Customization options](https://guides.fungies.io/for-developers/customization-options.md)
- [Hero Banner](https://guides.fungies.io/for-developers/customization-options/hero-banner.md)
- [Landing View or Homepage](https://guides.fungies.io/for-developers/customization-options/landing-view-or-homepage.md)
- [Footer](https://guides.fungies.io/for-developers/customization-options/footer.md)
- [Announcements](https://guides.fungies.io/for-developers/customization-options/announcements.md)
- [Tags as categories](https://guides.fungies.io/for-developers/tags-as-categories.md)
- [Transactions History](https://guides.fungies.io/for-developers/transactions-history.md)
- [Publishing the store or marketplace](https://guides.fungies.io/for-developers/publishing-the-store-or-marketplace.md)
- [Multi-vendor marketplace](https://guides.fungies.io/for-developers/multi-vendor-marketplace.md)
- [Pricing](https://guides.fungies.io/for-developers/pricing.md)


---

# 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://guides.fungies.io/for-developers.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.
