# Dashboard

The Dashboard is your command center within the Ithaca App, offering a comprehensive view of your trading activities and collateral management.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/FAJFj4bpH791025XwkLV4VtjDAOMj0izfKr0t0L3WS6HGGiVeApeekGpKZKMwDLdyMIYEQKm0KFyML1d29JkZMBS7gu_3Uf4kiOoHhoblbIa1S1jii1Y_2p49ZnYAVzA9M7QSdVohKWxaGoUM1Kt1KA" alt=""><figcaption></figcaption></figure>

The dashboard functions as the user’s control center.

## Collateral Dashboard

* **Balance:** Funds in the user’s connected wallet.
* **FundLock Value:** User balances in the [FundLock Smart Contract](/docs/architecture/post-match-processing/user-funds.md#the-fundlock-contract).
* **Net of Current Orders:** Collateral locked in the FundLock smart contract backing existing trades, net of collateral associated with orders that are currently live.
* **Live Order Collateral Net Value:** Total collateral requirement for live submitted orders.

**Actions:**

* **Deposit:** Add funds to your FundLock to participate in trades.
* **Withdraw:** Release funds from the platform

## Trading Dashboard&#x20;

* **Live Orders:** Information on live, currently submitted and collateralized orders.
* **Positions:** Existing positions that resulted from orders executed and not yet expired.
* **Trade History:** A list of previous transactions.
* **Settlement:** A list of previous settlements.
* **FundLock History:** A list of previous transactions affecting FundLock balances.


---

# 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.ithacaprotocol.io/docs/ithaca-app/dashboard.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.
