# Welcome to VORJ

## What is VORJ?

VORJ is a no code Web3 as a service platform based on the VeChainThor blockchain. VORJ removes the technical barriers to creating digital property. VORJ simplifies the smart contract creation process through a beautifully designed, simple to use and user friendly interface.

{% hint style="warning" %}
VORJ is not intended and has not been optimized for mobile device usage.
{% endhint %}

## How to access VORJ?

Use the URL [vorj.app](https://vorj.app) to access the VORJ frontend and access the API at <https://api.vorj.app/main/v2/docs>. VORJ is built to be intuitive for the user, feel free to explore VORJ but if you want a user guide refer to [this section](https://docs.vorj.app/guides) of the documents.

## VORJ origins?

The word VORJ is derived from the American phonetic spelling of forge; to make or shape an object by heating it in a fire and hammering it.

Support is available at <support@vorj.app>

{% hint style="warning" %}

#### Warning: VORJ is currently beta

* This API is not meant for production use, currently beta.
* You, the user, accept all responsibility for the use of the VORJ API.
* Through the use of the API you are agreeing to the [terms of service](https://docs.vorj.app/the-legal-bits) and [privacy policy](https://docs.vorj.app/the-legal-bits) of VORJ.
* The VeChain Foundation San Marino nor any other entity associated with VeChain nor VORJ accept any responsibility associated with the use of VORJ.
* All smart contracts created and deployed through VORJ are done so through the VORJ deployment wallet and thus these smart contracts are owned and controlled by VORJ, unless they are transferred by the user to another wallet.
* The digital assets, either fungible or non-fungible, that are created as part of the smart contracts are minted into your own self-custody wallet, through the provided API endpoints, and thus the digital assets are owned and controlled by the private key holder of that wallet.
  {% endhint %}

## Offerings

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>VORJ Smart Contracts</td><td></td><td><a href="welcome-to-vorj/vorj-smart-contracts">vorj-smart-contracts</a></td></tr><tr><td></td><td>Indexer</td><td></td><td><a href="welcome-to-vorj/indexer">indexer</a></td></tr><tr><td></td><td>Transaction Executor</td><td></td><td><a href="welcome-to-vorj/transaction-executor">transaction-executor</a></td></tr><tr><td></td><td>Contract Deployer</td><td></td><td><a href="welcome-to-vorj/contract-deployer">contract-deployer</a></td></tr></tbody></table>


---

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