> 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/basespace/releases/previous-releases/2020/6.0.0.md).

# 6.0.0

### August 11, 2020 - 6.0 - BaseSpace Sequence Hub 6.0

### Features

* Version 6.0.0 implements a new look, aligned to the latest instrument design, and improvements to page loading speeds.
  * Dashboard spotlight displays items that require attention.
  * Run insights to track run metrics over time. View charts on the dashboard and export data to a CSV file. (Staged roll out completed August 12)
  * Run filters built in to column headers in the runs list.
  * Switching between Classic and New application versions is enabled in the Account Settings options.
  * Changes to support Classic mode:
    * My Data tab is removed. Items previously listed in the My Data menu are now primary tabs.
    * Run planning is moved to the Runs page.

![Screenshot of the BaseSpace Sequence Hub 6.0 dashboard, showcasing the new user interface, spotlight section, and run insigts tool.](https://github.com/illumina-swi/bssh-docs/blob/main/images/release-notes/basespace/BSSH-reskin-CRN.jpg)

### Bug Fixes

* Fixed an issue that could cause a subscription renewal account banner to appear after a Professional subscription account is renewed.

### Release 6.0.1 - August 12, 2020

* Features
  * Added a link on the Apps page to the Developer Portal.
* Bug Fixes
  * Fixed an issue that prevented planned runs from appearing in the Planned Runs tab.
  * Fixed an issue where the App bookmark icons were not always appearing.
  * Fixed an issue that could cause the Run Insights chart to display no data.

### Release 6.0.2 - August 20, 2020

* Features
  * Error messages from backend validation will be displayed for each field in the run setup page.
  * Dashboard includes a banner with free trial expiration date.
* Bug Fixes
  * Performance and stability fixes.


---

# 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/basespace/releases/previous-releases/2020/6.0.0.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.
