> For the complete documentation index, see [llms.txt](https://kbase.whitelabel-loyalty.com/developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kbase.whitelabel-loyalty.com/developer/resources/typescript-sdk/installation.md).

# Installation

To get started install the SDK with your preferred package manager

{% tabs %}
{% tab title="npm" %}
{% code title="Install with npm" %}

```bash
npm install @wll-sdk/api
```

{% endcode %}
{% endtab %}

{% tab title="Yarn" %}
{% code title="Install with Yarn" %}

```bash
yarn add @wll-sdk/api
```

{% endcode %}
{% endtab %}
{% endtabs %}
