> ## 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.

# Unitree Go2

> Redirect stub to the Unitree Go2 catalog page.

export default function UnitreeGo2RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/unitree/go2");
  }, []);
  return <>
      # Redirecting to Unitree Go2

      If you are not redirected automatically, [open the Unitree Go2 catalog page](https://cyberwave.com/unitree/go2).
    </>;
}
