# Transactions

- [Introduction to Transactions](https://docs.arweavekit.com/transactions/introduction.md): Introduction to transactions on Arweave
- [Create Transaction](https://docs.arweavekit.com/transactions/create-transaction.md): Create a transaction on Arweave
- [Sign Transaction](https://docs.arweavekit.com/transactions/sign-transaction.md): Sign a created transaction
- [Post Transaction](https://docs.arweavekit.com/transactions/post-transaction.md): Post a signed transaction on Arweave
- [Get Transaction Status](https://docs.arweavekit.com/transactions/get-transaction-status.md): Get the transaction status of a posted transaction
- [Get Transaction](https://docs.arweavekit.com/transactions/get-transaction.md): Get the details for a posted transaction
- [Create and Post Transaction with Othent](https://docs.arweavekit.com/transactions/create-and-post-transaction-with-othent.md): Post a transaction on Arweave with Othent
- [Transaction Plugins](https://docs.arweavekit.com/transactions/transaction-plugins.md): Plug in a external package to arweavekit/transaction


---

# 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://docs.arweavekit.com/transactions.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.
