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

# SO-101

> Redirect stub to the SO-101 catalog page.

export default function SO101RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/the-robot-studio/so101");
  }, []);
  return <>
      # Redirecting to SO-101

      If you are not redirected automatically, [open the SO-101 catalog page](https://cyberwave.com/the-robot-studio/so101).
    </>;
}
