> 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/action-shi-yong-zhi-nan/navigation/back-url.md).

# Back URL

Back URL 是命令浏览器返回到浏览历史记录中刚访问过的上一页的操作,类似于您点击 Chrome 或 Firefox 浏览器左上角的返回箭头按钮(Back)。此操作会自动运行,不附带任何配置参数。

🎥 查看更多教程视频:[点击这里](https://youtu.be/a9qNt96X1SM)。

#### 实际示例:查看详情后返回产品列表

当您制作数据抓取或增加互动(buff follow/like)的脚本时,常规运行流程是:从综合列表页面,您点击一个详情链接以查看信息或点击 follow 按钮。在该详情页面完成任务后,与其使用 Go to URL 操作重新输入列表页面的地址(这会导致网页需要从服务器重新加载全部数据,非常耗时):

* 应用方法:您只需插入 Back 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/action-shi-yong-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.
