# Fund Admin How-Tos

## Log In

You can log in using your email, password, and Multi-factor authentication (MFA). When you initiate the login, you will receive a response indicating if you can use MFA, or if you need to set it up first. To set it up, you must first associate and validate an authenticator app. You can then complete the login with the required MFA code. When you complete the login, you will receive a JWT Token, which you can then use for other API calls.

{% hint style="info" %}
**This token expires after 1 hour**, after which you will have to log in again.
{% endhint %}

1. [Initiate Login](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#account)
2. [Validate MFA](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#account) (only if setting up)
3. [Complete Login (with MFA)](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#account)

## Set Up an Instrument

You can request the KAIO Admin to create a new Fund and/or instrument, and assign it to you. You can then set the subscription and redemption details for the instrument, and after it has been initialized by the KAIO Admin set the NAV value.

1. [Request new Instrument](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#general-requests)
2. [Set Instrument subscription and redemption details](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#instruments)
3. [Set audited/unaudited NAV](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#instruments)

## Maintain an instrument

You can update both kinds of NAV (audited and unaudited) through the lifecycle of the instrument.

1. [Update audited/unaudited NAV](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#instruments)

## Grant Fund Access

You can accept or reject requests for accessing one of your funds for an investor.

1. [Respond to Access Request](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#access-requests)

## Review Orders

You will receive requests whenever there is a pending order in your instrument. You can then verify that the agreement document and signature are correct, and accept or reject the request. The KAIO Admin will then settle or cancel the order accordingly.

1. [View requests](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#agreement-requests)
2. [View agreement document](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#agreement-requests)
3. [Accept/Reject a request](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#agreement-requests)

## Manage the Lifecycle of Orders

In some cases, if given permission by the KAIO Admin, you can settle orders as the Fund Admin. In this case, the approval of multiple Fund Admins will be required before settling is possible. In the case of subscriptions, you also need to lock orders before they are settled.

**Subscriptions:**

1. [Lock Subscription Order](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#investors-subscriptions)
2. [Settle Subscription Order](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#investors-subscriptions)

**Redemptions:**

1. [Settle Redemption Order](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#investors-redemptions)

## Set up Compliance Checks

You can set up the Rule Modules, that contain the customizable compliance checks for operations in your Instrument. These modules need to be deployed and registered.

1. [Deploy Rule Module](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#rule-modules)
2. [Register Rule Module](/guide-to-using-kaio/understanding-projects/fund-admin/fund-admin.md#rule-modules)


---

# 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/understanding-projects/fund-admin/fund-admin-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.
