# User Agent 类型

该 `user_agent_type` 该参数允许您指定我们应使用哪种类型的 User-Agent 头值来完成您的请求。

您可以在下表中找到可用值的完整列表。

## 参数值

<table><thead><tr><th width="249.11344741196785">Value</th><th>描述</th></tr></thead><tbody><tr><td><code>desktop</code></td><td>桌面浏览器的 User-Agent。</td></tr><tr><td><code>desktop_chrome</code></td><td>最新版本的桌面 Chrome 浏览器之一的 User-Agent。</td></tr><tr><td><code>desktop_edge</code></td><td>最新版本的桌面 Edge 浏览器之一的 User-Agent。</td></tr><tr><td><code>desktop_firefox</code></td><td>最新版本的桌面 Firefox 浏览器之一的 User-Agent。</td></tr><tr><td><code>desktop_opera</code></td><td>最新版本的桌面 Opera 浏览器之一的 User-Agent。</td></tr><tr><td><code>desktop_safari</code></td><td>最新版本的桌面 Safari 浏览器之一的 User-Agent。</td></tr><tr><td><code>移动</code></td><td>移动浏览器的 User-Agent。</td></tr><tr><td><code>mobile_android</code></td><td>最新版本的 Android 移动浏览器之一的 User-Agent。</td></tr><tr><td><code>mobile_ios</code></td><td>最新版本的 iOS 浏览器之一的 User-Agent。</td></tr><tr><td><code>tablet</code></td><td>平板浏览器的 User-Agent。</td></tr><tr><td><code>tablet_android</code></td><td>最新版本的 Android 平板浏览器之一的 User-Agent。</td></tr><tr><td><code>tablet_ios</code></td><td>最新版本的 iPad 平板浏览器之一的 User-Agent。</td></tr></tbody></table>


---

# 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://developers.oxylabs.io/documentation/cn/zhua-qu-jie-jue-fang-an/web-scraper-api/features/http-context-and-job-management/user-agent-type.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.
