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

# UR5e

> Redirect stub to the UR5e catalog page.

export default function UR5eRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/universal_robots/ur5");
  }, []);
  return <>
      # Redirecting to UR5e

      If you are not redirected automatically, [open the UR5e catalog page](https://cyberwave.com/universal_robots/ur5).
    </>;
}
