# Tutorials

- [Deploying HRC20](https://docs.harmony.one/home/developers/tutorials/deploying-hrc20.md): This tutorial will take you though creating your own HRC20 token. HRC20 is nothing but an ERC20 token deployed on Harmony.
- [Deploying HRC721/NFT](https://docs.harmony.one/home/developers/tutorials/deploying-hrc721-nft.md): This tutorial will take you through creating your own HRC721 or NFT. HRC721 is nothing but ERC721 deployed on Harmony.
- [The Graph - Subgraphs](https://docs.harmony.one/home/developers/tutorials/the-graph-subgraphs.md): This section will guide you through the deployment of subgraphs
- [Building & Deploying Subgraph (local node)](https://docs.harmony.one/home/developers/tutorials/the-graph-subgraphs/building-and-deploying-subgraph-local-node.md): This tutorial will demonstrate how to build a subgraph and deploy it locally
- [Using Band Oracle](https://docs.harmony.one/home/developers/tutorials/using-band-oracle.md)
- [Using Crosschain API](https://docs.harmony.one/home/developers/tutorials/using-crosschain-api.md)
- [Scripts](https://docs.harmony.one/home/developers/tutorials/using-crosschain-api/scripts.md)
- [Testing](https://docs.harmony.one/home/developers/tutorials/using-crosschain-api/testing.md)
- [Webserver](https://docs.harmony.one/home/developers/tutorials/using-crosschain-api/webserver.md)
- [Using Web3.py & Pyhmy](https://docs.harmony.one/home/developers/tutorials/using-web3.py-and-pyhmy.md)
- [Using IPFS & Filecoin](https://docs.harmony.one/home/developers/tutorials/ipfs-filecoin.md)
- [Using IPFS](https://docs.harmony.one/home/developers/tutorials/ipfs-filecoin/using-ipfs.md): This tutorial will show how to use IPFS on harmony blockchain
- [Using NFT.storage](https://docs.harmony.one/home/developers/tutorials/ipfs-filecoin/using-nftstorage.md): This tutorial will teach you how to use NFT.Storage to store NFTs on IPFS and Filecoin for the Harmony blockchain.
- [Indexing HRC20 with Envio](https://docs.harmony.one/home/developers/tutorials/indexing-hrc20-with-envio.md): This tutorial will take you through the process of indexing HRC20 token transfers on the Harmony using Envio.
- [Building a Simple Metaverse Contract](https://docs.harmony.one/home/developers/tutorials/simple-metaverse-contract-with-chainstack.md)
- [Building a Simple Bridge with Ethereum](https://docs.harmony.one/home/developers/tutorials/simple-bridge-with-ethereum.md)
- [Staking for Multisig](https://docs.harmony.one/home/developers/tutorials/staking-for-multisig.md): This documentation explains how to do staking via your multisig safe using https://multisig.harmony.one.


---

# 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.harmony.one/home/developers/tutorials.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.
