# Hızlı Başlangıç

Bu bölüm, özellikle Ethereum ekosistemi olmak üzere blokzincir teknolojisine zaten hakim olan geliştiricileri hedeflemektedir.

Chiliz Chain ile projenize hızlı bir başlangıç yapmanız için gerekli bilgileri sağlar.

{% content-ref url="/pages/d7389c42de314a79a5b24eff428242d808e1f35a" %}
[Kısaca Chiliz Chain](/tr-ai/quick-start/chiliz-chain-in-a-nutshell.md)
{% endcontent-ref %}

{% content-ref url="/pages/3e4d713fe83501b6d84f858576c29dfe96f35c51" %}
[Mainnet ve Testnet'e bağlanın](/tr-ai/quick-start/developer-toolbox/connect-to-mainnet-and-testnet.md)
{% endcontent-ref %}

{% content-ref url="/pages/ad1cde44636b11158442f1f1a7c6309b1e1927be" %}
[Testnet tokenları edinin](/tr-ai/quick-start/developer-toolbox/obtain-testnet-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/398c1bca138f97ebca9f2880fda87035d15de970" %}
[Bir sözleşmeyi dağıtın ve doğrulayın](/tr-ai/quick-start/developer-toolbox/deploy-and-verify-a-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/9c33b4aaa5e457eecfe33128bb3e72b08613ee43" %}
[Bir Chiliz Chain Düğümü Çalıştır](/tr-ai/quick-start/developer-toolbox/run-a-chiliz-chain-node.md)
{% 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/tr-ai/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.
