> For the complete documentation index, see [llms.txt](https://help.multiomics.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.multiomics.illumina.com/icm/reference/known-limitations.md).

# Known Limitations

### Known Limitations

* Some non-Illumina commercial assay data is not supported in Connected Multiomics at this time.
* Some browser extensions may limit user ability to move individual plots within a data viewer session. If this occurs, the workaround is to use an incognito browser window.
* When importing a shared analysis, the import will only complete if the receiving user does not click outside of the dialog box while the import is in progress.
* When sharing an ICM analysis, generating a link is dependent on the number of samples and overall file disk size so large analyses may take a long time or appear to hang.
* 5-base analysis for DRAGEN Somatic pipeline output is limited to Tumor-Only at this time.
* A workgroup may still be able to to access an ICA project without project access if the user has access through another avenue (domain admin, project owner).
* Custom analyses may fail to start for analyses with large number of samples annotated with large amounts of sample attributes/metadata.
* Saved pipelines may not appear in the task menu if the pipeline contains the Split by attribute task.


---

# 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.multiomics.illumina.com/icm/reference/known-limitations.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.
