> 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/dragen-stratamap/illumina-spatial-image-tool/tissue-target-test/load-images.md).

# Load Images

The Image Processing workflow requires stitched images. On the **Load images** screen, provide the following inputs:

1. Substrate Information
2. Sample Information

## Substrate Information

Substrate information consists of two fields:

1. `Substrate ID`: A unique identifier for the slide. This value can be found etched on the slide (e.g., 101010DC1).
2. `Substrate label`: Optional, user-defined text to describe the set of samples on the slide (e.g., MicroscopeX\_TissueTargetTest1).

## Sample Information

Sample information is required to name and locate your sample image files. If the slide contains multiple tissue sections, you can add additional samples by specifying the number of rows and clicking **Add rows**.

For each sample, enter:

1. `Sample ID`: A user-defined name for the sample or tissue section (e.g., Tissue Target Test Sample).
2. `Stitched image`: The file path to the stitched image associated with this sample.

### Image Requirements

* Images must be of individual tissue sections. If your imaging system outputs a single image containing multiple sections, use third-party software to crop and save each section as a separate image file.
* Individual tissue image file size should not exceed:
  * 4 GB for computers with 16 GB RAM
  * 8 GB for computers with 32 GB RAM
* Brightfield color images must be saved as:
  * Single-page, lossless (uncompressed) TIFF format
  * 8-bit depth


---

# 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/dragen-stratamap/illumina-spatial-image-tool/tissue-target-test/load-images.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.
