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

# SDK Installation

> Install the Skill Verification SDK via npm, yarn, or a CDN script tag.

Install the client SDK via npm, yarn, or a CDN script tag.

### npm / yarn

```bash theme={null}
npm install @yourplatform/verify-sdk
# or
yarn add @yourplatform/verify-sdk
```

### CDN (browser)

```html theme={null}
<script src="https://cdn.yourplatform.io/sdk/v1/verify.min.js"></script>
```
