diff --git a/pages/gui-reference/databases/create-table-fields/index.md b/pages/gui-reference/databases/create-table-fields/index.mdx
similarity index 82%
rename from pages/gui-reference/databases/create-table-fields/index.md
rename to pages/gui-reference/databases/create-table-fields/index.mdx
index c493fab..245a096 100644
--- a/pages/gui-reference/databases/create-table-fields/index.md
+++ b/pages/gui-reference/databases/create-table-fields/index.mdx
@@ -5,6 +5,8 @@ page_title: Create Table Fields
page_description: Learn how to create fields/columns in your tables
---
+import DocsImg from "@/src/components/twui/layout/DocsImg";
+
## Create Database Table Fields
Fields (or Columns) define the structure of your SQL tables. Datasquirel Helps you define these structures and even extend them.
@@ -36,3 +38,9 @@ Fields (or Columns) define the structure of your SQL tables. Datasquirel Helps y
}
}
```
+
+
diff --git a/pages/gui-reference/getting-started/index.mdx b/pages/gui-reference/getting-started/index.mdx
new file mode 100644
index 0000000..92d05fc
--- /dev/null
+++ b/pages/gui-reference/getting-started/index.mdx
@@ -0,0 +1,43 @@
+---
+title: Getting Started | GUI Reference | Datasquirel docs
+description: Get started with Datasquirel
+page_title: Create Table Fields
+page_description: Learn how to create fields/columns in your tables
+---
+
+import Border from "@/src/components/twui/elements/Border";
+import DocsImg from "@/src/components/twui/layout/DocsImg";
+
+## Datasquirel.com
+
+Creating an account on datasquirel.com is simple. Just navigate to the [account page](/signup) and login with Google or enter your account details to create an account.
+
+
+
+## Self Hosted
+
+Creating an account for self hosted instances can only be done by the `super admin` user. This user is created during the initial setup of the instance. And every other user is created by the `super admin` user.
+
+### Creating The Super Admin User
+
+When a self hosted instance is first created, you're directed to the `super admin` user creation page. Fill in the required fields to create the `super admin` user. This user has all privileges and can create other users. This user is created only once, and cannot be deleted. Learn more about [`super admin` users](/gui-reference/super-admin-user).
+
+
+
+### Creating Other Users
+
+To create other users, navigate to the Super Admin [users page](/admin/su/users) and click on the `Add User` button. Fill in the required fields to create the user.
+
+