> 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.md).

# Zirkul Agent

- [Running the Agent](https://docs.zirkul.com/zirkul-agent/running-the-agent.md)
- [Command Line Interface](https://docs.zirkul.com/zirkul-agent/running-the-agent/command-line-interface.md)
- [Command reference](https://docs.zirkul.com/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](https://docs.zirkul.com/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](https://docs.zirkul.com/zirkul-agent/command-reference/clear.md): Clear the terminal screen.
- [Var](https://docs.zirkul.com/zirkul-agent/command-reference/var.md): Defines temporary local variables.
- [Vars](https://docs.zirkul.com/zirkul-agent/command-reference/vars.md): Print the list of defined variables.
- [Print](https://docs.zirkul.com/zirkul-agent/command-reference/print.md): Print values in the terminal.
- [Date](https://docs.zirkul.com/zirkul-agent/command-reference/date.md): Return the current date
- [Now](https://docs.zirkul.com/zirkul-agent/command-reference/now.md): Return the current date and time
- [UTCNow](https://docs.zirkul.com/zirkul-agent/command-reference/utcnow.md): Return the current date and time
- [Day](https://docs.zirkul.com/zirkul-agent/command-reference/day.md): Return the current day in numeric value
- [Month](https://docs.zirkul.com/zirkul-agent/command-reference/month.md): Return the current month in numeric value
- [Year](https://docs.zirkul.com/zirkul-agent/command-reference/year.md): Return the current year in numeric value
- [Hour](https://docs.zirkul.com/zirkul-agent/command-reference/hour.md): Return the current hour in numeric value (24 hours format)
- [Minute](https://docs.zirkul.com/zirkul-agent/command-reference/minute.md): Return the current minute in numeric value
- [Second](https://docs.zirkul.com/zirkul-agent/command-reference/second.md): Return the current second in numeric value
- [Env](https://docs.zirkul.com/zirkul-agent/command-reference/env.md): Return the value for  the environment variable name given
- [Is base64](https://docs.zirkul.com/zirkul-agent/command-reference/is-base64.md): Return True or False if the value provided is encoded in Base64
- [To base64](https://docs.zirkul.com/zirkul-agent/command-reference/to-base64.md): Return the value provided encoded with Base64
- [From base64](https://docs.zirkul.com/zirkul-agent/command-reference/from-base64.md): Return the clear text value decoded from the Base64 value provided
- [Scanner signatures](https://docs.zirkul.com/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.
