diff --git a/webui/assets/main.js b/webui/assets/main.js
index 41efd6df2..7532075ce 100644
--- a/webui/assets/main.js
+++ b/webui/assets/main.js
@@ -101,6 +101,8 @@ class REPL {
result_class = "result-error"
if(output_json['error'] == 'database not found') { // TODO db->index
output_string = `Error: index not found
+
+ Just getting started? Try this:
$ curl -XPOST "http://127.0.0.1:10101/db/test" -d '{"options": {"columnLabel": "col"}}' # create a database
$ curl -XPOST "http://127.0.0.1:10101/db/test/frame/foo" -d '{"options": {"rowLabel": "row"}}' # create a frame
SetBit(row=0, col=0, frame=foo) # Use PQL to set a bit