# VORJ

## VORJ

- [Welcome to VORJ](https://docs.vorj.app/welcome-to-vorj.md): vorj.app, for the builders, innovators and artists
- [VORJ Smart Contracts](https://docs.vorj.app/welcome-to-vorj/vorj-smart-contracts.md): Secure and battle tested smart contracts from OpenZeppelin on VeChain, through VORJ.
- [Indexer](https://docs.vorj.app/welcome-to-vorj/indexer.md): API endpoints to give you all the information you need to get building.
- [Transaction Executor](https://docs.vorj.app/welcome-to-vorj/transaction-executor.md): Make that transaction happen.
- [Contract Deployer](https://docs.vorj.app/welcome-to-vorj/contract-deployer.md)
- [Roles & Permissions](https://docs.vorj.app/welcome-to-vorj/roles-and-permissions.md): Segregation of duties through roles and permissions.
- [Organization, Project & Contracts](https://docs.vorj.app/welcome-to-vorj/organization-project-and-contracts.md): A hierarchy to help organize your work.
- [Plans, Resources and Usage](https://docs.vorj.app/welcome-to-vorj/plans-resources-and-usage.md): The inner workings of VORJ.
- [NFT Creation Flows](https://docs.vorj.app/welcome-to-vorj/nft-creation-flows.md): VORJ offers three distinct NFT creation flows.
- [Guides](https://docs.vorj.app/guides.md): A set of user guides to help you start your journey with VORJ
- [Video Guides](https://docs.vorj.app/guides/video-guides.md)
- [Written Guides](https://docs.vorj.app/guides/written-guides.md)
- [Backend User Guide](https://docs.vorj.app/guides/written-guides/backend-user-guide.md): A backend user guide for the VORJ beta release
- [Frontend User Guide](https://docs.vorj.app/guides/written-guides/frontend-user-guide.md): A frontend user guide for the VORJ beta release
- [API Pagination](https://docs.vorj.app/guides/api-pagination.md): Some guidance and instructions on how pagination is implemented on the VORJ API.
- [Tutorials](https://docs.vorj.app/tutorials.md)
- [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.
- [Changelog](https://docs.vorj.app/changelog.md): A record of all the notable changes made to VORJ.
- [The Legal Bits](https://docs.vorj.app/the-legal-bits.md)
- [FAQ](https://docs.vorj.app/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.vorj.app/welcome-to-vorj.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.
