# Getting started

Welcome to Kai Finance! Here's how to get started based on your experience level:

* **New to Sui?** Check out the [How to Connect](/introduction/getting-started/how-to-connect.md) section to set up your wallet and connect to the Sui network.
* **New to DeFi?** Head to the [LP Pools – The Basics](/introduction/getting-started/lp-pools-the-basics.md) section for a simple introduction to DeFi and how liquidity pools work.
* **Familiar with DeFi but New to Kai?** Explore the [First Steps](/introduction/getting-started/first-steps.md) section to see what makes Kai unique and how you can get the most out of it.
* **Experienced with Kai Finance?** Jump straight into the action with our [How to Deposit](/vaults/single-asset-vaults/how-to-deposit.md) or [How to Create LP Position](/vaults/liquidity-provider-vaults/how-to-create-lp-position.md) guides for step-by-step instructions.
* **Want to receive real time notification about your LP positions?** Check our step by step guide on how to [**Connect your Telegram to Kai Finance**](/vaults/liquidity-provider-vaults/how-to-connect-telegram.md) to receive instant alerts about your LP positions. Stay updated on position health, liquidation risks, and range status in real-time.


---

# 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.kai.finance/introduction/getting-started.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.
