Routing Table in constellation

I couldn’t exactly understand how routing table is used in constellation. It would be helpful if anybody could give real time usage.

Hey Sai, I was reading this article recently, Routing Table Clarification

In Constellation, the Routing Table (pyRoutingTable) acts like a navigation map that tells the application what to open when a user clicks a URL. For example, if a user receives an email with a link to Fraud Case FRA-12345 and clicks it, the routing table maps the URL /app/fraudcase/FRA-12345 to the correct case type and view, opening the case directly without searching. Similarly, when a user navigates to a landing page such as WorkList or Work Queue , the routing table determines which Constellation view to render. In short, it powers semantic URLs, deep linking, landing page navigation, and DX API view resolution behind the scenes