> For the complete documentation index, see [llms.txt](https://docs.getdatagrid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getdatagrid.com/deep-links.md).

# Deep Links

The library supports the deep links that generate a unique URL for every controls state combination. To enable deep links:

```markup
<script>
    datagrid({
        deepLink: true
    });
</script>
```
