# Dealer Pages

## Transactions

The transaction page provides an overview of the dealer investor's orders. Here the dealer can see the details of each order and can manage the orders lifecycle.

{% embed url="<https://drive.google.com/file/d/1nsWuccdn59429f84WBAAgzCSDKxx7guC/view>" %}

## Products

On the Products page, the dealer can see the list of funds for which it is enabled to perform operations. Here the dealer can see the instruments of each fund and the dealer can initiate a subscription or redemption process on behalf of one of its investors.

{% embed url="<https://drive.google.com/file/d/17wNiB01VFG3hif4sbYdSXkhOFOMQ4pxA/view>" %}

## Holdings

On the holdings page, the dealer can view the investor's current holdings and past settlements grouped by the investor. The dealer can also download this information by clicking the Download button at the top of the list.

{% embed url="<https://drive.google.com/file/d/1BHLCcFCbCGgJ3kmecDHARMUUXCf7_3gt/view?usp=sharing>" %}

## Investors

The pages under this voice are mainly related to the dealer's investors.

### User Data

The user data page displays the list of all the investors associated with the dealer. Here the dealer can:

* edit the investor profile
* review any changes on the investor profile request by the investor
* open the wallet information of the investor
* onboard a new investor

{% embed url="<https://drive.google.com/file/d/1ux2HfJXgGH_hjQ9nm4Ag376J4MFws2ko/view>" %}

### Fund Whitelist

On the fund whitelist page, the dealer can see the list and the status of fund access requests of its investors. Here the dealer can also do a new fund request access on behalf of one of its investors.

{% embed url="<https://drive.google.com/file/d/10DO-oJQ83AuM-Mu872Jf-ue_I0O961Je/view>" %}

### Custom Fields

The custom fields page allows the dealer to set and view custom information for its investors. The information obtained with the custom fields might be needed for instruments with additional restrictions, or if in case the dealer decides to have additional requirements from its investors.

{% embed url="<https://drive.google.com/file/d/1WUB32HAZzDiUbyQnOvII-4Nlwcm4akM8/view?usp=sharing>" %}


---

# 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.kaio.xyz/guide-to-using-kaio/app/dealer/dealer-pages.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.
