# Transactions

## What is a transaction in VeChain?

A transaction, similar to any blockchain network, refers to an action or event that involves the transfer or modification of data within the blockchain.

By executing a transaction a blockchain can: transfer a digital token from one address to another; deploy a smart contract on the blockchain or trigger the execution of a smart contract.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Types</td><td><a href="https://github.com/vechain/vechain-docs/blob/main/core-concepts/transactions/transaction-types.md">https://github.com/vechain/vechain-docs/blob/main/core-concepts/transactions/transaction-types.md</a></td></tr><tr><td align="center">Model</td><td><a href="/pages/6UYWODJLNGxQ5sAuRZ49">/pages/6UYWODJLNGxQ5sAuRZ49</a></td></tr><tr><td align="center">Fees</td><td><a href="/pages/yz4FHhqJM9582qcgDGVY">/pages/yz4FHhqJM9582qcgDGVY</a></td></tr><tr><td align="center">Calculation</td><td><a href="/pages/9E5DI98G5baCN5LiXrZ3">/pages/9E5DI98G5baCN5LiXrZ3</a></td></tr><tr><td align="center">Meta Features</td><td><a href="/pages/xnt16042cSswGos1fgrx">/pages/xnt16042cSswGos1fgrx</a></td></tr></tbody></table>


---

# 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.vechain.org/core-concepts/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.
