# Manage Data

The Data Management tab allows you to view and manage all your scanned IDAT files in the cloud. From this tab, you can also start an analysis with data that is ready.

To access this tab, navigate to the [Microarray Hub](https://help.basespace.illumina.com/microarray/overview) and select **Data Management**.

## Viewing Data

To view your scanned array data, use the filtering and sorting options:

* Filter by **Upload Status** to see files based on their current state.
* Sort and filter by **Upload Date** to find files from a specific time period.

## Deleting Data

To delete IDAT files:

* Check boxes for individual samples on the left-hand side, or
* Use the top checkbox to select all samples on the current page for bulk deletion.

{% hint style="info" %}
Deleting the selected items will permanently delete them and the action cannot be undone. Deleting items can affect ongoing analysis. Ensure there is no ongoing analysis with the selected items before proceeding.
{% endhint %}

## Starting an Analysis

Select **Start an analysis** to begin an analysis with your scanned data. See [Launch Analysis](https://help.basespace.illumina.com/microarray/launch-analysis) for detailed steps on configuring and launching an analysis.


---

# 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://help.basespace.illumina.com/microarray/manage-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.
