This page demonstrates how to create a simple object.
# Requirements of an Object
Let’s assume that we needed to have an entity "Gender," which will have the following properties:
Code
Description
## Create the Object "Gender"
Open your VS Code and go to your workspace. Select "New Object" and give it the name "Gender." _note: by default the object is version 1.0.0_


## Add Properties
Save and check the Terminal of VS Code for the compiling information if there are any error.

The next step will show how to add a Catalog to this object.