> For the complete documentation index, see [llms.txt](https://docs.zirkul.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zirkul.com/zirkul-agent/command-reference/help.md).

# Help

Command:&#x20;

`? | help`

Location based help syntax:

```bash
zirkul#?
Zirkul Command line Interface
=============================
Commands reference:
===================
Global commands:
================
 => ? | help                                      # Help: Display this message
 => cls | clear                                   # Clear screen: Clear the screen
 => var <var_name> = <value>                      # Variable: Store or update a variable
 => vars                                          # List Variables: List current variables
 => print | echo | > <message>                    # Print message: Display a message in the screen
 => -                                             # Exit mode: Exit from configuration mode
 => scan <id>                                     # Load scan: Load scan in Zirkul server
 => date                                          # date: Return the current date
 => now                                           # now: Return the current date including time and milliseconds
 => utcnow                                        # utcnow: Same as "now" returning the date in UTC time
 => day                                           # day: Return the current day (number)
 => month                                         # month: Return the current month (number)
 => year                                          # year: Return the current year (number)
 => hour                                          # hour: Return the current hour (number)
 => minute                                        # minute: Return the current minute (number)
 => second                                        # second: Return the current second (number)
 
 ....
```

Command help syntax:

```bash
zirkul#cls ?
Clear screen: Clear the screen
==============================
Usage: cls | clear

```
