> 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/ai-studio.md).

# AI Studio

Oxylabs [AI Studio](https://aistudio.oxylabs.io/) 是一组无代码应用，可轻松将网络数据输入到 AI 工作流中。了解每个应用的更多信息：

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">封面图</th></tr></thead><tbody><tr><td align="center"><h4><strong>AI-Scraper</strong></h4></td><td>使用简单的 AI 提示从任何网页提取并解析数据。</td><td><a href="/pages/e06906389318e6c2d4ce7f93e83c072d205e0cdb">/pages/e06906389318e6c2d4ce7f93e83c072d205e0cdb</a></td><td></td></tr><tr><td align="center"><h4><strong>Browser Agent</strong></h4></td><td>通过自然语言指令控制您的浏览器。</td><td><a href="/pages/f767b3021083e2362fb73784364b6ea24d76f649">/pages/f767b3021083e2362fb73784364b6ea24d76f649</a></td><td></td></tr><tr><td align="center"><h4><strong>AI-Crawler</strong></h4></td><td>从一个 URL 开始抓取网站，并查找相关页面。</td><td><a href="/pages/2e9d62ca1b64d9e5ad552efddf7b8de6176726aa">/pages/2e9d62ca1b64d9e5ad552efddf7b8de6176726aa</a></td><td></td></tr><tr><td align="center"><h4><strong>AI-Search</strong></h4></td><td>使用简单的英文指令搜索网络。</td><td><a href="/pages/54ec4b193d3efe7c83cdebf9f8978a3c36b1906b">/pages/54ec4b193d3efe7c83cdebf9f8978a3c36b1906b</a></td><td></td></tr><tr><td align="center"><h4><strong>AI-Map</strong></h4></td><td>绘制网站域名图，查找并列出所有关联的 URL。</td><td><a href="/pages/c7b72d0c63268fab58e5ed108242ab7fcb5ed3f2">/pages/c7b72d0c63268fab58e5ed108242ab7fcb5ed3f2</a></td><td></td></tr></tbody></table>

如需将这些应用集成到您的工作流中，请查看 [AI Studio 集成指南](broken://pages/3518b1402db1b8df64b9dacd71d92871266d9350).


---

# 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:

```
GET https://developers.oxylabs.io/products/cn/ai-studio.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.
