# KAIO App (original)

## Content Guide

The Website section of the KAIO documentation provides a learning resource to become familiar with the platform's frontend. This page provides an overview of the KAIO platform, its users, what they can do, and the relationships between them. Each sub-section relates to a particular user type and contains:

* **\[User] How-Tos:** The how-to guides contain the most usual flows for each type of user, with explanations and video demonstrations.
* **\[User] Pages:** The reference pages contain a list of the accessible pages for each type of user, along with what they can do in each one.

## KAIO Website

The KAIO Website enables users to interact with KAIO in a simple manner through a Graphic User Interface.

{% hint style="info" %}
The KAIO Website currently has limited features, for additional functionality the [KAIO API](/guide-to-using-kaio/understanding-projects.md) may be used.
{% endhint %}

## User Types

There are four user types, as described in the following table:

<table data-full-width="true"><thead><tr><th>User Type</th><th>Description</th><th>Common Flows</th><th>Pages</th></tr></thead><tbody><tr><td><strong>Investor</strong></td><td>Investors are clients of private banks. They sign agreement contracts and let their Dealer manage their orders on their behalf.</td><td><p><a href="/pages/9M4yDLYP9ApenfCzoVVc#log-in">Login</a></p><p><a href="/pages/9M4yDLYP9ApenfCzoVVc#subscription-orders">Subscription Orders</a><br><a href="/pages/9M4yDLYP9ApenfCzoVVc#sign-creations-of-orders">Sign Creations of Orders</a></p></td><td><a href="/pages/ZPbC0YeutzCwSmVhkD09#dashboard">Dashboard</a><br><a href="/pages/ZPbC0YeutzCwSmVhkD09#transactions">Transactions</a><br><a href="/pages/ZPbC0YeutzCwSmVhkD09#products">Products</a><br><a href="/pages/ZPbC0YeutzCwSmVhkD09#holdings">Holdings</a><br><a href="/pages/ZPbC0YeutzCwSmVhkD09#profile">Profile</a></td></tr><tr><td><strong>Dealer</strong></td><td>Dealers are private banks and advisors that are responsible for onboarding investors, managing their profiles, and creating orders on their behalf.</td><td><a href="/pages/Jsreuh5ZDfMrAqGyBAq7#log-in">Login</a><br><a href="/pages/Jsreuh5ZDfMrAqGyBAq7#onboard-investors">Onboard Investors<br></a><a href="/pages/Jsreuh5ZDfMrAqGyBAq7#manage-the-lifecycle-of-orders">Manage the Lifecycle of Orders<br></a><a href="/pages/Jsreuh5ZDfMrAqGyBAq7#download-files">Download Files</a></td><td><p><a href="/pages/tCgO0QDKX3xLLMiaTXkE#transactions">Transactions</a></p><p><a href="/pages/tCgO0QDKX3xLLMiaTXkE#products">Products</a></p><p><a href="/pages/tCgO0QDKX3xLLMiaTXkE#holdings">Holdings</a><a href="/pages/tCgO0QDKX3xLLMiaTXkE#transactions"><br></a><a href="/pages/tCgO0QDKX3xLLMiaTXkE#user-data">User Data</a></p><p><a href="/pages/tCgO0QDKX3xLLMiaTXkE#fund-whitelist">Fund Whitelist</a></p><p><a href="/pages/tCgO0QDKX3xLLMiaTXkE#custom-fields">Custom Fields</a></p></td></tr><tr><td><strong>Fund Admin</strong></td><td>Fund Admins are responsible for managing the Funds they control, and all the Instruments within the Fund.</td><td><a href="/pages/TqXwMr0gX1s5pH9D5JJO#log-in">Log In<br></a><a href="/pages/TqXwMr0gX1s5pH9D5JJO#review-orders">Review Orders<br></a><a href="/pages/TqXwMr0gX1s5pH9D5JJO#grant-fund-access">Grant Fund Access<br></a><a href="/pages/TqXwMr0gX1s5pH9D5JJO#download-files">Download Files</a></td><td><p><a href="/pages/uf2KjzwnHhOlhpGaFOVu#transactions">Transactions</a></p><p><a href="/pages/uf2KjzwnHhOlhpGaFOVu#nav">NAV</a></p><p><a href="/pages/uf2KjzwnHhOlhpGaFOVu#settle">Settle</a><br><a href="/pages/uf2KjzwnHhOlhpGaFOVu#holdings">Holdings</a></p><p><a href="/pages/uf2KjzwnHhOlhpGaFOVu#fund-whitelist">Fund Whitelist</a></p></td></tr><tr><td><strong>Libre Admin</strong></td><td>The Libre Admin has control of the Libre platform. They are responsible for settling orders.</td><td><a href="/pages/79jTCO4Tiac5LiYxRKFz#log-in">Log In</a></td><td><p><a href="/pages/Yv2egPcEHhcPpc5KIdhC#transactions">Transactions</a><br><a href="/pages/Yv2egPcEHhcPpc5KIdhC#settle">Settle</a></p><p><a href="/pages/Yv2egPcEHhcPpc5KIdhC#fund-whitelist">Fund Whitelist</a></p></td></tr></tbody></table>

## Object Definitions

* **Fund**: Houses a set of Instruments, and is managed by a Fund Admin.
* **Instrument**: Describes the tokenized asset itself, also containing the custom logic of the asset.
* **Order**: Request made to subscribe or redeem the tokenized asset, going through multiple stages before being finalized. An order's status can be one of the following:
  * CREATED
  * CONFIRMED
  * CANCELED
  * REJECTED
  * UNDER\_REVIEW
  * ACCEPTED
  * LOCKED SETTLED


---

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