> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/digital-river-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/digital-river-api/developer-resources/reference/including-digitalriver.js-on-your-page.md).

# Including DigitalRiver.js

To leverage the functionality included in DigitalRiver.js, add the following `script` with a `src` attribute that specifies the library's location.

{% code title="HTML" overflow="wrap" %}

```markup
<script src="https://js.digitalriver.com/v1/DigitalRiver.js"></script>
```

{% endcode %}
