# TypeScript SDK

WLL provides a TypeScript SDK to simplify interactions with our REST API. It provides a layer over the API and authentication processes, it does not provide any user interface elements; for that [a separate SDK is available](https://react-sdk.whitelabel-loyalty.com/).

Check out [Installation](/developer/resources/typescript-sdk/installation.md) to get started.

While we currently only provide the TypeScript SDK, other language versions may be provided on request. Reach out to [WLL Support](https://kbase.whitelabel-loyalty.com/product/services-and-support/wll-support/how-do-i-contact-support) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kbase.whitelabel-loyalty.com/developer/resources/typescript-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
