# Viewing Transaction History

### Overview

The **Transactions** page provides a comprehensive, single interface to view all funds moving in and out of the platform. This dashboard allows you to track the history of your deposits, payments, and withdrawals to ensure you have a clear overview of your account's financial standing.

### Financial Summary

At the top of the Transactions page, you will find a high-level summary of your account activity. This includes:

* **Debits:** The total amount of funds that have been withdrawn or paid out from the account (displayed in red).
* **Credits:** The total amount of funds deposited or received into the account (displayed in green).
* **Total Fees:** The comprehensive total of fees associated with your transactions.
* **Net Balance:** The current calculated balance resulting from your credits minus debits and fees.

<figure><img src="/files/0qOqALn7jAF4ZdLlT3lT" alt=""><figcaption></figcaption></figure>

### Transaction History List

Below the summary, the **Transaction History** section provides a line-by-line detailed view of every financial event. Each entry includes:

* **Description:** A unique ID or description explaining the transaction source (e.g., "Manual withdrawal," "Payment").
* **Type:** The classification of the transaction (e.g., **Payment** for incoming funds, **Payout** for outgoing funds).
* **Date:** The specific date the transaction was processed.
* **Amount:** The gross value of the transaction.
* **Fee:** Any applicable fees deducted during the transaction.
* **Net:** The final amount applied to your balance.

{% hint style="info" %}
**Visual Cues:** Transactions are color-coded for easy recognition. **Green** indicates incoming funds (Credits), while **Red** indicates outgoing funds (Debits).
{% endhint %}

### Filtering Transactions

To locate specific types of transactions, you can use the filter dropdown located above the list on the right-hand side (labeled **All Types**).

This allows you to toggle the view to show only:

* **Payments:** To see deposits and incoming transfers.
* **Payouts:** To see withdrawals and outgoing transfers.

### Common Transaction Types

* **Payment:** Funds deposited into the platform by you.
* **Withdrawal:** Funds you have manually withdrawn from the platform to an external account.
* **Manual Withdrawal:** Administrative adjustments or specific manual payouts processed from your portal.


---

# 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://ctrlsuper.gitbook.io/ctrlsuper-docs/issuers/viewing-transaction-history.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.
