# Bases

- [Se connecter à Chiliz Chain](https://docs.chiliz.com/fr-ai/develop/basics/connect-to-chiliz-chain.md)
- [Se connecter via RPC](https://docs.chiliz.com/fr-ai/develop/basics/connect-to-chiliz-chain/connect-using-rpc.md)
- [Exécuter un nœud Chiliz Chain](https://docs.chiliz.com/fr-ai/develop/basics/connect-to-chiliz-chain/run-a-chiliz-chain-node.md): Lancer, créer, connecter et déboguer un nœud pour se synchroniser avec Chiliz Chain
- [Utiliser un portefeuille matériel](https://docs.chiliz.com/fr-ai/develop/basics/connect-to-chiliz-chain/use-a-hardware-wallet.md)
- [Obtenir des jetons de testnet gratuits](https://docs.chiliz.com/fr-ai/develop/basics/obtain-free-testnet-tokens.md)
- [Obtenir des jetons CHZ de test avec Spicy Faucet](https://docs.chiliz.com/fr-ai/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-spicy-faucet.md)
- [Obtenir des jetons CHZ de test avec Tatum Faucet](https://docs.chiliz.com/fr-ai/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-tatum-faucet.md)
- [Obtenir des Fan Tokens de test avec Spicy Faucet](https://docs.chiliz.com/fr-ai/develop/basics/obtain-free-testnet-tokens/obtain-test-fan-tokens-with-spicy-faucet.md)
- [Utiliser un explorateur de blocs](https://docs.chiliz.com/fr-ai/develop/basics/use-a-block-explorer.md)
- [Écrire un contrat intelligent](https://docs.chiliz.com/fr-ai/develop/basics/write-a-smart-contract.md)
- [Déployer un contrat intelligent](https://docs.chiliz.com/fr-ai/develop/basics/deploy-a-smart-contract.md)
- [Déployer avec Remix](https://docs.chiliz.com/fr-ai/develop/basics/deploy-a-smart-contract/deploy-with-remix.md)
- [Déployer avec thirdweb](https://docs.chiliz.com/fr-ai/develop/basics/deploy-a-smart-contract/deploy-with-thirdweb.md)
- [Vérifier un contrat intelligent](https://docs.chiliz.com/fr-ai/develop/basics/verifiy-a-smart-contract.md)
- [Vérifier avec Chiliscan](https://docs.chiliz.com/fr-ai/develop/basics/verifiy-a-smart-contract/verify-with-chiliscan.md)
- [Vérifier avec Chiliz Block Explorer](https://docs.chiliz.com/fr-ai/develop/basics/verifiy-a-smart-contract/verify-with-chiliz-block-explorer.md)
- [Vérifier avec Hardhat](https://docs.chiliz.com/fr-ai/develop/basics/verifiy-a-smart-contract/verify-with-hardhat.md)
- [Aplatir un contrat intelligent](https://docs.chiliz.com/fr-ai/develop/basics/verifiy-a-smart-contract/flatten-a-smart-contract.md)
- [Meilleures pratiques de vérification](https://docs.chiliz.com/fr-ai/develop/basics/verifiy-a-smart-contract/verification-best-practices.md)
- [Utiliser des CHZ enveloppés](https://docs.chiliz.com/fr-ai/develop/basics/use-wrapped-chz.md)
- [Guides pratiques](https://docs.chiliz.com/fr-ai/develop/basics/how-tos.md)
- [Comment obtenir le solde d'un portefeuille](https://docs.chiliz.com/fr-ai/develop/basics/how-tos/how-to-get-the-balance-of-a-wallet.md)
- [Comment obtenir l'historique d'un portefeuille](https://docs.chiliz.com/fr-ai/develop/basics/how-tos/how-to-get-the-history-of-a-wallet.md)
- [Comment obtenir les métadonnées d'un NFT spécifique](https://docs.chiliz.com/fr-ai/develop/basics/how-tos/how-to-get-the-metadata-of-a-specific-nft.md)
- [Comment construire une dApp Chiliz avec des outils d'IA](https://docs.chiliz.com/fr-ai/develop/basics/how-tos/how-to-build-a-chiliz-dapp-with-ai-tools.md)
- [Conseils et astuces](https://docs.chiliz.com/fr-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/fr-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.
