# Other

- [Automation Scripts](https://documentation.codeblocklabs.com/other/automation-scripts.md)
- [Auto Send](https://documentation.codeblocklabs.com/other/automation-scripts/auto-send.md)
- [Blockchain Explorer](https://documentation.codeblocklabs.com/other/blockchain-explorer.md): Host your very own blockchain explorer
- [Cosmos Explorer (Ping.Pub Based)](https://documentation.codeblocklabs.com/other/cosmos-explorer-ping.pub-based.md)
- [Go Version Manager (Multi Go)](https://documentation.codeblocklabs.com/other/gvm.md): GVM allow you to install and manage multiple Go version on a machine easily.
- [NodeJS](https://documentation.codeblocklabs.com/other/nodejs.md)
- [Other](https://documentation.codeblocklabs.com/other/other.md)
- [Docker User non root](https://documentation.codeblocklabs.com/other/other/docker-user-non-root.md)
- [Ubuntu User](https://documentation.codeblocklabs.com/other/other/ubuntu-user.md)
- [GLIBC Problem & Solution](https://documentation.codeblocklabs.com/other/other/glibc-problem-and-solution.md)
- [Proxmox](https://documentation.codeblocklabs.com/other/proxmox.md)
- [Proxmox Installation](https://documentation.codeblocklabs.com/other/proxmox/proxmox-installation.md)
- [Proxmox on Hetzner](https://documentation.codeblocklabs.com/other/proxmox/proxmox-on-hetzner.md)
- [Proxmox Firewall on Hetzner](https://documentation.codeblocklabs.com/other/proxmox/proxmox-firewall-on-hetzner.md)
- [Proxmox GUI Login Issue](https://documentation.codeblocklabs.com/other/proxmox/proxmox-gui-login-issue.md)
- [Proxmox FAQ](https://documentation.codeblocklabs.com/other/proxmox/proxmox-faq.md)
- [Increase Disk](https://documentation.codeblocklabs.com/other/proxmox/increase-disk.md)
- [WSL](https://documentation.codeblocklabs.com/other/wsl.md): Linux on your Windows
- [Linux Packages](https://documentation.codeblocklabs.com/other/wsl/linux-packages.md): this is list of packages which mostly needed.


---

# 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://documentation.codeblocklabs.com/other.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.
