diff --git a/docs/static/img/datasource-reference/gcs/list-bucket-query.png b/docs/static/img/datasource-reference/gcs/list-bucket-query.png
new file mode 100644
index 0000000000..7e93b3db97
Binary files /dev/null and b/docs/static/img/datasource-reference/gcs/list-bucket-query.png differ
diff --git a/docs/static/img/datasource-reference/gcs/list-files-query.png b/docs/static/img/datasource-reference/gcs/list-files-query.png
new file mode 100644
index 0000000000..c9f924c385
Binary files /dev/null and b/docs/static/img/datasource-reference/gcs/list-files-query.png differ
diff --git a/docs/static/img/datasource-reference/gcs/listops.png b/docs/static/img/datasource-reference/gcs/listops.png
new file mode 100644
index 0000000000..57acc74e15
Binary files /dev/null and b/docs/static/img/datasource-reference/gcs/listops.png differ
diff --git a/docs/static/img/datasource-reference/gcs/read-query.png b/docs/static/img/datasource-reference/gcs/read-query.png
new file mode 100644
index 0000000000..2128545005
Binary files /dev/null and b/docs/static/img/datasource-reference/gcs/read-query.png differ
diff --git a/docs/static/img/datasource-reference/gcs/signed-download-query.png b/docs/static/img/datasource-reference/gcs/signed-download-query.png
new file mode 100644
index 0000000000..c56433c455
Binary files /dev/null and b/docs/static/img/datasource-reference/gcs/signed-download-query.png differ
diff --git a/docs/static/img/datasource-reference/gcs/signed-upload-query.png b/docs/static/img/datasource-reference/gcs/signed-upload-query.png
new file mode 100644
index 0000000000..a84ed1af24
Binary files /dev/null and b/docs/static/img/datasource-reference/gcs/signed-upload-query.png differ
diff --git a/docs/static/img/datasource-reference/gcs/upload-query.png b/docs/static/img/datasource-reference/gcs/upload-query.png
new file mode 100644
index 0000000000..7642168562
Binary files /dev/null and b/docs/static/img/datasource-reference/gcs/upload-query.png differ
diff --git a/docs/versioned_docs/version-3.16.0-LTS/data-sources/gcs.md b/docs/versioned_docs/version-3.16.0-LTS/data-sources/gcs.md
index 82dbfd5e62..c8bd6b00f2 100644
--- a/docs/versioned_docs/version-3.16.0-LTS/data-sources/gcs.md
+++ b/docs/versioned_docs/version-3.16.0-LTS/data-sources/gcs.md
@@ -17,7 +17,7 @@ ToolJet requires the following to connect to a GCS datasource:
You can follow the [google documentation](https://cloud.google.com/docs/authentication/getting-started) to get started.
-
+
@@ -43,7 +43,7 @@ Query results can be transformed using transformations. Read our transformations
- **[Signed url for download](#signed-url-for-download)**
- **[Signed url for upload](#signed-url-for-upload)**
-
+
### Read File
@@ -54,7 +54,7 @@ Reads the content of a file from GCS.
- **Bucket**
- **File Name**
-
+
### Uplodad File
@@ -71,13 +71,21 @@ Uploads a file to GCS.
- **Content Type**
- **Encoding**
-
+
+
+#### Example:
+
+```yaml
+{
+ 'name' : 'Shruthi Jotsna'
+}
+```
### List Buckets
Retrieves a list of available buckets.
-
+
### List Files in a Bucket
@@ -91,7 +99,7 @@ Lists files within a specific GCS bucket.
- **Prefix**
-
+
### Signed URL for Download
@@ -106,7 +114,7 @@ Generates a signed URL for downloading a file.
- **Expires in**
-
+
### Signed URL for Upload
@@ -122,6 +130,6 @@ Generates a signed URL for uploading a file.
- **Expires in**
- **Content Type**
-
+