> 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/studies/create-study.md).

# Create Study

To Create a new study, click <img src="/files/rRCLgrIkYorieJ42ddKb" alt="" data-size="line">in the top right and follow the steps below.

{% stepper %}
{% step %}

### Enter a Study Name

Enter a name for your study between 1 and 255 characters in length (including special characters). The study name can be updated later.
{% endstep %}

{% step %}

### Enter a Study Description

Enter an optional description between 1 and 500 characters in length (including special characters). The study description can be updated later.
{% endstep %}

{% step %}

### Select an Existing Project

If the data files are stored in a BioInsight Platform Core project, check the box of "I want to choose my preferred BioInsight Platform Core project" and select a BioInsight Platform Core project to ingest data from. The project list will only display the projects accessible to your workgroup. When adding data to your study, the available data will come from the BioInsight Platform Core project you select.

If you don't have a BioInsight Platform Core project before creating study, you can type in new project name to create one, and then upload files to the project in BioInsight Platform Core after new project creation.
{% endstep %}
{% endstepper %}

<div align="left"><figure><img src="/files/kmjDtshynqiKIBL4Avek" alt="" width="563"><figcaption><p>ICA is now BioInsight Platform Core</p></figcaption></figure></div>

Click **Create** to create your study. You will be redirected to the new study. For information on how to navigate within your study, see [View Studies](/icm/studies/view-studies.md).

{% embed url="<https://youtu.be/X-NO54Hjg2Y?si=-PuD_-ssuUiEKaa3>" %}
How to get started with Illumina Connected Multiomics
{% endembed %}


---

# 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/studies/create-study.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.
