> 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/back-url.md).

# 返回URL

返回 URL 是指令浏览器返回到之前访问过的网页的操作，类似于您在 Chrome 或 Firefox 浏览器左上角点击返回按钮的操作。此操作是自动进行的，并且没有任何附带的配置参数。

#### 实际示例：在查看详细信息后返回产品列表

当您进行数据抓取脚本或互动增强（增加关注/点赞）时，正常的流程是：从汇总列表页面，您点击一个详细链接以查看信息或点击关注按钮。在完成该详细页面的任务后，您无需使用“转到 URL”操作重新输入列表页面的地址（这会导致网页必须从服务器重新加载所有数据，非常耗时）：

* 应用方法：您只需插入返回 URL 操作。
* 结果：浏览器立即返回到之前的列表页面，使脚本运行流畅，节省网络带宽并优化流处理速度。


---

# 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/back-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.
