> 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/connected-insights/interpret-and-report/inter-interp-a-variant/inter-clinical-trial.md).

# Create Clinical Trials

* Users can create clinical trial records when they need to add a clinical trial or edit information about a clinical trial present in an external knowledge base.
* Two ways to create clinical trials: from scratch or by editing external knowledge base assertions.

## Creating Clinical Trials

From scratch:

* Navigate to the Biomarker Details page.
* Select **Create New Assertion** in the top-right corner or under the list of variant assertions to be included in the report.
* In the **Clinical Trial** tab, add information to the fields described below.

From an external knowledge base:

* Navigate to the Biomarker Details page.
* Select a clinical trial from an external knowledge base (e.g., CKB).
* Select **Copy to new assertion** in the menu next to "Report".
* Add and edit information in the fields described below.

## Clinical Trial Fields

### Level

For more information, refer to [Interpret a Variant](/connected-insights/interpret-and-report/inter-interp-a-variant.md#level).

### Consequences

For more information, refer to [Interpret a Variant](/connected-insights/interpret-and-report/inter-interp-a-variant.md#consequences).

### Status

The Status field describes the status of TMB, MSI, and GIS that the assertion is applicable to.

The following categories are available:

* TMB-High
* TMB-Low
* MSI-High
* MS-Stable
* GIS-High
* GIS-Low

### HRD

The HRD field indicates if the assertion is related to HRD for GIS and BRCA1 and BRCA2 variants.

The following categories are available:

* Undetermined
* Positive
* Negative

### Title

The Title field indicates the clinical trial title.

### Registry

The Registry field indicates the clinical trial registry (e.g., <https://clinicaltrials.gov/>).

### Registry ID

The Registry ID field indicates the clinical trial registry identifier (e.g., NCT1234).

### Phase

The Phase field indicates the phase of the clinical trial (e.g., Phase III).

### External Link

The External Link indicates the URL for the clinical trial record online.

### Disease

For more information, refer to [Interpret a Variant](/connected-insights/interpret-and-report/inter-interp-a-variant.md#disease).

### Location

The Location field indicates the city, state, and country of the clinical trial.

* Multiple locations can be added.
* Country is required.

### Approval Status

The Approval Status field indicates the assertion approval status. See [Manage Assertions](/connected-insights/interpret-and-report/inter-interp-a-variant/inter-manage-assertions.md) for more details.


---

# 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/connected-insights/interpret-and-report/inter-interp-a-variant/inter-clinical-trial.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.
