# Quickstart

> **The first AI payment blockchain** — foundational infrastructure empowering autonomous agents to operate and transact with identity, payment, and verification.

## [Get Started](https://docs.gokite.ai/get-started-why-kite/introduction-and-mission)

Learn about Kite's mission, architecture, and core concepts.

* [Introduction & Mission](https://docs.gokite.ai/get-started-why-kite/introduction-and-mission)
* [Key Use Cases & Players](https://docs.gokite.ai/get-started-why-kite/key-use-cases-and-players)
* [Architecture & Design Pillars](https://docs.gokite.ai/get-started-why-kite/architecture-and-design-pillars)
* [Core Concepts & Terminology](https://docs.gokite.ai/get-started-why-kite/core-concepts-and-terminology)

## [Kite Agent Passport](https://docs.gokite.ai/kite-agent-passport/kite-agent-passport)

Let your AI agent discover and pay for services on your behalf. Passport gives agents a funded wallet, scoped spending sessions, and service discovery — while you stay in control.

* [Getting Started](https://docs.gokite.ai/kite-agent-passport/kite-agent-passport)
* [Funding Your Wallet](https://docs.gokite.ai/kite-agent-passport/funding)
* [CLI Reference](https://docs.gokite.ai/kite-agent-passport/cli-reference)
* [Service Provider Guide](https://docs.gokite.ai/kite-agent-passport/service-provider-guide)

## [Kite Chain](https://docs.gokite.ai/kite-chain/1-getting-started/network-information)

Build on Kite — network information, tools, and smart contract development.

* [Network Information](https://docs.gokite.ai/kite-chain/1-getting-started/network-information)
* [Tools & Explorer](https://docs.gokite.ai/kite-chain/1-getting-started/tools)
* [Smart Contract Development](https://docs.gokite.ai/kite-chain/3-developing/smart-contracts-list)
* [Sample dApps](https://docs.gokite.ai/kite-chain/4-building-dapps)

***

For any documentation updates or corrections, please [open an issue](https://github.com/gokite-ai/developer-docs/issues/new/choose).


---

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