# Dashboard

#### Overview

The Dashboard is the central place in Cybro where users monitor and manage their LP positions.

\
Each position card displays the following key elements:

* Pair, network and fee tier - the liquidity pool pair (e.g. WETH/USDC), the blockchain network, and the fee tier (e.g. 0.05%).
* Range status - shows whether the current price is inside or outside of the chosen range (In Range / Out of Range).
* Current value of the position in USD - live valuation of your liquidity.
* Min, Max and Current range price - price bounds of the position along with the current pool price.
* Accumulated fees (unclaimed) - commissions earned but not yet collected.
* P\&L of position - net performance of the position considering value, fees, and initial deposit.
* APR - estimated annualized return based on recent performance.
* Actions for managing a position - quick access buttons (Add Liquidity, Withdraw, Move Range, Compound, Claim Fees).
* Create position button - a shortcut to open a new LP position.


---

# 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.cybro.io/cybro/cybro-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.
