> For the complete documentation index, see [llms.txt](https://docs.kiiglobal.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiiglobal.io/docs/connect-to-kiiex.md).

# CONNECT TO KIIEX

- [Set up your Kii Account](https://docs.kiiglobal.io/docs/connect-to-kiiex/set-up-your-kiiex-account.md): To start trading on our platform, you'll need to create an account. The registration process is quick and secure, follow this steps are mandatory for Natural users and Enterprises
- [Upgrade your Account to Enterprise Level](https://docs.kiiglobal.io/docs/connect-to-kiiex/set-up-your-kiiex-account/upgrade-your-account-to-enterprise-level.md): To upgrade your business account, please complete the required forms and contact our Compliance team for further verification and approval.
- [Authenticate with API Key](https://docs.kiiglobal.io/docs/connect-to-kiiex/authenticate-with-api-key.md): This page explains how to securely connect to our API using an API Key. It outlines the required authentication details and how to generate a digital signature to ensure safe and verified communicatio
- [Stablecoin FX Quick Start](https://docs.kiiglobal.io/docs/connect-to-kiiex/stablecoin-fx-quick-start.md): This guide explains how to swap any stablecoin using our Kii API. It covers retrieving balances, checking the current exchange rate, sending the order and verifying execution.
- [Swap USDT to COPM with UI](https://docs.kiiglobal.io/docs/connect-to-kiiex/stablecoin-fx-quick-start/swap-usdt-to-copm-with-ui.md): In this tutorial, you'll learn how to deposit, withdraw or swap any stablecoin on your dashboard step by step though our UI
- [Kii API's](https://docs.kiiglobal.io/docs/connect-to-kiiex/kiiex-apis.md): Comprehensive API reference for Kiiex platform, covering account management, trading operations, and data retrieval endpoints.
- [System](https://docs.kiiglobal.io/docs/connect-to-kiiex/kiiex-apis/system.md)
- [User](https://docs.kiiglobal.io/docs/connect-to-kiiex/kiiex-apis/user.md)
- [Authentication](https://docs.kiiglobal.io/docs/connect-to-kiiex/kiiex-apis/authentication.md)
- [Models](https://docs.kiiglobal.io/docs/connect-to-kiiex/kiiex-apis/models.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kiiglobal.io/docs/connect-to-kiiex.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
