# Zero Forwarder (ZFC) > High-performance Rust network proxy / forwarding panel. This file helps AI > agents find machine-actionable instructions for installing and managing the > ZFC panel. ## AI agent install - [Agent install instructions (plain text)](https://www.zeroforwarder.com/llms-install.txt): Self-contained, step-by-step prompt for an AI agent (Claude Code / Codex) to install or manage the panel non-interactively. - [Agent install guide (HTML)](https://www.zeroforwarder.com/docs/agent-install/): Human-readable version of the same flow, with the copy-paste agent prompt. ## AI agent diagnose - [Agent diagnosis instructions (plain text)](https://www.zeroforwarder.com/llms-diagnose.txt): Self-contained contract for an AI agent to locate a broken port / forward endpoint / worker on a running panel and find the root cause, using the read-only agent-exec HTTP API (`X-API-Key` with the `agent_exec` scope). Includes the two endpoints, the read-only command palette, and a symptom→recipe catalog. - [Agent diagnosis guide (HTML)](https://www.zeroforwarder.com/docs/agent-diagnose/): Human-readable version, with the copy-paste agent prompt and how to create the API key / enable the feature. ## Install script - `bash <(curl -sL https://get.zeroforwarder.com/install.sh) --install -y --json` — non-interactive install (set WEB_DOMAIN, CONTROLER_DOMAIN, ZFC_INSTANCE_ID, ZFC_API_KEY first). - `bash <(curl -sL https://get.zeroforwarder.com/install.sh) --help` — full flag and environment-variable contract. ## Docs - [Documentation home](https://www.zeroforwarder.com/docs/): Configuration, forwarding chains, bandwidth aggregation, inbound proxy, traffic routing.