# Step 0: MITK interface basics

The MITK Workbench is a free and user-friendly application built upon the MITK toolkit. Use it to efficiently analyze and visualize medical image data from a wide range of imaging modalities like CT, MR, US, PET, and DICOM-RT. The interface is structured in three main areas:

* **Toolbar** On the upper border you find the Toolbar. With the left buttons you can choose between the main functions (e.g. open file, save/close project,...) On the right side you find the Plugins to work on your data.
* **Active plugins** At each sides of the window, the tools you're using can be opened. In MITK they're called Plugins.
* **Display** Your images and results appear in the Display area in 2D and 3D views.

In this tutorial we use only two plugins:

* `DICOM Browser` module to load the DICOM datasets
* `Segmentation` to perform segmentation

![](/files/-LM8ePzYMO40hqHhWcUG)


---

# 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/dicom-mitk-0.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.
