> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/web-js-sdk.md).

# Web JS SDK

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


---

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