# Using MITK Workbench for storing segmentation results in DICOM

In this component of the tutorial we will use MITK Workbench to segment DICOM images, store the results as DICOM objects, and use those DICOM objects to re-load the analysis results.

You must complete the [Prerequisites](/dicom4miccai-handson/prerequisites.md) before proceeding!

* [**Step 0**: MITK interface basics](/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-mitk/dicom-mitk-0.md)
* [**Step 1**: Import DICOM data](/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-mitk/dicom-mitk-1.md)
* [**Step 2**: Load DICOM image](/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-slicer/dicom-slicer-2.md)
* [**Step 3**: Segment lesions](/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-mitk/dicom-mitk-3.md)
* [**Step 4**: Explore and store the segmentations in DICOM](/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-mitk/dicom-mitk-4.md)
* [**Step 5**: Reload the segmentations from DICOM](/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-mitk/dicom-mitk-5.md)


---

# 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://qiicr.gitbook.io/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-mitk.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.
