> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/3.microsites-1/sdk-mainapp/install-sdk.md).

# Install SDK

Download example file beserta dengan js SDK di bawah ini :

kemudian include js file `utilssdkv2.4.4.js` ke microsite/web anda.

atau anda bisa menggunakan pendekatan package yang ada pada folder `sdk-main-app`. Kemudian anda bisa menaruh folder tersebut kedalam folder `package` yang ada pada microsite, seperti ini:

<figure><img src="/files/myqrspoq4au1iNbeyfyD" alt=""><figcaption></figcaption></figure>

Kemudian tempatkan path atau alamat folder tersebut didalam dependencies yand ada pada package.json. seperti ini:

<figure><img src="/files/Su7wSmwyF8iJX7agmSm0" alt=""><figcaption></figcaption></figure>

Setelah anda menjalankan `npm install` atau `yarn install` .package yang ada sudah bisa digunakan:

```
import { UtilsSDK } from "sdk-main-app";
const sdk = new UtilsSDK();
```

### Run Example Code

untuk menjalan example code dan mengetest nya, anda dapat mengikuti step berikut :

**Intall:**

```
npm install --global serve
```

**Running:**

```
serve
```

<div align="center"><figure><img src="/files/PIG7ZuOnRmVobxb7aYZW" alt=""><figcaption></figcaption></figure></div>

Example code berhasil di jalankan namun <mark style="color:red;">**belum berfungsi**</mark>, anda harus me-load nya di APK mode developer Ina-Digital, yang bisa anda unduh melalui platform

**Download APK Ina-Digital Mode Developer**

```
- Buka Layanan di Platform
- Pada halaman builder klik 'Pratinjau'
- Kemudian klik Download APK
```

**Load Local Development Mode**\
Pada aplikasi INA Digital versi Developer

```
- Masukan Kode Layanan
- Klik 'Setup Custom Url'
- Masukan local IP Network (ex: - http://192.168.68.128:3000)
```

<div align="center"><figure><img src="/files/DIaSkUSCQRlRotVeheSM" alt=""><figcaption></figcaption></figure></div>

berikut adalah tampilan awal dari Example Code.

<div align="center"><figure><img src="/files/qJpqKvnjYwxZnaALi0vY" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.quantumbyte.ai/home/quantumbyte-v2.0/3.microsites-1/sdk-mainapp/install-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
