> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/analyze_network/network_sharing_configuration.md).

# Network sharing configuration

We offer four sharing modes that are set for each type of data per network:

<table><thead><tr><th width="209"></th><th></th></tr></thead><tbody><tr><td><em>Mandatory</em></td><td>always shared by default</td></tr><tr><td><em>Not shared</em></td><td>never exposed to the network</td></tr><tr><td><em>Restricted</em></td><td>shared in cases with or without patient’s <a href="/pages/w1geKQlPQm9DdV3EXN1Q">consent</a> to <em>Extended</em> sharing</td></tr><tr><td><em>Extended</em></td><td>shared only in cases with patient’s <a href="/pages/w1geKQlPQm9DdV3EXN1Q">consent</a> to <em>Extended</em> sharing</td></tr></tbody></table>

Network configuration is done by the network manager in [*Settings*](/emedgene/emedgene-analyze-manual/settings.md) > *Network*. One organization may participate in multiple networks under different terms.

### Data that could be shared via *Network* includes:

|                        |                                    |
| ---------------------- | ---------------------------------- |
| **Data field**         | **Applicable level of sharing**    |
| Case ID                | Mandatory                          |
| Collaborator           | Mandatory                          |
| Overlap (CNV)          | Mandatory                          |
| Pathogenicity          | Mandatory                          |
| Variant Details (CNV)  | Mandatory                          |
| ACMG Tags              | Not shared / Restricted / Extended |
| Age                    | Not shared / Restricted / Extended |
| Alt Repeats (STR)      | Not shared / Restricted / Extended |
| Case Type              | Not shared / Restricted / Extended |
| Date                   | Not shared / Restricted / Extended |
| Ethnicity              | Not shared / Restricted / Extended |
| Phenotypes             | Not shared / Restricted / Extended |
| Proband ID             | Not shared / Restricted / Extended |
| Selected Disease       | Not shared / Restricted / Extended |
| Sex                    | Not shared / Restricted / Extended |
| Tag                    | Not shared / Restricted / Extended |
| Variant Interpretation | Not shared / Restricted / Extended |
| Zygosity               | Not shared / Restricted / Extended |


---

# 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://help.connected.illumina.com/emedgene/emedgene-analyze-manual/analyze_network/network_sharing_configuration.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.
