# Matrix Data

### Matrix data

**File formats**: .csv

**File configuration:** Users can upload the matrix files with the metadata when creating a new project. Alternatively, users can navigate to the Editing Existing Panels menu and within the Matrix panel configuration menu, a local .csv file or the location (URL) of your matrix file can be specified.

<figure><img src="https://t26483244.p.clickup-attachments.com/t26483244/c256df55-da11-4ce7-9f85-307a68aa0688/image.png" alt=""><figcaption></figcaption></figure>

Your matrix file will typically consist of both rows and columns of unique IDs. The intersecting values (table cells) could represent the relationship between each ID. Note that any unique IDs included in the matrix file must match the unique IDs in the metadata file in your Microreact project. An example is shown below with representing a matrix with the number of SNP differences between the sample IDs in the metadata.

<figure><img src="https://t26483244.p.clickup-attachments.com/t26483244/82065e46-5e91-4242-9f39-9f4d8fac8eea/image.png" alt=""><figcaption></figcaption></figure>

##


---

# Agent Instructions: 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:

```
GET https://docs.microreact.org/instructions/creating-a-microreact-project/matrix-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
