# Web JS SDK

- [概述](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/overview.md)
- [集成最新SDK](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/latest-jssdk.md)
- [Web JS SDK升级指导](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/web-sdk-update.md)
- [Web JS SDK API](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/web-sdk-api.md)
- [API 2.x](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/web-sdk-api/websdk-apiv2.md)
- [API 1.x](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/web-sdk-api/websdk-apiv1.md)
- [Web半自动采集浏览事件](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/web-imp.md)
- [常见问题](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq.md)
- [为什么我们的网站要允许iframe加载？](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-1.md)
- [为什么我的网站不能复写 window 对象？](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-2.md)
- [页面内部嵌入的 iframe 元素如何加载 SDK？](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-3.md)
- [同时集成了web sdk和hybrid sdk会怎么处理？](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-4.md)
- [同时集成了web sdk 1.x 和web sdk 2.x会怎么处理？](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-5.md)
- [元素没有元素浏览量怎么处理？](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-6.md)
- [对于 display:none 的元素，其子元素中的a/button只会采集一次浏览量，但是想每次曝光都采集一次浏览量怎么处理？](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-7.md)
- [设置了growing-ignore之后，其子元素也都不采集数据了怎么处理？](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/faq/faq-8.md)
- [Web JS SDK更新日志](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/webjs-log.md)


---

# 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://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk.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.
