# Overview

{% embed url="<https://youtu.be/dn-bolUAW4A>" %}

Dataset used in the video (*breast\_cancer.csv*) : <https://www.kaggle.com/datasets/uciml/breast-cancer-wisconsin-data>

* Set a workspace [00:10](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=10s)&#x20;
* Overview of the main components [00:34](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=34s)
* Icon sidebar overview [00:45](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=45s)&#x20;
* Import a dataset [01:12](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=72s)&#x20;
* Copy and Paste a dataset [01:38](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=98s)&#x20;
* Reveal the dataset in the file explorer  [02:07](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=127s) -
* Create a new folder [02:15](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=135s)&#x20;
* Rename the folder [02:27](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=147s) &#x20;
* Rename the folder again [02:40](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=160s)&#x20;
* Move the dataset in the renamed folder  [02:52](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=172s)&#x20;
* Change the workspace [03:00](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=180s)&#x20;
* Delete an unwanted copy of the dataset  [03:35](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=215s)&#x20;
* Resize and collapse the sidebar [03:58](https://www.youtube.com/watch?v=dn-bolUAW4A\&t=238s) &#x20;

## 1. Set your workspace

The application needs a workspace to run.

*At first, we recommend you create an empty folder (named "**Workspace**" for example) and choose it as your workspace directory.*

<img src="/files/4Vvr7B5PinsKxTjPfYxm" alt="The folder structure of a workspace" class="gitbook-drawing">

{% hint style="info" %}
The DATA folder is where you will store your datasets&#x20;
{% endhint %}

{% hint style="info" %}
The EXPERIMENTS folder is where the experiments, the models and the results will be stored
{% endhint %}

{% hint style="danger" %}
The folders DATA and EXPERIMENTS cannot be deleted inside the application, we **strongly** recommend you to avoid erasing them from outside of the application
{% endhint %}

{% hint style="warning" %}
The .medomics folder is used by application to store all the infos of the workspace, don't touch it if you want the app to run smoothly :wink:
{% endhint %}

<div data-full-width="true"><figure><img src="/files/JKXY6Cp32CN3xfDKtPtU" alt=""><figcaption></figcaption></figure></div>


---

# 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/overview.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.
