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

# Quick Start

This section is aimed at developers who already know their way around blockchain technology, especially the Ethereum ecosystem.

It gives you the necessary information to kick-start your project with Chiliz Chain.

## The Gist of It

Get a bird's-eye view of what Chiliz Chain is about.

{% content-ref url="/pages/vA5aVavCeFBoGrYJUk3U" %}
[Chiliz Chain in a nutshell](/quick-start/chiliz-chain-in-a-nutshell.md)
{% endcontent-ref %}

## Developer Toolbox

{% content-ref url="/pages/Bky7yYKjAYqrm45vdgD2" %}
[Developer Toolbox](/quick-start/developer-toolbox.md)
{% endcontent-ref %}

The Chiliz Chain Developer Toolbox contains the following:

* Parameters to connect to Chiliz Chain Mainnet and Spicy Testnet.
* Links to Testnet faucets.
* Links to our contract deployment and verification guides.
* Parameters to run your own Chiliz Chain node.

## Starter Kits

The Chiliz Chain Starter Kits are step-by-step guides to achieve your goal on Chiliz Chain.

{% content-ref url="/pages/GoYR5mAz6m0YQBdOlKFz" %}
[Starter Kits](/quick-start/starter-kits.md)
{% endcontent-ref %}

## Online Courses

Level up your Chiliz Chain skills with free courses and bootcamps from our ecosystem partners.

{% content-ref url="/pages/GzZqg3Mo9IReTu8CZBbc" %}
[Free online courses](/quick-start/free-online-courses.md)
{% endcontent-ref %}

## Addresses

In these pages you will find the current addresses for all your needs.

{% content-ref url="/pages/pntXW13Q9weIyJKdyx0f" %}
[Inflation Supply Allocation Addresses](/quick-start/inflation-supply-allocation-addresses.md)
{% endcontent-ref %}

{% content-ref url="/pages/k4r14berpYf7wfSjUnYR" %}
[Smart Contract Addresses](/quick-start/smart-contract-addresses.md)
{% endcontent-ref %}

{% content-ref url="/pages/7uoBCNloNbn76vHzrLrS" %}
[Token Contract Addresses](/quick-start/token-contract-addresses.md)
{% endcontent-ref %}


---

# 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.chiliz.com/quick-start.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.
