No, useParams is used to access URL parameters, not query parameters. To access query parameters, you can use the useLocation hook.