# A Little Fun

We believe all work and no play makes you a dull boy (or girl!).  You'll notice the interactive shell has a handful of quotes and tips that show up when the shell starts.  If you have ideas or suggestions for new ones, please send pull requests or let us know.

## ASCII Art Stereograms

If you remember the "*Magic Eye"* books from your childhood, you'll be pleased to know CommandBox has an ASCII Art Stereogram for every day of the month.  You'll find it hiding inside the `info` command.  The image will change every day at midnight.

```
    _( )          _( )         _( )          _( )        _( )
  _( )  )_      _( )  )_     _( )  )_      _( )  )_    _( )  )_
 (____(___)    (____(___)   (____(___)    (____(___)  (____(___)


   /\          /\           /\          /\         /\
  /  \  /\    /  \  /\     /  \  /\    /  \  /\   /  \  /\
 /    \/  \  /    \/  \   /    \/  \  /    \/  \ /    \/  \
           \/          \ /          \/          /          \/
   ..        ..        ..         ..        ..         ..
"        "         "        "         "         "        "
    *       *        *       *        *       *       *       *
  @     @      @     @      @      @     @      @     @     @
 \|/   \|/    \|/   \|/    \|/    \|/   \|/    \|/   \|/   \|/
```

If you're not familiar with how to view these, you want to "diverge" your eyes.  This is what happens when you look at something far away and it's the opposite of crossing your eyes.  Start with your face closer to the monitor and looking square on.  Relax your vision and look past the monitor until the image starts to overlap itself (that's your eyes diverging) until the repeated elements match up again (like the clouds above).  Different parts of the image will appear to be different distances away from you. &#x20;

If you can't see it right away, don't worry.  Practice makes perfect and the more you do it, the easier it is.  You'll get the hang of it, we promise!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://commandbox.ortusbooks.com/5.6.0/usage/a-little-fun.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
