How to implement a router to enable crew-level collaboration between multiple crews?

I have built multiple crews using multiple LLMs. while we are testing on accuracy and others aspects. I am curious to know how do i build crew of crews. I want one orchestrator to navigate / route between crews and execute them autonomously. First of all is this possible? if yes how can i achieve ot

@Habeeb_Rahman Yes, it’s possible! Use CrewAI Flows, which has a router implemented.