# BoxJs

## BoxJs

- [介绍](https://docs.boxjs.app/readme.md): BoxJs 是一款运行在 Surge、Quantumult X、Loon、Shadowrocket、Stash 环境下的脚本！
- [如何升级](https://docs.boxjs.app/base/upgrade.md): 建议使用 APP 内提供的一键更新功能
- [一些技巧](https://docs.boxjs.app/base/tips.md): 本文将介绍一些使用 BoxJs 的小技巧
- [急救](https://docs.boxjs.app/advanced/aid.md): 如果使用 BoxJs 的过程中遇到白屏，无法打开等症状，可以尝试手动运行以下脚本！
- [通过 PC 访问](https://docs.boxjs.app/advanced/pc.md): 通过外部设备的浏览器来访问手机上的 BoxJs，外部设备包括但不限于 PC、Mac、Linux、Android……
- [配置文档 (\*.boxjs.json)](https://docs.boxjs.app/dev/configure.md): 本文介绍如何配置 BoxJs 订阅文件
- [URL Scheme](https://docs.boxjs.app/dev/url-scheme.md): 收集已经知几个 App 的 URL Scheme
- [订阅](https://docs.boxjs.app/awesome/subscriptions.md): 这里罗列了一些非常棒的 BoxJs 订阅，感谢各位大佬对 BoxJs 的支持。
- [视频](https://docs.boxjs.app/awesome/videos.md): 同样，这里有一些非常棒的视频教程，欢迎大家关注 UP 主的频道。
- [图标](https://docs.boxjs.app/awesome/icons.md): BoxJs 内有很多精美的图标，它们都来自这些大佬哦～
- [壁纸](https://docs.boxjs.app/awesome/wallpapers.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.boxjs.app/readme.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.
