# Getting Started

Welcome to Kite Chain! This section provides everything you need to start building on Kite's blockchain network.

## What You'll Find Here

* [**Network Information**](/kite-chain/1-getting-started/network-information.md) - Chain IDs, RPC endpoints, faucets, and network details
* [**Tools**](/kite-chain/1-getting-started/tools.md) - Block explorers, wallets, SDKs, and DeFi tools for Kite Chain
* [**FAQs**](/kite-chain/1-getting-started/faqs.md) - Common questions and answers about Kite Chain

## Quick Start

1. **Connect to the Network** - Get testnet tokens from the faucet and configure your wallet
2. **Explore the Chain** - Use the block explorer to see transactions and contracts
3. **Set Up Your Environment** - Install the tools you'll need for development

## Next Steps

Once you're familiar with the basics:

* Learn [Blockchain Fundamentals](/kite-chain/2-fundamentals.md) if you're new to blockchain
* Start [Developing Smart Contracts](/kite-chain/3-developing.md) on Kite Chain
* Build complete [dApps](/kite-chain/4-building-dapps.md) with frontend interfaces

***

*New to blockchain? Check out our* [*Fundamentals*](/kite-chain/2-fundamentals.md) *section first!*


---

# 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.gokite.ai/kite-chain/1-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.
