# MEDiml-app-docs

## MEDiml-app-docs

- [Welcome!](https://medomicslab.gitbook.io/mediml-app-docs/welcome.md): MEDiml, the application
- [Quick start](https://medomicslab.gitbook.io/mediml-app-docs/quick-start.md): Installation of the app
- [Interface overview](https://medomicslab.gitbook.io/mediml-app-docs/interface-overview.md): Rundown of the user-interface and its various parts
- [Radiomics](https://medomicslab.gitbook.io/mediml-app-docs/radiomics.md): Brief introduction to Radiomics
- [Data Processing](https://medomicslab.gitbook.io/mediml-app-docs/radiomics/data-processing.md): Processing data and selecting parameters are pivotal stages in feature extraction. Two functionalities are available to assist you in both of these steps.
- [Data Manager](https://medomicslab.gitbook.io/mediml-app-docs/radiomics/data-processing/data-manager.md)
- [Radiomics Pre-Checks](https://medomicslab.gitbook.io/mediml-app-docs/radiomics/data-processing/radiomics-pre-checks.md): Radiomics pre-checks consists of identifying the optimal parameters for your radiomics study. While not mandatory for feature extraction, it is a recommended step.
- [Feature Extraction](https://medomicslab.gitbook.io/mediml-app-docs/radiomics/feature-extraction.md): This section gives a brief tutorial on how to use our software to extract radiomic features from both single and multiple images.
- [Batch Extraction](https://medomicslab.gitbook.io/mediml-app-docs/radiomics/feature-extraction/batch-extraction.md): This is a tutorial on how to use the software to extract radiomic features from a given dataset.
- [Single Scan](https://medomicslab.gitbook.io/mediml-app-docs/radiomics/feature-extraction/single-scan.md): This is a tutorial on how to use the software to extract radiomic features from a single scan.
- [Learning](https://medomicslab.gitbook.io/mediml-app-docs/learning.md): Our software provides tools for model training using extracted features and facilitates the analysis of machine learning results, with a focus on identifying the optimal feature types.
- [Code generation](https://medomicslab.gitbook.io/mediml-app-docs/code-generation.md): Instruction on how to use the code generation feature.
- [Demonstration](https://medomicslab.gitbook.io/mediml-app-docs/demonstration.md): The aim of this demonstration is to illustrate the comprehensive utilization of our software for optimal analysis of radiomics datasets.
- [Contributing](https://medomicslab.gitbook.io/mediml-app-docs/contributing.md)
- [About us](https://medomicslab.gitbook.io/mediml-app-docs/about-us.md)
- [Contact us](https://medomicslab.gitbook.io/mediml-app-docs/forms/contact-us.md)
- [Report an issue](https://medomicslab.gitbook.io/mediml-app-docs/forms/report-an-issue.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://medomicslab.gitbook.io/mediml-app-docs/welcome.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.
