> For the complete documentation index, see [llms.txt](https://docs.cyberway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyberway.io/software_manuals/how_to_guides/get_transaction_information.md).

# How To Get Transaction Information

## Goal

Query infomation of a transaction.

## Before you begin

* Install the currently supported version of `cleos`.
* Understand the following:
  * What is a [transaction](https://docs.cyberway.io/users/glossary#transaction).

## Steps

Execute the command below:

```bash
$ cleos get transaction id
```

> **Note**\
> Be aware that you need to connect to a `nodeos` instance to query transaction information.
