diff --git a/challenges/01-front-end-development-certification/basic-ziplines.json b/challenges/01-front-end-development-certification/basic-ziplines.json
index 98c2694126..05d03fb5a8 100644
--- a/challenges/01-front-end-development-certification/basic-ziplines.json
+++ b/challenges/01-front-end-development-certification/basic-ziplines.json
@@ -43,6 +43,12 @@
"A gif showing the process of adding Bootstrap to your pen.",
"Click the gear in the upper left hand corner of the CSS box, then scroll down to \"Quick add\" and choose Bootstrap. Now give your h1
element the class of text-primary
to change its color and prove that Bootstrap is now available.",
""
+ ],
+ [
+ "//i.imgur.com/m0pWik2.gif",
+ "A gif showing the process of turning off auto update preview",
+ "When using CodePen and Ajax, it is a good idea to turn off automatic preview updating so API calls are not made too often. Too many API calls can sometimes lead to temporary blockages, and may require waiting periods before they can be used again.