# Case Page

## Getting Around

The Case Page can be navigated to by clicking on a case in the [Cases Page](/connected-insights/manage-cases/cm-introduction.md). Once you're in a case, you'll find many places to navigate to.

<figure><img src="/files/YB81b3FywpSA0CD4DQM6" alt=""><figcaption><p>Cases Page header</p></figcaption></figure>

Going from left to right:

* Click **Cases** to go back to the [Cases Page](/connected-insights/manage-cases/cm-introduction.md).
* Click **Overview** to navigate to the [Overview Tab](/connected-insights/interpret-and-report/cm-overview-tab.md).
* Click **Visualize** to navigate to the [Visualize Tab](/connected-insights/interpret-and-report/cm-visualize-tab.md).
* Click **Variants** to navigate to the [Variants Tab](/connected-insights/interpret-and-report/inter-variant-grid.md).
* Click **Lab QC** to navigate to the [Lab QC Tab](/connected-insights/interpret-and-report/cm-lab-qc-tab.md).
* Click **Report** to navigate to the [Report Tab](/connected-insights/interpret-and-report/cm-report-tab.md).
* Click **igv** **icon** to select IGV preferences and start a session.
* Click B**ook** **icon** to see if variants are prioritized by the latest knowledge.
* Click **+** to [Add Variant](/connected-insights/interpret-and-report/add-variant.md).
* Click **Expand icon** to open [Case Details](/connected-insights/interpret-and-report/cm-cases-details.md).

## Typical Steps

Each lab's interpretation workflow may differ, depending on the type of test, report, and specifics of the given case. Typical user actions include the following steps:

1. Review the case, subject, and sample information in [Case Details](/connected-insights/interpret-and-report/cm-cases-details.md).
2. Select the [Variants Tab](/connected-insights/interpret-and-report/inter-variant-grid.md) to display the variant grid for review and interpretation.
   1. Customize variant information displayed in the variant grid. For more information, refer to [Modify Columns](/connected-insights/interpret-and-report/inter-variant-grid/inter-modify-variant-grid.md).
   2. Apply or modify variant filters. For more information, refer to [Apply Variant Filters](https://github.com/illumina-swi/ici-docs/blob/main/docs/interpretation/inter-apply-variant-filter/README.md).
   3. Flag the variant as needed to support communication between variant reviewers. For more information, refer to [Variants Tab](/connected-insights/interpret-and-report/inter-variant-grid.md).
3. View more information about the variant. For more information, refer to [View Biomarker Details](/connected-insights/interpret-and-report/viewdetails-introduction.md).
4. Create variant assertions and include the selected variants in the report. For more information, refer to [Interpret a Biomarker](/connected-insights/interpret-and-report/inter-interp-a-variant.md).


---

# Agent Instructions: 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:

```
GET https://help.connected.illumina.com/connected-insights/interpret-and-report/inter-introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
