# KAIO App

### Overview

This section introduces the KAIO web application and explains how investors can use it to interact with tokenised funds. It provides:

* **Investor How‑Tos** – step‑by‑step guides for common tasks such as creating subscription and redemption orders, confirming orders, signing agreements and monitoring holdings.
* **Investor Pages** – a reference for each page available to investors (e.g. Portfolio, Orders, Products, Holdings, Profile) and the actions you can perform on them.

Additional personas (Dealer, Fund Admin, KAIO Admin) and their workflows will be documented in future versions of this guide.

### **Using the KAIO Website**

The KAIO web application offers an intuitive graphical interface for placing orders, reviewing investments and managing your account. Some advanced functions (e.g. bulk onboarding, custom compliance modules) are only available via the KAIO API and are therefore outside the scope of this investor‑focused release.

### **Object Definitions**

To help orient new users, the following terms are used throughout the guides:

<table><thead><tr><th width="114">Term</th><th>Description</th></tr></thead><tbody><tr><td><strong>Fund</strong></td><td>A pooled investment vehicle managed by a fund administrator and comprising one or more instruments.</td></tr><tr><td><strong>Instrument</strong></td><td>A specific tokenised share class within a fund. Instruments encapsulate custom logic (subscription windows, redemption rules, fees).</td></tr><tr><td><strong>Order</strong></td><td>A request to subscribe to or redeem an instrument. Orders progress through several statuses — <strong>CREATED</strong>, <strong>CONFIRMED</strong>, <strong>LOCKED</strong> and <strong>SETTLED</strong> — and may be <strong>CANCELLED</strong> or <strong>REJECTED</strong> if conditions aren’t met.</td></tr></tbody></table>


---

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