# Data Streaming

Illumina sequencing instruments have onboard control and workflow software. This software includes a robust data-streaming component, which acts as a software broker with the BaseSpace Sequence Hub API. Through this broker, you can transfer individual base call (\*.bcl) files over an encrypted connection to the BaseSpace Sequence Hub. You can then verify the files and assemble them into samples for analysis on the interface. You can perform this transmission and analysis during the sequencing of a run.

The instrument control software does not allow publicly addressable inbound communications. All communication is made through standard https requests initiated by the user at the instrument. Each data-upload transaction is linked to an authenticated user account.


---

# 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/basespace/additional-resources/additional-resources/data-streaming.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.
