> 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).

# Back URL

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

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

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

当您编写数据抓取脚本或进行互动增强（增加关注/点赞）时，正常的流程是：从汇总列表页面，您点击一个详细链接以检查信息或点击关注按钮。在完成该详细页面的任务后，您无需使用 Go to 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.
