# Demo Network

The Demo Network serves as an introductory version of your Avalanche L1 blockchain, created to offer a hands-on preview of its features and capabilities. It is a fully functional environment that mimics the production setup, enabling users to explore network operations, test transactions, interact with wallets, and evaluate precompile configurations—all without incurring real-world costs or risks.&#x20;

This network is ideal for internal testing, client demonstrations, and early-stage validation before moving to mainnet deployment.


---

# 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.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.
