> For the complete documentation index, see [llms.txt](https://help.tso500software.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.tso500software.illumina.com/dragen-tso-500-guides/dragen-tso-500-v2.5/getting-started/getting-started-on-illumina-connected-analytics.md).

# Getting Started on Illumina BioInsight Platform Core

## Prerequisites

An Illumina BioInsight Platform subscription includes access to DRAGEN TruSight Oncology 500 Analysis Software on BioInsight Platform Core (formerly ICA). To get started, you need:

* A BioInsight Platform account with a valid subscription. Refer to the [Software Registration page](https://help.connected.illumina.com/account-management/rg-registration) for information on how to register a BioInsight Platform subscription and Illumina BioInsight Credits (BICs).
* A positive balance of BICs for data storage. Please refer to the [BioInsight Credits pricing page](https://help.ica.illumina.com/reference/r-pricing) and [storage requirements](#minimum-storage-requirements-on-ica) for more information.

## Minimum Storage Requirements on Platform Core

The table provides guidance on the storage needs and associated Platform Core storage size settings.

<table><thead><tr><th width="391">Sequencing System</th><th>Minimum Disk Space (Gb)</th><th>Platform Core Storage Size Value</th></tr></thead><tbody><tr><td>NextSeq 500/550/550Dx (RUO) HO flow cell</td><td>350</td><td>Large</td></tr><tr><td>NovaSeq 6000/6000Dx (RUO) SP Flow Cell</td><td>500</td><td>Large</td></tr><tr><td>NovaSeq 6000/6000Dx (RUO) S1 Flow Cell</td><td>1100</td><td>Large</td></tr><tr><td>NovaSeq 6000/6000Dx (RUO) S2 Flow Cell</td><td>2,500</td><td>Large</td></tr><tr><td>NovaSeq 6000/6000Dx (RUO) S4 Flow Cell</td><td>4,300</td><td>Large</td></tr><tr><td>NovaSeq X 1.5B</td><td>2,000</td><td>Large</td></tr><tr><td>NovaSeq X 10B</td><td>4,300</td><td>Large</td></tr><tr><td>NovaSeq X 25B</td><td>8,400</td><td>XLarge</td></tr><tr><td>NextSeq 1000/2000</td><td>350</td><td>Large</td></tr></tbody></table>


---

# 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.tso500software.illumina.com/dragen-tso-500-guides/dragen-tso-500-v2.5/getting-started/getting-started-on-illumina-connected-analytics.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.
