# Network Releases Nomenclature

{% hint style="info" %}
Both Alphanets and Devnets are testnet networks with no monetary value tied to the Load Network mainnet. They serve different purposes in our development pipeline
{% endhint %}

### Alphanets: Stable Testnets&#x20;

* Designed for user/dev exploration and testing.
* Features low frequency of breaking changes.
* Provides a more reliable environment for developers and users to interact with Load Network.

### Devnets: Experimental Testnets&#x20;

* Acts as a testing ground for the Alphanets.
* Characterized by frequent breaking changes and potential instability.
* Playground for testing new features, EIPs, and experimental concepts.


---

# 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.load.network/about-load-network/network-releases-nomenclature.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.
