> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theymes.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installing the SDK

> You can install the SDK from npm or using a <script> tag:

You can install the SDK from npm or using a `<script>` tag:

### Installing via npm

Install with npm or package manager of your choice.

```
npm i @theymes/sdk
```

### Installing with `<script>` tag

Include the following script in your page:

```html theme={null}
<script src="https://assets.theymes.com/sdk/sdk-1.latest.js"></script>
```

<Tip>
  We recommend including the script in the bottom of the `<body>` element so it doesn't block your page from rendering.
</Tip>
