# Dealer How-Tos

{% hint style="info" %}
You can change the video quality in the video settings menu.
{% endhint %}

## Log In

To access the KAIO platform you should perform the log in using your email and password. Then you will also have to provide your one-time token to pass the two-factor authentication and complete the sign-in process.

{% embed url="<https://drive.google.com/file/d/14fStDl67hCLMtiXvzvIJ_THWY3QbMGcz/view>" fullWidth="true" %}

## Onboard Investors

To onboard an investor you need to register them on the **user data** page. Here you can click on the button Onboard User and fill out the onboarding form by providing the investor's information such as personal profile, bank address or any custom fields. At this stage, you can also provide the investor onchain fields like KYC, sanctions checks and the jurisdiction of the investor. Finally you can also request access to specific funds for the Investor before submitting the investor onboarding form.

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

## Manage Order Lifecycle

On the **products** page, you can manage orders on their behalf. To create a new order you need to access the page products, select a products instrument and click on the button subscription or redemption based on the kind of order you want to create.

As a dealer you will be able to create and confirm the order on behalf of one of your investors. Then the investor has to sign in the agreement document and the fund admins have to vote to settle the order request.

**Subscriptions:**

{% embed url="<https://drive.google.com/file/d/1na6EikAQfo6BbICXC24irK5hZG_SnG2E/view?usp=drive_link>" fullWidth="true" %}

**Redemptions:**

{% embed url="<https://drive.google.com/file/d/1KEGo21bJulKTc94qIRpG7ZqrJZB_Tovv/view?usp=drive_link>" fullWidth="true" %}

## Exporting Holdings Information

You can view your investor's current holdings and past settlements by accessing the **holdings** page. You can also download this information by clicking the download button at the top of the list.

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


---

# 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-how-tos.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.
