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

# Avientory Platform

> Redirect stub to the Avientory Platform catalog page.

export default function AvientoryPlatformRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/avientory-platform");
  }, []);
  return <>
      # Redirecting to Avientory Platform

      If you are not redirected automatically, [open the Avientory Platform catalog page](https://cyberwave.com/cyberwave/avientory-platform).
    </>;
}
