# RPC Access

An RPC endpoint (Remote Procedure Call) access allows developers, wallets, and dApp to interact with the blockchain network, querying data, sending transactions, and deploying contracts.

The primary rpc endpoint of the demo network is available at [RPC endpoint](https://rpc-cogitusdemonetwork.zeeve.net/SIp4Xce0n12yTrBPxA/ext/bc/h49dwEVWNSoUmpwtFtfBJVrtKN4Y6wFhAE2rXNZeWYoFRYQHJ/rpc).

<figure><img src="/files/kBOc0OiiH2iZaXSi4UFM" alt=""><figcaption><p>L1 services Details</p></figcaption></figure>

📌The Avalanche L1 RPC supports the standard Ethereum JSON-RPC API, along with Avalanche-specific extensions.

Refer API Documentation - <https://docs.avacloud.io/api-reference>


---

# 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.cogitus.io/demo-network/rpc-access.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.
