> 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/from-base64.md).

# From base64

Command:&#x20;

`from_base64`

Syntax:

```bash
from_base64 <value>
```

Example:

```bash
> from_base64 "SGVsbG8gV29ybGQh"
Hello World!

```
