# Overview

The Pool Management Dashboard is composed as follows:

<figure><img src="/files/t4de6Av24MUrtRptH2AK" alt=""><figcaption><p>The Pool Management Dashboard</p></figcaption></figure>

1. A top **navigation panel**
2. **Pool addresses:** The list of the significant blockchain addresses that make out the Investment Pool, such as the main contract address, the inflowPool address.... It is also from here that you may elect to give an override right to the Protocol ('Protocol Oversight'). When the box is ticked, the Protocol may change the Pool Administrator.

Values with a little tick box at their right may be changed: <img src="/files/dsDm85GsaBWRDApMjp8E" alt="" data-size="line">

3. **Pool Values:** Check the contract Asset Balance, current NAV, total supply... You can also check from here the amount of due rewards and have them paid
4. **Pool Rewards:** Check and configure the current Pool rewards. More on this [here](/administration-platform/pool-management/rewards.md).
5. **Pool Treasury**:  Check the balance of the Investment Pool in its Base Currency and either
   1. Transfer it to the Treasury for management by the Strategist
   2. Make a distribution to token holders
   3. Make an arbitrary payment
6. **Pool Admin**: Here you can check the administration gas costs and claim a reimbursement. More on this [here](/administration-platform/pool-management/claim-gas-costs.md).
7. **Pool Status:** Here you can check the pending in- and outflows and configure deposit and withdrawal minimum/maximum as well as cooldown times. More on this [here](/administration-platform/pool-management/inflows-and-outflows.md).
8. **Update NAV Chart**: Update the Investor Portal Pool NAV chart. This data is automatically updated on a periodic basis and you might want to manually force an update.


---

# 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.cadmos.finance/administration-platform/pool-management/overview.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.
