> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/faq/transaction-management.md).

# Transaction Management

- [Why Do Multi-Signature Wallets Require All Parties to Be Online Simultaneously?](https://support.cregis.com/faq/transaction-management/why-do-multi-signature-wallets-require-all-parties-to-be-online-simultaneously.md)
- [Why Can't I See the Signature Option in My Team Activity?](https://support.cregis.com/faq/transaction-management/why-cant-i-see-the-signature-option-in-my-team-activity.md)
- [Why Is My Transaction Status Stuck at "Pending"?](https://support.cregis.com/faq/transaction-management/why-is-my-transaction-status-stuck-at-pending.md)
- [Which Policy Executes First if Priorities Are Equal?](https://support.cregis.com/faq/transaction-management/which-policy-executes-first-if-priorities-are-equal.md)
- [Why Does It Display 'Please Import the fragment First' When Sending a Transaction?](https://support.cregis.com/faq/transaction-management/why-does-it-display-please-import-the-fragment-first-when-sending-a-transaction.md)
- [What Should I Do if My Wallet Receives Blacklisted USDT (Black U)?](https://support.cregis.com/faq/transaction-management/what-should-i-do-if-my-wallet-receives-blacklisted-usdt-black-u.md)
- [Why Do Some Addresses Require Activation Fees?](https://support.cregis.com/faq/transaction-management/why-do-some-addresses-require-activation-fees.md)
- [Can Auto-Signing Continue When Cregis Is Closed?](https://support.cregis.com/faq/transaction-management/can-auto-signing-continue-when-cregis-is-closed.md)
- [What Are the Differences Between Advanced Mode and Standard Mode for Gas Fee Settings?](https://support.cregis.com/faq/transaction-management/what-are-the-differences-between-advanced-mode-and-standard-mode-for-gas-fee-settings.md)
- [What is Tron Energy Mode?](https://support.cregis.com/faq/transaction-management/what-is-tron-energy-mode.md)
- [Can I use the team account balance to pay for the gas fee?](https://support.cregis.com/faq/transaction-management/can-i-use-the-team-account-balance-to-pay-for-the-gas-fee.md)
- [Can I Authorize My Employees to Sign?](https://support.cregis.com/faq/transaction-management/can-i-authorize-my-employees-to-sign.md)


---

# 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://support.cregis.com/faq/transaction-management.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.
