# Tutorials

- [How to create an account on VORJ](https://docs.vorj.app/tutorials/how-to-create-an-account-on-vorj.md): A tutorial on how to create an account on VORJ.
- [Create an organization and project space](https://docs.vorj.app/tutorials/create-an-organization-and-project-space.md): A tutorial on how to create an organization and project space with VORJ.
- [Create, deploy & mint a fungible token](https://docs.vorj.app/tutorials/create-deploy-and-mint-a-fungible-token.md): A step-by-step tutorial on how to create, deploy and mint a ERC-20 fungible token with VORJ.
- [Fungible token utility](https://docs.vorj.app/tutorials/fungible-token-utility.md)
- [How to list your fungible token on the official token registry](https://docs.vorj.app/tutorials/fungible-token-utility/how-to-list-your-fungible-token-on-the-official-token-registry.md): Get your fungible token on the approved token list.
- [How to manually add your token in the VeWorld wallet](https://docs.vorj.app/tutorials/fungible-token-utility/how-to-manually-add-your-token-in-the-veworld-wallet.md): A step-by-step tutorial on how to manually add your newly created VORJ fungible token into your VeWorld wallet.
- [How to create a liquidity pool for your fungible token](https://docs.vorj.app/tutorials/fungible-token-utility/how-to-create-a-liquidity-pool-for-your-fungible-token.md): A step-by-step guide on how to list and set liquidity for your fungible token.
- [Create, deploy & mint a non-fungible token (NFT)](https://docs.vorj.app/tutorials/create-deploy-and-mint-a-non-fungible-token-nft.md): A step-by-step tutorial on how to create, deploy and mint a ERC-721 NFT with VORJ.
- [NFT utility](https://docs.vorj.app/tutorials/nft-utility.md)
- [How to list your NFT on the official token registry](https://docs.vorj.app/tutorials/nft-utility/how-to-list-your-nft-on-the-official-token-registry.md): Get your NFT on the official NFT token list.
- [How to list your NFT on WoV](https://docs.vorj.app/tutorials/nft-utility/how-to-list-your-nft-on-wov.md): List your NFT collection directly from VORJ on the WoV marketplace.


---

# 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.vorj.app/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.
