# Network Roles & Permissions

You can set different access rights for the Organization members participating in a Network. This can be set when you are inviting an Organisation to your Network or from the Network membership page.

{% hint style="info" %}
Please note on Networks:

* Only the participant **Organization's Admins** will inherit Network roles (**Network Admin, Network Contributor, or Chaincode Admin roles)**.
* **Org Members and Org Reader** do not get additional permission for any participant Networks. They will only have **read access on Networks.**
  {% endhint %}

<table><thead><tr><th width="163.33333333333331">Role</th><th>Description</th><th>Org Permissions</th></tr></thead><tbody><tr><td>Network Admin</td><td>Can manage all aspects of an existing network like network properties, channels, chaincodes, and members</td><td><ul><li>Create, View, Update &#x26; Delete Network</li><li>Create, View, Update &#x26; Delete Participant Members</li><li>Create, View, Update &#x26; Delete Channels</li><li>Create, Deploy, View, and Update Apps/Chaincode</li></ul></td></tr><tr><td>Network Contributor</td><td>Can manage all aspects of the network except inviting or removing network member organizations</td><td><ul><li>Create, View, Update &#x26; Delete Networks</li><li>View Participant Members</li><li>Create, View, Update &#x26; Delete Channels</li><li>Create, Deploy, View, and Update Apps/Chaincode</li></ul></td></tr><tr><td>Network Reader</td><td>Can only view network information</td><td><ul><li>View Network, View Members, View channels, View Apps/Chaincode</li></ul></td></tr></tbody></table>

Also view,

[Update Permissions for Network Members](/how-to/private-network/networks/view-and-edit-network-details/update-permissions-for-network-members.md)

[Organization Roles & Permissions](/products-overview/private-network/organizations/organization-roles-and-permissions.md)


---

# 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-roles-and-permissions.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.
