> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/getting-started/sharing-projects-and-networks.md).

# Sharing Projects and Networks

{% embed url="<https://www.youtube.com/watch?v=Fgtsw0l33CQ>" %}

Projects: These are like folders that group Sub-projects and Networks.

Networks: Each models with a unique network is called a 'Network' in WaterStrategy.

Person Icon: Indicates you solely have access to the project or network.

People Icon: Indicates multiple people have access to a project or network.

Creator: Created the project or network.

Shared Directly: The project or network was specifically shared to a user.

Inherited from: (“Project Name”): The user has access to this sub-project or network from being shared a project that encases it.

![](/files/UDONa3ymzKrXkfz24oqO) ![](/files/ePxvknFmYwIyy6dsMqEj) ![](/files/cGkF2wo9q81ZUBAs4OHj)

1. In order to share a project, enter the project and click on the members tab.

![](/files/CPWQ60c2rc5EEQrAxAGS)

2. Type in the email of the recipient’s account you would like to share to.

![](/files/NF3sxS45sxkfnSYD98tW)

There are two permissions you can choose to grant a recipient.

Allow users to re-share?: Allows them to share the project and the projects/networks inside with others.

Allow users to edit the Project?: Allows them to edit the projects/networks inside the project.

3. Select “Invite” after choosing permissions.

![](/files/DUVnbEgAXnfzP2BE1pwV)

Below you can view who the project has been shared with, manage who has been shared with, view their permissions, and see how they received access.

4. In order to share a network, click on the share icon![](/files/v11M4bq46LA7lRjr97Mn) on a network.

![](/files/kdtBICtMIwYJDqvKwFIV)

There are permissions you can choose to grant a recipient.

![](/files/YgFtvos0njUZtn2W2gZP)

Allow users to re-share?: Allows them to share the network with others.

Allow users to edit the Project?: Allows them to edit the network.

Clone Network: Creates a duplicate network. Prevents changes to pre-existing network. Has the options below if “Cloned Network” is chosen.

Include Results in new network?: Include run results in cloned network.

Include all Scenarios?: Include the created scenarios in cloned network.

Network Name: Create name of cloned network.

5. Type in the email of the recipient’s account you would like to share to.
6. Click “Share” after choosing permissions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/getting-started/sharing-projects-and-networks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
