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

# Agilox OFL

> Redirect stub to the Agilox OFL catalog page.

export default function AgiloxOFLRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/agilox/agilox-ofl");
  }, []);
  return <>
      # Redirecting to Agilox OFL

      If you are not redirected automatically, [open the Agilox OFL catalog page](https://cyberwave.com/agilox/agilox-ofl).
    </>;
}
