We can ignore the name part (Guide), as we only need the right section of the code for our purpose. This code obviously not legible, so for our sake we can decode it by using an online decoder[www.base64decode.org] or any method which can decode from base64 -> utf-8, I personally use Python's base64 [docs.python.org]library.