> 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/2021/6.8.0.md).

# 6.8.0

### April 20, 2021 - 6.8 - Run Charts Improvements

### Features

* Performance improvements to the Run Charts page.
* Added a link to analysis and storage pricing information in the Instrument Run Setup tool.
* Share and transfer invites that are sent to an email address before the account is created now appear on their first login.
* Added the option to share associated projects when sharing a run with other accounts.

### Bugs Fixed

* Fixed an issue in the FormBuilder that prevented the display of section breaks.
* Fixed an issue in the FormBuilder where FieldSet components ignored the "isOpen" field.
* Fixed an issue that prevented the deletion of planned runs.
* Fixed an issue where file preview modals were too small when previewing image files.
* Fixed an issue that prevented a biosample from showing up in a chooser after marking its FASTQ dataset as QC Passed when the FASTQ dataset previously failed.
* Fixed an issue on the Appsession Reports page that displayed a per-sample report by default, instead of the summary report.
* Fixed an issue that allowed multiple clicks of the Accept button in share invitations.
* Fixed an issue where the lock icon was missing on the summary page for biosamples with datasets from multiple sources.
* Fixed Run and Biosample master list issues that prevented column selections from being saved.
* Fixed an issue where the notification bell obscured the app name in lower display resolutions.
* Fixed an issue where the Download option was enabled for runs in an Uploading state.

### Release 6.8.1 - April 29, 2021

* Features
* Performance improvements.
* Bugs Fixed
* Fixed an issue where ICA-based apps would fail when launching through a biosample workflow.

### Release 6.8.2 - June 3, 2021

* Features
* Performance and stability improvements.


---

# 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/2021/6.8.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.
