# Xaman SDK (Intro)

## JavaScript/TypeScript

### NPM

The Xaman Javascript/TypeScript SDK can be found on **npm**:

{% embed url="<https://www.npmjs.com/package/xumm>" %}

### CDN

The latest version of the Xumm SDK is always available at:

```
https://xaman.app/assets/cdn/xumm.min.js
```

{% hint style="info" %}
Please note the CDN URL is heavily cached (edge and headers, so client side). If you are expecting a new version of the SDK to load, consider cleaning local cache and adding a random (e.g. your build hash) as a URL Query param to the URL to force URL uniqueness.
{% endhint %}

### Code samples

See [Examples / User stories](/js-ts-sdk/examples-user-stories.md)

### Warning (legacy packages)

{% hint style="warning" %}
Previously there were three different packages:

* `xumm-sdk`for backend interaction
* `xumm-xapp-sdk` for xApp frontend interaction
* `xumm-oauth2-pkce` for browser / "Web3" interaction

**All three packages above have been replaced by the** [**`xumm`**](https://www.npmjs.com/package/xumm) **package, which allows for easier (unified) interaction with the three aforementioned topics.**
{% endhint %}


---

# 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://docs.xaman.dev/js-ts-sdk/xumm-sdk-intro.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.
