# Zirkul Agent

- [Running the Agent](/zirkul-agent/running-the-agent.md)
- [Command Line Interface](/zirkul-agent/running-the-agent/command-line-interface.md)
- [Command reference](/zirkul-agent/command-reference.md): Here you will find the list of commands available in Zirkul Agent, any command can be used in your CICD Jobs.
- [Help](/zirkul-agent/command-reference/help.md): Get help on how to use any command or option based on the location you're currently on.
- [Clear](/zirkul-agent/command-reference/clear.md): Clear the terminal screen.
- [Var](/zirkul-agent/command-reference/var.md): Defines temporary local variables.
- [Vars](/zirkul-agent/command-reference/vars.md): Print the list of defined variables.
- [Print](/zirkul-agent/command-reference/print.md): Print values in the terminal.
- [Date](/zirkul-agent/command-reference/date.md): Return the current date
- [Now](/zirkul-agent/command-reference/now.md): Return the current date and time
- [UTCNow](/zirkul-agent/command-reference/utcnow.md): Return the current date and time
- [Day](/zirkul-agent/command-reference/day.md): Return the current day in numeric value
- [Month](/zirkul-agent/command-reference/month.md): Return the current month in numeric value
- [Year](/zirkul-agent/command-reference/year.md): Return the current year in numeric value
- [Hour](/zirkul-agent/command-reference/hour.md): Return the current hour in numeric value (24 hours format)
- [Minute](/zirkul-agent/command-reference/minute.md): Return the current minute in numeric value
- [Second](/zirkul-agent/command-reference/second.md): Return the current second in numeric value
- [Env](/zirkul-agent/command-reference/env.md): Return the value for  the environment variable name given
- [Is base64](/zirkul-agent/command-reference/is-base64.md): Return True or False if the value provided is encoded in Base64
- [To base64](/zirkul-agent/command-reference/to-base64.md): Return the value provided encoded with Base64
- [From base64](/zirkul-agent/command-reference/from-base64.md): Return the clear text value decoded from the Base64 value provided
- [Scanner signatures](/zirkul-agent/scanner-signatures.md): Zirkul Agent automatically downloads vulnerability detection rules from the official server, however, the community can also help by creating their own rules and sharing them with other users.
