# Developer

- [Setup](https://docs.rawrshak.io/tutorials/developer/setup.md)
- [Arweave Wallet](https://docs.rawrshak.io/tutorials/developer/setup/arweave-wallet.md)
- [ArDrive Account](https://docs.rawrshak.io/tutorials/developer/setup/arweave-wallet/ardrive-account.md)
- [Pinata](https://docs.rawrshak.io/tutorials/developer/setup/pinata.md)
- [Unity](https://docs.rawrshak.io/tutorials/developer/setup/unity.md)
- [Demo](https://docs.rawrshak.io/tutorials/developer/demo.md)
- [Unity](https://docs.rawrshak.io/tutorials/developer/unity.md)
- [Loading the Rawrshak Tools](https://docs.rawrshak.io/tutorials/developer/unity/loading-the-rawrshak-tools.md)
- [Loading the Rawrshak SDK](https://docs.rawrshak.io/tutorials/developer/unity/loading-the-rawrshak-sdk.md)
- [3D Static Object In-game Framework](https://docs.rawrshak.io/tutorials/developer/unity/3d-static-object-in-game-framework.md)
- [Packaging an Asset](https://docs.rawrshak.io/tutorials/developer/unity/packaging-an-asset.md)
- [Static 3D Object Asset](https://docs.rawrshak.io/tutorials/developer/unity/packaging-an-asset/static-3d-object-asset.md)
- [Audio Asset](https://docs.rawrshak.io/tutorials/developer/unity/packaging-an-asset/audio-asset.md)
- [Custom Subgraph Query](https://docs.rawrshak.io/tutorials/developer/unity/custom-subgraph-query.md)
- [Prefabs](https://docs.rawrshak.io/tutorials/developer/unity/prefabs.md)
- [Wallet](https://docs.rawrshak.io/tutorials/developer/unity/prefabs/wallet.md)
- [Subgraph](https://docs.rawrshak.io/tutorials/developer/unity/prefabs/subgraph.md)
- [Ethereum Blockchain Query](https://docs.rawrshak.io/tutorials/developer/unity/prefabs/ethereum-blockchain-query.md)
- [Rawrshak Asset](https://docs.rawrshak.io/tutorials/developer/unity/prefabs/rawrshak-asset.md)
- [Rawrshak Dapp](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp.md)
- [Deploy a Content Contract](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/deploy-a-content-contract.md)
- [Upload Data to Arweave](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/upload-data-to-arweave.md)
- [Deploying a Meta Asset](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/deploying-a-meta-asset.md)
- [Image Meta Asset](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/deploying-a-meta-asset/image-meta-asset.md)
- [Audio Meta Asset](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/deploying-a-meta-asset/audio-meta-asset.md)
- [Static 3D Object Meta Asset](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/deploying-a-meta-asset/static-3d-object-meta-asset.md)
- [Updating a Meta Asset's Metadata](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/updating-a-meta-assets-metadata.md)
- [Minting a Meta Asset](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/minting-a-meta-asset.md)
- [Selling a Meta Asset](https://docs.rawrshak.io/tutorials/developer/rawrshak-dapp/selling-a-meta-asset.md)
- [Custom Subgraphs](https://docs.rawrshak.io/tutorials/developer/custom-subgraphs.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.rawrshak.io/tutorials/developer.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.
