# 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

```


---

# 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://docs.zirkul.com/zirkul-agent/command-reference/help.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.
