# Network Statuses

Networks have different statuses based on the stage at which they are in.&#x20;

<table data-header-hidden><thead><tr><th width="221"></th><th></th></tr></thead><tbody><tr><td><strong>Network Status</strong></td><td><strong>Description</strong></td></tr><tr><td>Created</td><td>When a network is created</td></tr><tr><td>Live</td><td>When a Blockchain network is initialized</td></tr><tr><td>Modify</td><td>When anything is being upgraded on a Network</td></tr><tr><td>Deleting</td><td>When a Network is being deleted</td></tr><tr><td>Inprogess</td><td>When any details are being updated or any operations are running</td></tr></tbody></table>

Deleted Networks are deleted forever and cannot be retrieved.&#x20;


---

# 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.spydra.app/products-overview/private-network/networks/network-statuses.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.
