> 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/2019/5.36.0.md).

# 5.36.0

### July 9, 2019 - 5.36 - New Ways to Access Datasets

* Features
  * Added FASTQ Datasets and Other Datasets tabs to the projects page. Other Datasets includes uploaded files, and app files that are not part of a biosample.
  * Added Run and Flow Cell ID data to the biosample dataset tooltips.
  * Added banner notifications for expiring or expired subscriptions.
  * Updated the share link deactivation confirmation to include information about managing user access after the link is deactivated.
  * Adjusted the display of base pair numbers. When the number of base pairs exceeds 1000 Gbp, the scale is adjusted to display in Tbp.
* Bug Fixes
  * Fixed an issue where FASTQ validation continued after a file upload was cancelled.
  * Fixed an issue that allowed setting a library's prep kit to a deleted kit
  * Fixed an issue where uploading runs from both sides of a HiSeq flow cell could cause duplication of the project name.
  * Security Fixes

### Release 5.36.1 - July 22, 2019

* Features
  * Updated docker.illumina.com to support Enterprise apps (staged release complete 2019-08-06).
  * Performance improvements.
* Bugs Fixed
  * None.


---

# 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/2019/5.36.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.
