# Automate Lane QC

You can configure BaseSpace Sequence Hub to automatically apply a QC status to the lanes of sequencing runs as they complete. BaseSpace Sequence Hub compares the lane metrics to your predefined thresholds and assigns a lane status as QC Passed or QC Failed.

When a lane is set to QC failed, its data are excluded from downstream data analyses and total yield calculations.

Lane QC thresholds are configured per user (or per workgroup) and apply to all lanes generated for sequencing runs owned by the user.

For information about using the BaseSpace Sequence Hub API or CLI to configure lane QC thresholds, see the developer documentation at [developer.basespace.illumina.com](https://developer.basespace.illumina.com/).

{% hint style="info" %}
Until automated QC settings have been configured, all lanes are set to QC Passed by default.
{% endhint %}

You can review and manually change the lane QC status after it has been applied. For information about manually applying QC status, see [Manual QC](https://help.basespace.illumina.com/automate/manual-qc).


---

# 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.basespace.illumina.com/automate/automate-lane-qc.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.
