> For the complete documentation index, see [llms.txt](https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/more-information/vci-terms-of-use-user-agreement.md).

# VCI Terms of Use, User Agreement

Upon registration as a user of the ClinGen Variant Curation Interface (VCI), I acknowledge and agree to the following terms:

1. Any data entered into the VCI may be made publicly accessible, either through the VCI directly or by subsequent transfer to other public resources (ClinVar, ClinGen Evidence Repository, etc.);
2. All unpublished patient-specific data entered into the VCI, which is not explicitly consented for public sharing, should be the minimum necessary to inform the clinical significance of genetic variants;
3. Data entered into the VCI should not include [protected health information (PHI)](https://www.hipaajournal.com/considered-phi-hipaa/) or equivalent identifiable information as defined by regulations in your country or region;
4. Data accessed through the VCI should not be used in a manner that is likely to compromise the privacy of individuals. Users agree that they will not attempt in any way to identify or re-identify data subjects;
5. Users understand that they may be personally identified on the basis of information provided during registration, including (but not limited to) names, email addresses, professional affiliations, and curation activities in the VCI.

For information about the publication of data in the ClinGen curation ecosystem, data sharing, and informed consent in clinical genomics in the United States, please consult the ClinGen Terms of Use (<https://www.clinicalgenome.org/docs/terms-of-use/>), ClinGen Broad Data Sharing Consent Resources (<https://www.clinicalgenome.org/tools/consent-resources/>), the NHGRI Policy on informed consent (<https://www.genome.gov/about-genomics/policy-issues/informed-consent>) and this "Points to Consider" regarding data sharing in public databases: <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5793773>


---

# 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://vci-gci-docs.clinicalgenome.org/vci-gci-docs/more-information/vci-terms-of-use-user-agreement.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.
