# Managing Collections and Distributions

### Overview

This guide explains how to track funds deposited by an issuer into the investment's bank account and monitor the subsequent automatic distributions made to end-user investors.

### Steps

#### Step 1: View Deposited Funds

1. Navigate to the specific investment opportunity (e.g., "Test 2024") from your dashboard.
2. Click on the **Collections** tab.
3. Once the issuer has deposited funds, you will see the amount reflected under the **Total Deposited** summary metric.
4. Scroll down to the **Fund Flow History** section. Here, you can view individual deposit records, including the date, type, amount, transaction status (e.g., Completed or Failed), and who recorded it.

<figure><img src="/files/59THQDPu4BaqyFHV16WR" alt=""><figcaption></figcaption></figure>

#### Step 2: Track Disbursed Funds

1. When the issuer disperses funds for the investment, this transaction is also tracked within the **Collections** tab.
2. Under the **Fund Flow History**, a new entry labeled **Distribution** will appear.
3. As the disbursement goes through, the summary metrics at the top of the page will automatically update. You will see the funds temporarily move to **Pending** and then update under **Distributed to Investors** once fully processed.
4. You can also manually distribute new funds if required.

<figure><img src="/files/Bz0Sl288nGz3ceCkinOe" alt=""><figcaption></figcaption></figure>

#### Step 3: View Investor Distributions

1. To view how the disbursed funds were allocated to the end users, click on the **Distributions** tab.
2. The system automatically calculates and distributes the funds based on each user's investment share.
3. Under the **Investor Holdings** section, you can review a breakdown of each investor, their percentage share of the investment, and the specific monetary amount they received.
4. The **Distribution Payments** section lists the status of each individual payout (e.g., Completed), ensuring both administrators and end users have a complete, accurate record of the transaction.


---

# 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/admin/managing-collections-and-distributions.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.
