# Welcome to Bio-OS

## Overview

Bio-OS is an open-source platform for genomics users. It provides a workspace which encapsulates data, workflows, Notebooks, job history, etc. Bio-OS provides both GUI and CLI(Command Line Interface) to quickly setup and run workflows specified by languages like WDL and notebook as well.

### Bio-OS Concept

1. Open-source：Fostering collaboration and ecosystems across domains, institutions, and regions through open source and open APIs.
2. Cloud-native：Based on a cloud-native architecture, supporting elastic orchestration and scheduling of serverless containers.
3. **Modular:**  By decoupling ‘interface and implementation’ at the architectural level, different degrees of extensibility can be achieved, enabling the operating system to be more universally applicable across diverse scenarios.
4. **Standardzation:** Internationally aligned data and workflow standards for portable bioinformatics apps and interoperable data.

<figure><img src="/files/m9bvyEsAli6L0QOH6yDg" alt=""><figcaption></figcaption></figure>

### Bio-OS Workspace

In **Bio-OS**, a workspace encapsulates data, environment, code, processes, results, and a dashboard — the basic unit making research and clinical applications executable, portable, reproducible, and shareable.

<figure><img src="/files/2G8vp76kPOrNtNOTRcmu" alt=""><figcaption></figcaption></figure>

## Quick links

{% content-ref url="/pages/WimFZjFOWkpRhjub79Iv" %}
[Overview](/bio-os-open-source-version-user-manual/overview/introducing-bio-os.md)
{% endcontent-ref %}

{% content-ref url="/pages/ly7VKTfqVrJLYnVYKCz3" %}
[Workspace](/bio-os-open-source-version-user-manual/product-manual/workspace.md)
{% endcontent-ref %}

{% content-ref url="/pages/7GFvIYsARFRRUX46TnQG" %}
[CLI Tool（bioctl）](/bio-os-open-source-version-user-manual/product-manual/cli-tool-bioctl.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/B23q4naQDjFOnnTEXL4d" %}
[Getting set up](/bio-os-open-source-version-user-manual/deployment/getting-set-up.md)
{% endcontent-ref %}

{% content-ref url="/pages/PxzTZbsyXZaeZbScroDv" %}
[Bio-OS Deployment](/bio-os-open-source-version-user-manual/deployment/getting-set-up/bio-os-deployment.md)
{% endcontent-ref %}


---

# 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://bio-os.gitbook.io/bio-os-open-source-version-user-manual/welcome-to-bio-os.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.
