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

# PiPER

> Redirect stub to the PiPER catalog page.

export default function PiPERRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/agile-x-robotics/piper");
  }, []);
  return <>
      # Redirecting to PiPER

      If you are not redirected automatically, [open the PiPER catalog page](https://cyberwave.com/agile-x-robotics/piper).
    </>;
}
