> 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/gci-help/evidence-collection-overview.md).

# Evidence Collection: Overview

The curation interface provides spaces for entering information in the following formats:

* Dropdown menus: select the appropriate option; subsequent options in the curation interface may change depending on the choice
* Spaces for controlled vocabularies (e.g. approved gene names, ontology terms): consult the appropriate ontology; a link-out is provided
* Free text fields

For a subset of fields, entry of data or information is required; these fields are marked by an asterisk. If you attempt to save your work, but a required field has not been filled, an error notice will appear next to the Cancel/Save buttons, and any fields that require curation will be outlined in red.

![](https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2F7PhbVkfERwYazzRVjrd6%2FScreen%20Shot%202022-05-02%20at%204.07.40%20PM.png?alt=media\&token=3ef3eb2d-698d-44bc-a930-42690cb1ec8a)

![](https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2FyvePdVeIXPUT7zfk405Z%2FScreen%20Shot%202022-06-02%20at%205.27.22%20PM.png?alt=media\&token=89fd8c0c-0e2e-424c-97ec-e2fc7f194944)

{% hint style="warning" %}
If you select Cancel or navigate away from a curation page before saving, all data you have entered will be lost.
{% endhint %}

Genetic and experimental evidence is collected from individual publications. The basic workflow for evidence collection is outlined here:

![](https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2F82ETqVEwbziVJt6AHMGp%2Fevidence%20collection%20overview.png?alt=media\&token=c9f6bee0-731e-40d2-8061-3daf28994af8)

The Evidence panel on the right is the starting point for adding evidence for a selected article. To begin curation, click the ‘+’ sign next to the specific type of evidence you would like to curate.

![](https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2FExSvQjT7Gc9uOoJX0i99%2FScreen%20Shot%202022-03-30%20at%202.31.29%20PM.png?alt=media\&token=bd849227-3fe1-4f38-8208-e0245c067768)


---

# 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/gci-help/evidence-collection-overview.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.
