> 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-curate-manual/curate_variants/curate_variant_page.md).

# Curate Variant page

The **Curate Variant page** presents curated variant information. Use it to review, interpret, and manage local variant curation.

<figure><img src="https://1131024994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCW0DnLlE7QjoZPNmKIi%2Fuploads%2Fgit-blob-bb0a54ca056495f96df69df822cdf3b7524f1dd8%2Flegacy_Curate_variant_page.gif?alt=media" alt=""><figcaption><p>Switching between maximized and reduced view of the <strong>Curate Variant page</strong>.</p></figcaption></figure>

The arrow button at the top left of the page toggles between the maximized and reduced views of the **Curate Variant page**.

**Curate Variant page** includes:

* [**Header**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/top-bar.md): Provides the main identifying details of the variant and its current classification.
* **Cards**:
  * [**Interpretation card**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/interpretation-card.md): Displays and allows editing of curated interpretation text and notes.
  * [**Gene-related diseases card**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/gene-related-diseases-card.md): Shows diseases associated with the variant's gene and allows selection of the relevant condition.
  * [**Variant information card**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/variant-information-card.md): Presents detailed variant information, including type, transcript, and variant effect.
  * [**ACMG classification card**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/acmg-classification-card.md): Supports applying and managing ACMG classification for the variant.
  * [**Related cases card**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/related-cases-card.md): Shows organization cases containing the variant or overlapping CNVs.
  * [**Network summary card**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/network-summary-card.md): Shows variant occurrences and interpretations from your network collaborators.
* [**Activities panel**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/activities-panel.md): Provides a history of actions performed on the variant.

**Network-only variants** are shared by collaborators but not stored in your organization’s **Curate** database. Their page shows only the [**Network summary card**](/emedgene/emedgene-curate-manual/curate_variants/curate_variant_page/network-summary-card.md) until you import the variant.


---

# 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-curate-manual/curate_variants/curate_variant_page.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.
