> 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/vci-help/starting-an-interpretation/interpretation-mode-view.md).

# Interpretation mode view

SOP Section 5.3

Once in Interpretation mode, the following options will appear:

![](https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2FDdaDnoRJdI3DEpLDRgHm%2FInterpretation%20view.png?alt=media\&token=043f1bbf-3eba-4bfe-a576-399195ccbf57)

**A**. Click <img src="https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2FXYGSjKbmOpgVzwopDEt6%2FView%20Summary%20Button.png?alt=media&amp;token=f28d8e9a-7b6f-4641-b037-5fe7ba22e7ab" alt="" data-size="line"> to view a summary of all criteria evaluations.

**B**. Click <img src="https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2FuEP2s0r7dOn3kgBvlMFr%2FView%20audit%20trail.png?alt=media&amp;token=6a930ea2-f372-44b6-8e6a-c7e56558bb74" alt="" data-size="line"> to view the complete history of curation actions for this interpretation record. Note: It will not include actions from other interpretations of this variant.

**C**. Click <img src="https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2FdIR6iGZdi2XySd0LLFli%2FSpec%20doc%20button.png?alt=media&amp;token=f3192a04-1257-4cc0-8bc8-b4d76dbffeb5" alt="" data-size="line"> to add a specification document to the curation

**D**. Click <img src="https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2Fygldlf63yEetb4is6nFE%2FDisease%20button.png?alt=media&amp;token=b27cee70-5237-4b51-aef6-49945b0249d2" alt="" data-size="line"> or "<mark style="color:blue;">Add Disease +</mark>" under "My Interpretation" to associate a disease with the variant.

**E**. Click <img src="https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2FoPLdcDD0SueJTx1LRRSf%2FInheritance%20button.png?alt=media&amp;token=ecf14a69-d830-4cc8-862b-78cb5c5d4334" alt="" data-size="line"> to add mode of inheritance.

**F**. The **Progress bar** indicates the strength of criteria met and the auto-calculated pathogenicity.

**G**. The **Criteria bar** displays all ACMG criteria codes. Scroll over a code to display its description. Click on a code to navigate to the pertinent section in the VCI.

![](https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2Fkjw6AjGPFZLu0hCsXBWP%2FCriteria%20bar.gif?alt=media\&token=13b6e0a9-ed11-4c15-ba28-f200afb5065c)

The **Evidence Tabs** will now be populated with the [ACMG criteria](https://www.acmg.net/docs/standards_guidelines_for_the_interpretation_of_sequence_variants.pdf) evaluations where you can indicate whether an individual criterion is “Met” (see [Evaluating Criteria](/vci-gci-docs/vci-help/evaluating-criteria.md)).


---

# 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/vci-help/starting-an-interpretation/interpretation-mode-view.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.
