# Organization, Project & Contracts

Within VORJ we have the concept of an organization, project and contract. Combined these represent a hierarchy to help to organize you work.

## Organization

{% hint style="info" %}
An Owner of an organization cannot join another organization. So if you want to be part of multiple organizations you will need to use separate email accounts. Alternatively, an Owner can delete their account and transfer ownership to another member of the organization they are leaving.
{% endhint %}

An organization is where you can collaborate with team members on projects.

## Project

{% hint style="info" %}
Each project is configured to be on either testnet or mainnet. The smart contracts within a project inherit the network from the project. Once set the network cannot be changed.
{% endhint %}

A project is where you and your team can create and group smart contracts into logical collections.&#x20;

## Contracts

{% hint style="info" %}
A smart contract inherits the network from the project that it exists within. Smart contract cannot be moved from project to project.
{% endhint %}

A contract refers to smart contract. Currently, from the frontend we offer, the capability to create ERC-20 or ERC-721 smart contracts.


---

# 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/organization-project-and-contracts.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.
