> 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/run-set-up/overview.md).

# Sample Sheet

### What is a Sample Sheet?

A sample sheet is a comma-separated value (\*.csv) file format used by Illumina instruments, platforms, and analysis pipelines to store settings and data for sequencing and analysis. The sample sheet uses American Standard Code for Information Interchange (ASCII) character encoding.

The system using the sample sheet as input validates the data within the sample sheet based on validation rules. Validation rules differ from section to section. Incorrectly formatted data are considered invalid and causes software to throw an error. Refer to the validation rules for each section for more information on acceptable formatting and allowable values.

### How to Use a Sample Sheet?

A v2 sample sheet can be obtained from one of the following options.

1. <mark style="color:purple;">A v2 sample sheet can be created in BaseSpace using Run Planning.</mark>
   1. In BaseSpace Sequence Hub, select the **Runs** tab > **New Run** > **Run Planning** > **Local Mode** > **Export Sample Sheet**.
   2. For this option, all sample and index information is entered in Run Planning and is included in the exported v2 sample sheet.
2. <mark style="color:purple;">A v2 sample sheet template can be downloaded and filled out manually.</mark>
   1. Download the template with the link below and use a text editor program to alter the sections according to your chosen instrument or analysis. *Using a spreadsheet editor can cause errors with sample sheet validation and analysis. Save the sample sheet to a folder accessible by your instrument or analysis software.*
   2. Follow instructions to fill out the sample sheet. See resources below:
      1. [Sample Sheet Structure](/run-set-up/overview/sample-sheet-structure.md)
      2. [Instrument Settings](/run-set-up/overview/instrument-settings.md)
      3. [Cloud Analysis Auto-launch Settings](/run-set-up/overview/auto-launch-settings.md)
      4. [Index Orientation Guide](/run-set-up/overview/index-orientation-guide.md)
      5. [Resources](/run-set-up/overview/resources.md)
3. Download [SampleSheet\_v2\_template.csv](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6HNTm8iYkD7XsLmbBKpL%2Fuploads%2FRWeWpFrs9RdtRlP00Z3P%2FSampleSheet_v2_template.csv?alt=media\&token=3db5253a-8c99-4314-bcdd-5f01732eccdf)


---

# 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/run-set-up/overview.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.
