> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/cao-zuo-zhi-nan/navigation/go-to-url.md).

# 转到URL

此操作指示浏览器直接访问您指定的网页地址（URL）。

* 作用：这是工具开始工作的第一步。您只需输入网页地址，浏览器将自动进入该页面以便您执行后续步骤。

#### 配置参数：

* URL：您想要打开的网页的准确地址。

  > ⚠️ 必须注意：填写此框的路径必须以完整的网络协议开头，即 `https://` 或 `http://`（例如：`https://24h.com.vn`）。如果您只填写简短形式 `24h.com.vn`，系统将无法识别路由结构并报告操作错误。
* 超时（秒）：脚本等待网页加载所有数据的时间限制（以秒为单位）。如果您留空，系统的默认值为 `60` 秒。

#### 实际示例：调整使用慢速代理时的等待时间

当您运行营销脚本或通过带有代理的个人资料抓取数据时，有时会遇到连接速度非常慢的代理包、响应时间长或目标网页的服务器正在拥堵。如果保持默认时间，脚本可能会因超时而中断：

* 配置方法：
  * URL：`https://pinterest.com`
  * 超时：从 `60` 改为 `120`（2分钟）。
* 结果：浏览器将耐心等待最长可达 120 秒，以便网页能够加载完数据。相反，如果您的网络非常强大，并且您希望优化速度以防脚本在遇到死链接时挂起，您可以主动将此数字降低到 `20` 或 `30` 秒，以便系统更快地中断错误流并切换到其他账户。


---

# 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://docs.gpmautomate.com/automate-zh/cao-zuo-zhi-nan/navigation/go-to-url.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.
