> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/cn/headless-browser/ai-gong-zuo-liu.md).

# AI 工作流

Oxylabs 无头浏览器提供云托管的浏览器基础设施，专为自动化浏览器执行和数据采集而设计，可直接与 LLM 和 agentic AI 系统一起使用：

{% columns %}
{% column %}

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><h3><strong>模型上下文协议 (MCP)</strong></h3></td><td>将 AI 工具直接连接到一个实时的云托管浏览器会话。</td><td><a href="/pages/fe25cab801fd6d7edeeae790097ef22f9fe16c3d">/pages/fe25cab801fd6d7edeeae790097ef22f9fe16c3d</a></td></tr></tbody></table>

{% endcolumn %}

{% column %}

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><h3><strong>Agent 技能</strong></h3></td><td>使用结构化规则和指令（<code>skills.md</code>）与你的 AI 编码工具配合使用。</td><td><a href="/pages/ea06f37a9da798c1ea0bda845f4cd9fb38dd993d">/pages/ea06f37a9da798c1ea0bda845f4cd9fb38dd993d</a></td></tr></tbody></table>
{% endcolumn %}
{% endcolumns %}


---

# 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://developers.oxylabs.io/products/cn/headless-browser/ai-gong-zuo-liu.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.
