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

# Hedera Transaction Tool

## Create, sign and submit transactions to Hedera

An application for generating and importing keys, creating, signing, and submitting transactions built for organizational multi-party signing workflows.

{% hint style="info" %}
macOS only · [View releases on GitHub](https://github.com/hashgraph/hedera-transaction-tool)
{% endhint %}

### Getting Started

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>New Installation</strong></td><td>First time setting up the Transaction Tool on your Mac - install, set up your recovery phrase, and get ready to transact<br></td><td><a href="/pages/DzsW2M48wKCRsiI1iPMB">/pages/DzsW2M48wKCRsiI1iPMB</a></td><td></td><td></td><td><a href="/pages/DzsW2M48wKCRsiI1iPMB">/pages/DzsW2M48wKCRsiI1iPMB</a></td></tr><tr><td><strong>Key management</strong></td><td>Import keys, generate keys from a recovery phrase, and manage the signing keys tied to your account<br></td><td><a href="/pages/FnoHx7y6qQ6rKTOurYfH">/pages/FnoHx7y6qQ6rKTOurYfH</a></td><td></td><td></td><td></td></tr><tr><td><strong>Signing Transactions</strong></td><td>Sign governance and network transactions routed to you by your organization<br><br></td><td><a href="/pages/IA5nlMvLZsS4ICUMSmJQ">/pages/IA5nlMvLZsS4ICUMSmJQ</a></td><td></td><td></td><td></td></tr><tr><td><strong>Creating Transactions</strong></td><td>Creating transactions for signing and submittal<br></td><td><a href="/pages/USne5VsDwxXCqkH22UMf">/pages/USne5VsDwxXCqkH22UMf</a></td><td></td><td></td><td></td></tr><tr><td><strong>Node Transactions</strong></td><td>Transactions related to managing consensus or block nodes<br></td><td><a href="/pages/o9QU2Enz3hlTJI1k3e8g">/pages/o9QU2Enz3hlTJI1k3e8g</a></td><td></td><td></td><td></td></tr><tr><td><strong>Networks</strong></td><td>Switching between mainnet, testnet, or previewnet<br>  </td><td><a href="/pages/6hr0sT2yY9xI0CoyGIy4">/pages/6hr0sT2yY9xI0CoyGIy4</a></td><td></td><td></td><td></td></tr></tbody></table>

### Videos

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Signing Overview</strong></td><td>Covers prerequisites, signing individual and group transactions, and verifying the result.<br><br><a href="https://drive.google.com/file/d/1M7peBQ1h8X__JvnHYJSqwWH_m-XEZEXK/view?usp=sharing"><strong>Watch Video</strong></a></td><td><a href="/files/8nwMdDJaohool7OKbXVt">/files/8nwMdDJaohool7OKbXVt</a></td></tr><tr><td><strong>Before You Sign</strong></td><td>Before you sign any transaction, two settings need to be verified — your organization, and your network.<br><a href="https://docs.google.com/videos/d/1roe2WHP5l8fvv4XA0TI7OvxZ-TSL4knULoFPTRPuoMA/edit?usp=sharing"><strong>Watch Video</strong></a></td><td><a href="/files/FHchACQkMg1QeSH6B7K4">/files/FHchACQkMg1QeSH6B7K4</a></td></tr><tr><td><strong>Signing Transactions</strong></td><td><p>A walk through how to sign a single transaction covering the two ways to sign.</p><p></p><p><a href="https://drive.google.com/file/d/1vdMwnXGnvX6iBYDJ7k2k1XvUVViAU6HK/view?usp=sharing"><strong>Watch Video</strong></a><br></p></td><td><a href="/files/OQwRBGD71pUAzB0MgViY">/files/OQwRBGD71pUAzB0MgViY</a></td></tr><tr><td><strong>The Transaction Screen</strong></td><td>The four tabs you'll use for signing and how every transaction moves through them.<br><br><a href="https://drive.google.com/file/d/176C1BXfT0BBYk3qj9XYfLg5FDCtrrKCs/view?usp=sharing"><strong>Watch Video</strong></a></td><td><a href="/files/BukmeyOOSNVsYRMbHQcI">/files/BukmeyOOSNVsYRMbHQcI</a></td></tr></tbody></table>


---

# 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://transactiontool.hedera.com/hedera-transaction-tool.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.
