# Temeller

- [Chiliz Chain’e bağlanın](https://docs.chiliz.com/tr-ai/develop/basics/connect-to-chiliz-chain.md)
- [RPC kullanarak bağlanın](https://docs.chiliz.com/tr-ai/develop/basics/connect-to-chiliz-chain/connect-using-rpc.md)
- [Bir Chiliz Chain düğümü çalıştırın](https://docs.chiliz.com/tr-ai/develop/basics/connect-to-chiliz-chain/run-a-chiliz-chain-node.md): Chiliz Chain ile eşitlemek için bir düğümü başlatın, oluşturun, bağlayın ve hata ayıklayın
- [Donanım cüzdanı kullanın](https://docs.chiliz.com/tr-ai/develop/basics/connect-to-chiliz-chain/use-a-hardware-wallet.md)
- [Ücretsiz Testnet Tokenları Edinin](https://docs.chiliz.com/tr-ai/develop/basics/obtain-free-testnet-tokens.md)
- [Spicy Faucet ile test CHZ tokenları edinin](https://docs.chiliz.com/tr-ai/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-spicy-faucet.md)
- [Tatum Faucet ile test CHZ tokenları edinin](https://docs.chiliz.com/tr-ai/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-tatum-faucet.md)
- [Spicy Faucet ile test Fan Tokenları edinin](https://docs.chiliz.com/tr-ai/develop/basics/obtain-free-testnet-tokens/obtain-test-fan-tokens-with-spicy-faucet.md)
- [Bir blok gezgini kullanın](https://docs.chiliz.com/tr-ai/develop/basics/use-a-block-explorer.md)
- [Bir Akıllı Sözleşme yazın](https://docs.chiliz.com/tr-ai/develop/basics/write-a-smart-contract.md)
- [Bir Akıllı Sözleşme dağıtın](https://docs.chiliz.com/tr-ai/develop/basics/deploy-a-smart-contract.md)
- [Remix ile dağıtın](https://docs.chiliz.com/tr-ai/develop/basics/deploy-a-smart-contract/deploy-with-remix.md)
- [thirdweb ile dağıtın](https://docs.chiliz.com/tr-ai/develop/basics/deploy-a-smart-contract/deploy-with-thirdweb.md)
- [Bir Akıllı Sözleşmeyi doğrulayın](https://docs.chiliz.com/tr-ai/develop/basics/verifiy-a-smart-contract.md)
- [Chiliscan ile doğrulayın](https://docs.chiliz.com/tr-ai/develop/basics/verifiy-a-smart-contract/verify-with-chiliscan.md)
- [Chiliz Block Explorer ile doğrulayın](https://docs.chiliz.com/tr-ai/develop/basics/verifiy-a-smart-contract/verify-with-chiliz-block-explorer.md)
- [Hardhat ile doğrulayın](https://docs.chiliz.com/tr-ai/develop/basics/verifiy-a-smart-contract/verify-with-hardhat.md)
- [Bir Akıllı Sözleşmeyi düzleştirin](https://docs.chiliz.com/tr-ai/develop/basics/verifiy-a-smart-contract/flatten-a-smart-contract.md)
- [Doğrulama için en iyi uygulamalar](https://docs.chiliz.com/tr-ai/develop/basics/verifiy-a-smart-contract/verification-best-practices.md)
- [Sarmalanmış CHZ kullanın](https://docs.chiliz.com/tr-ai/develop/basics/use-wrapped-chz.md)
- [Nasıl Yapılırlar](https://docs.chiliz.com/tr-ai/develop/basics/how-tos.md)
- [Bir cüzdanın bakiyesi nasıl alınır](https://docs.chiliz.com/tr-ai/develop/basics/how-tos/how-to-get-the-balance-of-a-wallet.md)
- [Bir cüzdanın geçmişi nasıl alınır](https://docs.chiliz.com/tr-ai/develop/basics/how-tos/how-to-get-the-history-of-a-wallet.md)
- [Belirli bir NFT’nin meta verileri nasıl alınır](https://docs.chiliz.com/tr-ai/develop/basics/how-tos/how-to-get-the-metadata-of-a-specific-nft.md)
- [AI araçlarıyla nasıl Chiliz dApp oluşturulur](https://docs.chiliz.com/tr-ai/develop/basics/how-tos/how-to-build-a-chiliz-dapp-with-ai-tools.md)
- [İpuçları ve Püf Noktaları](https://docs.chiliz.com/tr-ai/develop/basics/tips-and-tricks.md)


---

# 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/develop/basics.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.
