diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md
index 1fc98ffe8..c1b062c29 100644
--- a/docs/GETTING_STARTED.md
+++ b/docs/GETTING_STARTED.md
@@ -83,6 +83,17 @@ This is the syntax that describes an optional parameter:
If an input is omitted, the default value of `5` will be passed to the function.
+
+
+### **Show Options passing Value**
+
+```js
+ * @param {{status : "active" | "inactive" | "inprocess"}}
+```
+
+
+
+
## What `documentation` does, so you don't have to
`documentation` does some minor magic to auto-generate documentation. Unless
diff --git a/screenshorts/show options.jpg b/screenshorts/show options.jpg
new file mode 100644
index 000000000..cca24e34b
Binary files /dev/null and b/screenshorts/show options.jpg differ