# Transactions

In the **Acki Nacki** blockchain, any change to an account's state is recorded as a **transaction**.\
A transaction is a record of an account state update caused by the processing of an **incoming message**.\
\
Depending on the contract logic, a transaction may also produce one or more **outgoing messages**.

You can learn more at the following link: *(coming soon)*


---

# 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.ackinacki.com/for-developers/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.
