> For the complete documentation index, see [llms.txt](https://artiva.gitbook.io/v2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artiva.gitbook.io/v2-docs/themes/routing.md).

# Routing

### Overview

Routing works just like in [nextjs](https://nextjs.org/docs/api-reference/next/router#userouter). Simply access the `useRouter` hook from `next/router`. Route between nfts, nft contracts, posts and tags using `router.push("/mypath").`
