+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "urlUtil"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## urlUtil variable
### urlUtil variable
Signature
```typescript
urlUtil: {
renderUrl: typeof renderUrl;
toUrlParams: typeof toUrlParams;
appendQueryToUrl: typeof appendQueryToUrl;
getUrlSearchParams: typeof getUrlSearchParams;
}
```
Import
```typescript
import { urlUtil } from '@grafana/data';
```