# Dev Guides

- [Solana](https://docs.shyft.to/dev-guides/solana.md): Follow along with our episodic Solana guide, where we take you on a step-by-step journey to create web3 projects with Shyft.
- [Fungible Tokens](https://docs.shyft.to/dev-guides/solana/fungible-tokens.md)
- [How to get token balances?](https://docs.shyft.to/dev-guides/solana/fungible-tokens/how-to-get-token-balances.md): In this sample project tutorial, we will see how we can use SHYFT APIs to list all fungible tokens from our wallet and also get the details of one particular token
- [Build NFT Marketplace](https://docs.shyft.to/dev-guides/solana/build-nft-marketplace.md): Launch an in-app marketplace very easily with Shyft APIs.
- [Build your first NFT marketplace](https://docs.shyft.to/dev-guides/solana/build-nft-marketplace/build-your-first-nft-marketplace.md): This is about NFT marketplaces and how you can build them with SHYFT Marketplace APIs
- [List and buy NFTs in the marketplace](https://docs.shyft.to/dev-guides/solana/build-nft-marketplace/list-and-buy-nfts-in-the-marketplace.md): Buy and Sell NFTs in your marketplace with Shyf
- [Marketplace Stats, Treasury, and other tasks](https://docs.shyft.to/dev-guides/solana/build-nft-marketplace/marketplace-stats-treasury-and-other-tasks.md): Get marketplace stats, check and withdraw treasury balance.
- [NFTs](https://docs.shyft.to/dev-guides/solana/nfts.md): Tutorials and example guides around NFTs
- [Create NFTs from the backend on Solana](https://docs.shyft.to/dev-guides/solana/nfts/create-nfts-from-the-backend-on-solana.md): Creating NFTs from the backend on Solana using SHYFT APIs
- [Transactions](https://docs.shyft.to/dev-guides/solana/transactions.md)
- [How to sign Transactions using multiple signers on Solana](https://docs.shyft.to/dev-guides/solana/transactions/how-to-sign-transactions-using-multiple-signers-on-solana.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://docs.shyft.to/dev-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.
