diff --git a/.gitbook/assets/Screenshot 2023-06-15 at 15.56.34.png b/.gitbook/assets/Screenshot 2023-06-15 at 15.56.34.png
new file mode 100644
index 00000000..2b937b34
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-15 at 15.56.34.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 07.50.27.png b/.gitbook/assets/Screenshot 2023-06-16 at 07.50.27.png
new file mode 100644
index 00000000..e42698b7
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 07.50.27.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 07.51.14.png b/.gitbook/assets/Screenshot 2023-06-16 at 07.51.14.png
new file mode 100644
index 00000000..6feb1f77
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 07.51.14.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 07.52.04.png b/.gitbook/assets/Screenshot 2023-06-16 at 07.52.04.png
new file mode 100644
index 00000000..62931ff0
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 07.52.04.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 07.54.29.png b/.gitbook/assets/Screenshot 2023-06-16 at 07.54.29.png
new file mode 100644
index 00000000..fbbeb05a
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 07.54.29.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 07.56.01.png b/.gitbook/assets/Screenshot 2023-06-16 at 07.56.01.png
new file mode 100644
index 00000000..7c7b728c
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 07.56.01.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 07.58.20.png b/.gitbook/assets/Screenshot 2023-06-16 at 07.58.20.png
new file mode 100644
index 00000000..6ba9d12e
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 07.58.20.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 07.59.38.png b/.gitbook/assets/Screenshot 2023-06-16 at 07.59.38.png
new file mode 100644
index 00000000..f2215469
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 07.59.38.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 08.02.25.png b/.gitbook/assets/Screenshot 2023-06-16 at 08.02.25.png
new file mode 100644
index 00000000..bbc86bb3
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 08.02.25.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 08.05.41.png b/.gitbook/assets/Screenshot 2023-06-16 at 08.05.41.png
new file mode 100644
index 00000000..39af555d
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 08.05.41.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-16 at 08.08.12.png b/.gitbook/assets/Screenshot 2023-06-16 at 08.08.12.png
new file mode 100644
index 00000000..b2545bba
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-16 at 08.08.12.png differ
diff --git a/.gitbook/assets/upload-files-button.webp b/.gitbook/assets/upload-files-button.webp
new file mode 100644
index 00000000..a3030c41
Binary files /dev/null and b/.gitbook/assets/upload-files-button.webp differ
diff --git a/SUMMARY.md b/SUMMARY.md
index 33fd50fe..4c1c0927 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -25,6 +25,7 @@
* [AWS](user-guides/asset-hosting/aws.md)
* [Azure Cloud](user-guides/asset-hosting/azure-cloud.md)
* [Google Storage](user-guides/asset-hosting/google-storage.md)
+ * [Github](user-guides/asset-hosting/github.md)
* [Join a Data Challenge](user-guides/join-a-data-challenge.md)
* [Sponsor a Data Challenge](user-guides/sponsor-a-data-challenge.md)
* [Get Started Data Farming](user-guides/get-started-df.md)
diff --git a/user-guides/asset-hosting/github.md b/user-guides/asset-hosting/github.md
new file mode 100644
index 00000000..0e45db37
--- /dev/null
+++ b/user-guides/asset-hosting/github.md
@@ -0,0 +1,56 @@
+---
+description: How to use Github hosting for your NFT assets
+---
+
+# Github
+
+**Github**
+
+GitHub can be used to host and share files. This allows you to easily share and collaborate on files, track changes using commits, and keep a history of updates. GitHub's hosting capabilities enable you make your content accessible on the web.
+
+**Prerequisite**
+
+Create an account on [Github](https://github.com/). Users might also be asked to provide details and billing addresses that are out of this tutorial's scope.
+
+**Step 1 - Create a new repository on GitHub or navigate to an existing repository where you want to host your files.**
+
+
+
+**Fill in the details. Make sure your Repo is publicly accessible**
+
+
+
+**Step 2 - Upload a file**
+
+**Go to your Repo in Github and above the list of files, select the Add file dropdown menu and click Upload files. Alternatively you can use version control to push your file to the Repo.**
+
+
+
+**To select the files you want to upload, drag and drop the file or folder, or click choose your files.**
+
+
+
+**In the "Commit message" field, type a short, meaningful commit message that describes the change you made to the file. You can attribute the commit to more than one author in the commit message.**
+
+
+
+**Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is the default branch, you should choose to create a new branch for your commit and then create a pull request.**
+
+
+
+**Step 3 - Get the Raw version of your file**
+
+**To use your file on the Market you need to use the raw url of the asset. Also, make sure your Repo is publicly accessible to allow the market to use that file.**
+
+**Open the File and click on "Raw"**
+
+
+
+
+
+**Step 4 - Publish the asset using the Raw link**
+
+Now, copy and paste the link into the Publish page in the Ocean Marketplace.
+
+
+
diff --git a/user-guides/asset-hosting/google-storage.md b/user-guides/asset-hosting/google-storage.md
index ea102507..b386c387 100644
--- a/user-guides/asset-hosting/google-storage.md
+++ b/user-guides/asset-hosting/google-storage.md
@@ -30,7 +30,7 @@ In the Google Cloud console, go to the Cloud Storage Buckets page
**Allow public access to your recently created Bucket**
-
+
**Step 2 - Upload a file**