# Quick Start

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

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

{% content-ref url="quick-start/chiliz-chain-in-a-nutshell" %}
[chiliz-chain-in-a-nutshell](https://docs.chiliz.com/quick-start/chiliz-chain-in-a-nutshell)
{% endcontent-ref %}

{% content-ref url="quick-start/developer-toolbox/connect-to-mainnet-and-testnet" %}
[connect-to-mainnet-and-testnet](https://docs.chiliz.com/quick-start/developer-toolbox/connect-to-mainnet-and-testnet)
{% endcontent-ref %}

{% content-ref url="quick-start/developer-toolbox/obtain-testnet-tokens" %}
[obtain-testnet-tokens](https://docs.chiliz.com/quick-start/developer-toolbox/obtain-testnet-tokens)
{% endcontent-ref %}

{% content-ref url="quick-start/developer-toolbox/deploy-and-verify-a-contract" %}
[deploy-and-verify-a-contract](https://docs.chiliz.com/quick-start/developer-toolbox/deploy-and-verify-a-contract)
{% endcontent-ref %}

{% content-ref url="quick-start/developer-toolbox/run-a-chiliz-chain-node" %}
[run-a-chiliz-chain-node](https://docs.chiliz.com/quick-start/developer-toolbox/run-a-chiliz-chain-node)
{% endcontent-ref %}


---

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