# TanStack Router Guide ## As a script tag Add the script tag to your `` component at `app/routes/__root`. Refer to the [CDN Guide](https://github.com/aidenybai/react-scan/blob/main/docs/installation/cdn.md) for the available URLs. ```jsx // app/routes/__root import { Meta, Scripts } from "@tanstack/start"; // ... function RootDocument({ children }) { return (