# Manage Investments

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

### Manage Investment

The **Manage Investment** page allows investors to view and track the full lifecycle of a specific investment.

To access this page:

1. Go to **Investments** from the left sidebar.
2. Click on any investment from the list.

This will open the detailed investment view.

### Investment Overview

At the top of the page, investors can see the investment status summary.

This includes:

* Investment Identity (Entity or Individual name used for investing)
* Deal Name
* Investment Signed Date
* Investment Amount (Committed amount)
* Transfer Status (Pending / Completed)
* Onboarding Status

This section provides a quick snapshot of where the investment currently stands.

### Status Indicators

The page clearly displays real-time status updates such as:

* Signed (Documents executed)
* Pending Transfer (Awaiting wire)
* Completed (Funds received and processed)
* Onboarding (Compliance or documentation in progress)

These indicators help investors understand what action is required next.

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

### Signed Screen

Once an investment has been successfully processed, the page displays a signed screen.

This includes:

* Investment Identity used
* Signed timestamp
* Investment amount
* Transfer status

This confirms that the investment has been properly recorded in the system.

The Manage Investment page serves as the central hub for tracking:

* Commitment status
* Funding progress
* Documentation access
* Compliance progress

***


---

# 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.allocations.com/investments/manage-investments.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.
