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

# Automation platform integrations

> Connect Orq.ai Deployments, Agents, and Knowledge Bases to automation platforms like n8n, Power Automate, and Camunda to trigger LLM calls.

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

<RedirectToIntegrations />
