# Tracking Investments and Subscriptions

### Overview

Once an investor commits to an opportunity, it transitions into an active investment within the Control Super Admin dashboard. This guide explains how administrators can monitor the total fundraising progress, review individual investor subscriptions, and track detailed payment timelines.

### Steps

#### Step 1: Navigate to Investments

From the Admin dashboard sidebar, click on **Investments** under the Operations menu. This page displays a list of all active and pending investments, showing their funding progress, deployed amounts, number of investors, and current status.

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

#### Step 2: Open an Investment

Click on a specific investment record (e.g., "Test 2024") from the list to open its detailed management window.

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

#### Step 3: Review Fundraising Progress

The **Overview** tab provides a high-level summary of the investment's status:

* **Fundraising Progress:** Tracks the total amount raised against the target goal, breaking down the funds into Subscribed, Deployed, Collected, and Distributed categories.
* **Net Fund Position:** Displays the current net balance of the investment.
* **Key Dates:** Outlines important lifecycle dates, including the Close Date, Settlement, and Maturity.
* **Investment Status Breakdown:** Summarises the total number of confirmed versus pending investments.

#### Step 4: View Subscriptions

Click on the **Subscriptions** tab at the top of the window to view a complete list of all investors who have participated in this specific opportunity. This list displays the investor's name, investment amount, status, and date of subscription.

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

#### Step 5: Review Individual Investor Details

Click on an individual investor's row to open their detailed subscription drawer on the right-hand side. Here you can review:

* **Contact Details:** The investor's name, email address, and phone number.
* **Payment Timeline:** A chronological log of the payment process, tracking when the payment was created and initiated.
* **Payment Reference:** Unique system identifiers and webhook logs associated with the transaction.
* **Admin Actions:** Administrative controls allowing you to process manual payouts or issue refunds if necessary.

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


---

# 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/tracking-investments-and-subscriptions.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.
