Anvil apps are Single Page Apps, so you can’t use the url as you would on other apps, but you can get the query string (the part after the #
) as a dictionary. See the docs here: Anvil Docs | Navigation
The routing module of Anvil Extras builds on that to create a nice navigation system.