# NextJS App Router Guide ## As a script tag Add the script tag to your `app/layout`. Refer to the [CDN Guide](https://github.com/aidenybai/react-scan/blob/main/docs/installation/cdn.md) for the available URLs. ```jsx // app/layout export default function RootLayout({ children }) { return (