# View and edit Network details

{% hint style="info" %}
Network Administrators can edit network membership information, update access, invite organizations, remove existing members in a network, manage API keys, manage callbacks, and deploy chaincode applications on the network.
{% endhint %}

### View / Edit Network Details

Once you have created a network, you can view the details in the **Overview** section.&#x20;

* Navigate to the network listing page [https://console.spydra.app/networks](https://dev-web-user.spydra.app/networks)
* Click on the network you would like to edit
* In the Overview section, you can view Network information such as network name, parent organization, org membership count, home region, network status, node count, channel count, and the deployed app count.
* Network admins can edit information such as network names and transfer the network's ownership by changing the parent organization.
* If the parent organization is changed, the admin of the parent organization will be the new Network admin.

<figure><img src="/files/DB7Mj3HwkM5vjDYkwE9d" alt=""><figcaption></figcaption></figure>

###


---

# 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/how-to/private-network/networks/view-and-edit-network-details.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.
