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

# To base64

Command:&#x20;

`to_base64`

Syntax:

```bash
to_base64 <value>
```

Example:

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

```
