# JS SDK

## 基础版、插件有什么区别

首先推荐您使用基础版SDK，JS SDK插件会增强标准的部分功能。非必须如有需要请自行添加。

{% content-ref url="/pages/-M67\_m0Gj8B1tIrCRisJ" %}
[快速集成](/integration/sdk/js/js-quick.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaQ9Kh2-uUsiYCeW-p\_" %}
[JS SDK基础版](/integration/sdk/js/js.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LvwsvKtp4vMOkbOkjBN" %}
[JS SDK插件](/integration/sdk/js/plus.md)
{% endcontent-ref %}


---

# 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://arkdocs.analysys.cn/integration/sdk/js.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.
