# Balance Breakdown

* Access your Checking Account balance breakdown by hovering over the Checking Account balance section

<figure><img src="/files/H4BZKNXgD3PeoPe2CFuZ" alt="" width="345"><figcaption></figcaption></figure>

* Click the `More detail` button to bring up more information.

<figure><img src="/files/gZkzekZgMqt9hE8ZP97Z" alt="" width="375"><figcaption></figcaption></figure>

<table><thead><tr><th width="157.9296875" align="center">Balance Type</th><th width="415.9375" align="center">How It Is Calculated</th></tr></thead><tbody><tr><td align="center">Cleared Cash</td><td align="center">Cash in your account that has passed the hold criteria</td></tr><tr><td align="center">Pending debits from cleared cash</td><td align="center">Any pending payments or sell orders from your Cash wallet  </td></tr><tr><td align="center">Available to Withdraw</td><td align="center"><code>Cleared cash</code> minus <code>Pending debits from cleared cash</code></td></tr><tr><td align="center">Cash on hold</td><td align="center">The sum of all cash in your account currently under a hold period</td></tr><tr><td align="center">Pending debits from cash on hold</td><td align="center">Any pending payments or sell orders with your cash on hold</td></tr><tr><td align="center">Available to trade</td><td align="center"><code>Available to withdraw cash</code> and <code>Cash on hold</code> minus any <code>Pending debits</code> from cash on hold.</td></tr><tr><td align="center">Pending Credits</td><td align="center">Any credited cash to your account that has not fully settled into your account.</td></tr><tr><td align="center">Total</td><td align="center">The sum of your <code>Available to trade</code> and <code>Pending credits</code> (this covers the total cash in your account minus any outstanding debits)</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.getbold.io/checking-account/balance-breakdown.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.
