# 如何管理未打包交易？

如果在已经有订单未发送成功的前提下，再次转账或者使用DApp支付时会弹出如下的提示窗口。其中：

【管理未打包交易】就是到交易记录界面去加速或者取消交易；

【继续发送本次交易】就是跳过提示继续当前的转账操作；

【覆盖最早且未打包的交易】就是跟取消交易功能一样（所以需要确认下之前订单发送的是否是重要数据）

![](/files/-Mb_Qtl13aMEluD_onyT)


---

# 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://help.tpwallet.io/cn/faq/ethwallet/unpackaged.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.
