> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat interface integrations

> Connect chat interfaces like Claude Desktop, LibreChat, and Open WebUI to Orq.ai and route every conversation through the AI Gateway.

export const RedirectToIntegrations = () => {
  useEffect(() => {
    window.location.replace("/ai-studio/integrations/overview#chat");
  }, []);
  return null;
};

<RedirectToIntegrations />
