# Test Definitions

Test Definitions allow you to specify default parameters that apply to cases when they are ingested. Make sure you have test components created, then create a test definition as follows.

1. On the top toolbar, select **Configuration**.
2. Select the **Test Definitions** tab.
3. Select **New**.
4. In the right-hand pane, enter a test name in the Test Name field.
5. Choose a human reference genome.
6. \[Optional] Select one or more custom annotations (must be compatible for the selected human reference genome).
7. Choose one or more variant filters. These filters display in the [Variants Tab](/connected-insights/interpret-and-report/inter-variant-grid.md) as locked filters.
8. Choose a [variant flag group](/connected-insights/configure/configuration/c-variant-flag-groups.md).
9. Choose a [report template](/connected-insights/configure/configuration/reports-report-templates.md).
10. \[Optional] Enter version comments as applicable.
11. \[Optional] Select the **Turn on Report Automation** toggle to enable or disable the automated addition of assertions to reports using this test definition. For more information, refer to [Report Automation](/connected-insights/configure/configuration/c-automation.md).
12. \[Optional] Enter a test methodology to be included on the PDF report.
13. Select **Save**. The new test definition appears on the left-hand accordion menu. Select a test definition to preview and access the following actions:
    * Select **Edit** to edit a test definition.
    * Select **Copy as New Test** to copy the definition as a template for a new test definition.
    * Select **Archive** to hide the test definition from the PDF report.

## Default Tests

Connected Insights provides the following default tests to assist in preliminary test implementation:

| GRCh37 Demo     | GRCh37 test that applies filters for oncogenic, likely oncogenic, 1A, 1B, and 2C DNA and RNA variants. |
| --------------- | ------------------------------------------------------------------------------------------------------ |
| GRCh38 Demo     | GRCh38 test that applies filters for oncogenic, likely oncogenic, 1A, 1B, and 2C DNA and RNA variants. |
| GRCh38 AML Demo | GRCh38 test that applies filters for AML-related variants based on WHO 2022 and ELN 2022 guidelines.   |


---

# 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/configure/configuration/c-test-definition-setup.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.
