# Notes

- [#1 - A Starter Kit for New Solana Developer](https://solmeet.gen3.network/notes/solana-starter-kit.md)
- [#2 - Introduction to Anchor](https://solmeet.gen3.network/notes/intro-to-anchor.md)
- [#3 - A Complete Guide to Mint Solana NFTs with Metaplex](https://solmeet.gen3.network/notes/complete-guide-to-mint-solana-nft.md)
- [#4 - BUIDL a Swap UI on Solana](https://solmeet.gen3.network/notes/buidl-swap-ui.md)
- [#5 - BUIDL an Auto-compounding Bot on Saber](https://solmeet.gen3.network/notes/buidl-auto-compounding-bot.md)
- [#6 - A Starter Kit for Running Solana Validator](https://solmeet.gen3.network/notes/validator-starter-kit.md)
- [#7 - A Complete Guide to Create a NFT DAO on Solana](https://solmeet.gen3.network/notes/complete-guide-to-create-nft-dao.md)
- [#8 - Deep Dive into Anchor by Implementing Token Management Program](https://solmeet.gen3.network/notes/anchor-token-management.md)
- [#9 - Walk Through Solana SDK Design](https://solmeet.gen3.network/notes/walk-through-solana-sdk-design.md)
- [#10 - Walk Through NFT Breeding Tokenomic and Program Design](https://solmeet.gen3.network/notes/walk-through-nft-breeding.md)
- [#11 - BUIDL an Orderbook-based DEX on Solana in 2 hours](https://solmeet.gen3.network/notes/buidl-orderbook-based-dex.md)
- [#12 - A Complete Guide to Build a Simple Aggregator with Universal Rabbit Hole](https://solmeet.gen3.network/notes/complete-guide-to-buidl-with-urh.md)
- [#13 - Solana Pay in Practice: The Challenge and Solution](https://solmeet.gen3.network/notes/solana-pay-in-practice.md)
- [#14 - A Complete Guide to Implement an Adapter on Universal Rabbit Hole](https://solmeet.gen3.network/notes/complete-guide-to-implement-adapter-on-urh.md)
- [#15 - A Complete Guide to Mint Solana NFTs through a Mobile App (Android)](https://solmeet.gen3.network/notes/complete-guide-to-mint-solana-nft-on-mobile.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://solmeet.gen3.network/notes.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.
