# Se connecter à Chiliz Chain

Il existe deux façons de connecter votre projet à Chiliz Chain :

* En utilisant un point de terminaison RPC -- Mainnet ou Testnet.
* En exécutant votre propre nœud Chiliz Chain.

Vous pouvez utiliser des points de terminaison RPC pour interagir directement avec un nœud via HTTP ou des websockets.

{% content-ref url="/pages/3ac5a1d75a9bf8f85d711fe8048e5c87f03af7f5" %}
[Se connecter via RPC](/fr-ai/develop/basics/connect-to-chiliz-chain/connect-using-rpc.md)
{% endcontent-ref %}

Vous pouvez également exécuter votre propre nœud Chiliz Chain, ce qui offre un meilleur contrôle et une plus grande confidentialité, mais exige davantage de compétences techniques et de ressources.

{% content-ref url="/pages/2a33ef217af8515280c10e039dcfd894de4ff678" %}
[Exécuter un nœud Chiliz Chain](/fr-ai/develop/basics/connect-to-chiliz-chain/run-a-chiliz-chain-node.md)
{% endcontent-ref %}

Si vous êtes un validateur Chiliz Chain, voici un guide sur la façon d’exécuter votre propre nœud validateur :

{% content-ref url="/pages/ae95987c53cbeb800d5677383c02af0838c480b8" %}
[Exécuter un nœud validateur](/fr-ai/learn/about-validators/running-a-validator-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/fr-ai/develop/basics/connect-to-chiliz-chain.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.
