# API接口文档

- [本地服务指南](https://doc.bitbrowser.net/zh/api-jie-kou-wen-dang/ben-di-fu-wu-zhi-nan.md): 调用本地API接口操作比特浏览器打开、配置代理等，帮助用户实现自动化脚本功能。
- [分组接口](https://doc.bitbrowser.net/zh/api-jie-kou-wen-dang/fen-zu-jie-kou.md): 分组创建、修改等接口文档
- [浏览器接口](https://doc.bitbrowser.net/zh/api-jie-kou-wen-dang/liu-lan-qi-jie-kou.md): 创建、修改、打开浏览器等操作接口
- [附录](https://doc.bitbrowser.net/zh/api-jie-kou-wen-dang/fu-lu.md): 提供接口调用时的相关参数的待选项
- [API常见问题](https://doc.bitbrowser.net/zh/api-jie-kou-wen-dang/api-chang-jian-wen-ti.md): Local Api常见问题以及注意事项。


---

# 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://doc.bitbrowser.net/zh/api-jie-kou-wen-dang.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.
