# Design

- [Extraction Module](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/extraction-modules.md)
- [Image Extraction Page](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/extraction-modules/image-extraction-page.md): The image extraction page takes JPG images as input and extracts embeddings using a selected model.
- [Text Extraction Page](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/extraction-modules/text-extraction-page.md): The text extraction page takes a CSV file containing text notes as input and extracts embeddings using a selected model.
- [Time Series Extraction Page](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/extraction-modules/time-series-extraction-page.md): The time series extraction page takes a CSV file containing time series as input and extracts embeddings using a selected model.
- [MEDimage](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/extraction-modules/medimage.md)
- [Input Module](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/input-module.md): The Input module consolidates all the tools necessary for preprocessing tabular data.
- [Feature Reduction Tool](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/input-module/feature-reduction-tool.md)
- [MEDprofiles](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/input-module/medprofiles.md): This component of the input module includes all the necessary tools to enter the MEDprofiles process.
- [MEDprofiles Viewer](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/input-module/medprofiles/medprofiles-viewer.md): The MEDprofiles figure may be open through the MEDprofiles Accordion in the Input Module, as 'MEDprofiles Viewer'.
- [Exploratory Module](https://medomicslab.gitbook.io/medomics-docs/tutorials/design/exploratory-module.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://medomicslab.gitbook.io/medomics-docs/tutorials/design.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.
