> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# KUKA IIWA 14

> Redirect stub to the KUKA IIWA 14 catalog page.

export default function KUKAIIWA14RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/kuka/kuka_iiwa14");
  }, []);
  return <>
      # Redirecting to KUKA IIWA 14

      If you are not redirected automatically, [open the KUKA IIWA 14 catalog page](https://cyberwave.com/kuka/kuka_iiwa14).
    </>;
}
