> ## Documentation Index
> Fetch the complete documentation index at: https://docs.biomni.phylo.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Get up and running with Biomni Lab in minutes

<div style={{ display: 'flex', justifyContent: 'center', marginBottom: '24px' }}>
  <iframe width="560" height="315" src="https://www.youtube.com/embed/chK4rcqr-ZE" title="Biomni Lab Tutorial" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</div>

This guide walks you through creating your first task, understanding the interface, and working with results.

## Creating a Task

When you first log in, Biomni Lab opens a Quick Task by default so you can start working right away. You have two options for creating new analyses:

<Tabs>
  <Tab title="Quick Task (Default)">
    1. Click the **+ Create** button in the sidebar
    2. Select **Quick Task**
    3. You'll be taken directly to a new chat session

    Quick Tasks are ideal for one-off analyses or exploring Biomni Lab's capabilities.

    <Frame>
      <img src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/create-quick-task.png?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=326d1d3003cc1b9b9ebb918a5e85cbda" alt="Creating a Quick Task from the sidebar menu" width="3432" height="1804" data-path="images/create-quick-task.png" />
    </Frame>
  </Tab>

  <Tab title="New Project">
    1. Click the **+ Create** button in the sidebar
    2. Select **New Project**
    3. Give your project a name and description
    4. Create tasks within your project to organize related work

    Projects help you organize related analyses and keep your work structured.

    <Frame>
      <img src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/create-project.png?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=25e266c003bfd8db720f2fd59f1b58a9" alt="Creating a new project with name and description" width="1842" height="1502" data-path="images/create-project.png" />
    </Frame>
  </Tab>
</Tabs>

## Using Workflow Templates

Workflow templates provide pre-built analysis workflows curated by the Biomni Lab team:

1. Click the **+ Workflow** button in the chat input area, or look for suggested templates displayed in the chat
2. Browse templates by category or search for specific workflows
3. Click on a template to see what it does
4. Click **Use Template** to apply it to your task
5. Provide the required input files when prompted

<Frame>
  <img src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/workflow-templates.png?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=b84446a98468d2ad7e60ca11deebae80" alt="Workflow templates with + Workflow button in chat input" width="1718" height="1446" data-path="images/workflow-templates.png" />
</Frame>

<Info>
  Templates include optimized parameters for common use cases. You can ask Biomni Lab to adjust parameters after applying a template.
</Info>

## Submitting a Request

### Writing Your Request

Type your analysis request in the chat input at the bottom of the screen. Be specific about:

* What you want to accomplish
* Which files to use (reference them with `@`)
* Any specific tools or parameters

### Using @ Mentions

Reference files and resources directly in your message by typing `@`:

```
Align @sample_R1.fastq.gz and @sample_R2.fastq.gz to the human
genome using @STAR, then quantify gene expression
```

When you type `@`, a dropdown menu appears with:

* **Files**: Your uploaded files
* **Databases**: Reference databases like UniProt, NCBI
* **Tools**: Bioinformatics tools like BLAST, STAR
* **Packages**: R/Python packages like DESeq2, Seurat

<Frame>
  <img src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/mention-dropdown.png?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=f9ea2b1fc9728077c8db71d653b94c90" alt="@ mention dropdown showing files, databases, tools, and packages" width="1662" height="1394" data-path="images/mention-dropdown.png" />
</Frame>

### Attaching Files

Click the **paperclip icon** to attach files to your request:

1. Click the paperclip icon in the chat input
2. Choose your source:
   * **From Computer**: Select files or folders from your local machine
   * **From Biomni Lab**: Choose from files you've already uploaded to Biomni Lab
3. Files appear as attachments in your message
4. Submit your request

<Frame>
  <video src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/file-attachment.mov?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=dd2025a71f6666a90e6df2ecf07b0d70" autoPlay loop muted playsInline data-path="images/file-attachment.mov" />
</Frame>

<Tip>
  You can upload entire folders at once—useful for paired-end reads or multi-sample datasets.
</Tip>

## Understanding the Response

### Startup Time

After submitting a request, Biomni Lab begins processing. You'll see:

1. **Planning phase**: Biomni Lab analyzes your request and creates an execution plan
2. **Initialization**: Resources are allocated (this may take a few moments for complex analyses)
3. **Execution**: The analysis runs with real-time progress updates

<Note>
  Initial startup may take 10-30 seconds as Biomni Lab prepares the computational environment. Subsequent requests in the same session start faster.
</Note>

### The Execution Trace

As Biomni Lab works, you'll see a **trace** of its actions in the chat:

* **Thinking**: Biomni Lab's reasoning about how to approach your request
* **Tool calls**: Commands being executed (alignment, analysis, etc.)
* **Results**: Output from each step
* **Status updates**: Progress indicators for long-running operations

<Frame>
  <img src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/execution-trace.png?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=a927d076176a67e344f75e8d808f4a74" alt="Execution trace showing thinking, tool calls, and results" width="2702" height="512" data-path="images/execution-trace.png" />
</Frame>

Click on any trace step to expand it and see more details.

## Working with the Workspace Layout

Biomni Lab uses a three-panel layout to organize your work.

<Frame>
  <video src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/open-panel-buttons.mov?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=8bb3773470b894abc4b847006bd5bda5" autoPlay loop muted playsInline data-path="images/open-panel-buttons.mov" />
</Frame>

### The Three Panels

* **Chat Panel (Left)**: Your messages, Biomni Lab's responses, and trace sections
* **Center Panel (Middle)**: File previews, artifacts, and expanded module views
* **Modules Column (Right)**: Plan, Results, and Notes stacked vertically

### Working with Modules

The right column contains three key modules:

* **Plan**: View the analysis workflow steps and progress
* **Results**: Browse and download generated files
* **Notes**: Add session notes and documentation

<Frame>
  <img src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/layout-modules.png?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=ed3ecc2c36f8a848e0aa64e1607057a7" alt="Layout showing Plan, Results, and Notes modules" width="3444" height="1822" data-path="images/layout-modules.png" />
</Frame>

Click any module to expand it in the center panel for a larger view.

<Tip>
  Use the **Layout** button in the chat header to toggle which modules are visible.
</Tip>

## Viewing and Downloading Results

Results appear in two places:

1. **In the chat**: As openable artifacts you can click to expand
2. **In the Results module**: All generated files from your session

### Working with Result Files

Each result file has several actions available:

* **View**: Click on any file to open it in the right panel for a full preview
* **Download**: Click the download icon to save the file to your computer
* **Find source**: Click to jump to the trace step that created this file

## Follow-up Requests

Continue the conversation to refine your analysis:

### Iterating on Results

```
The volcano plot looks good, but can you:
- Increase the font size
- Add gene labels for the top 10 significant genes
- Change the color scheme to blue/red
```

### Building on Previous Analysis

Reference earlier results in your follow-up:

```
Using the differentially expressed genes from the previous analysis,
run GO enrichment analysis for biological processes
```

### Suggested Follow-up Questions

After completing an analysis, Biomni Lab generates suggested follow-up questions to help you explore your results further. These appear as clickable suggestions below the response:

<div style={{ display: 'flex', flexWrap: 'wrap', gap: '8px', marginTop: '12px', marginBottom: '12px' }}>
  <span style={{ padding: '8px 16px', backgroundColor: '#f4f4f2', borderRadius: '20px', fontSize: '14px', cursor: 'pointer', border: '1px solid #e0e0e0' }}>What are the top upregulated genes?</span>
  <span style={{ padding: '8px 16px', backgroundColor: '#f4f4f2', borderRadius: '20px', fontSize: '14px', cursor: 'pointer', border: '1px solid #e0e0e0' }}>Run GO enrichment analysis</span>
  <span style={{ padding: '8px 16px', backgroundColor: '#f4f4f2', borderRadius: '20px', fontSize: '14px', cursor: 'pointer', border: '1px solid #e0e0e0' }}>Create a volcano plot</span>
</div>

Click any suggestion to automatically add it to your chat input.

### Asking Questions

You can ask Biomni Lab to explain results or suggest next steps:

```
What do these results mean? Which genes should I focus on for
further validation?
```

## Running Multiple Sessions in Parallel

You can run multiple analyses simultaneously:

1. **Open a new task**: Click **+ Create** > **Quick Task** while an analysis is running
2. **Switch between tasks**: Use the **Tasks** panel in the sidebar to switch
3. **Monitor progress**: Each task runs independently with its own progress

<Tip>
  Running analyses in parallel is useful when you have multiple samples to process or want to try different approaches simultaneously.
</Tip>

## Accuracy & Verification

Biomni Lab includes multiple features to ensure accuracy and help you verify results.

### Review Mode

Click the **Review** button at the top of any session to enter review mode:

<Frame>
  <img src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/review-button.png?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=90ce1f2d1b1ac38163b441b875ab8afb" alt="Review button at the top of a session" width="302" height="78" data-path="images/review-button.png" />
</Frame>

In review mode, you can:

* See all claims and statements with their supporting evidence
* Verify citations and references
* Check data sources used in the analysis
* Identify any assumptions made

### Citations & References

Biomni Lab provides citations for:

* **Database queries**: Links to source records (UniProt, NCBI, PDB, etc.)
* **Literature references**: DOIs and links to published papers
* **Tool documentation**: References to official tool documentation
* **Statistical methods**: Citations for analytical approaches used

<Frame>
  <video src="https://mintcdn.com/phylo/7pbHy7PF7pt-GFrI/images/citations.mov?fit=max&auto=format&n=7pbHy7PF7pt-GFrI&q=85&s=08948e8cc116f3435f3038cfee86f7e7" autoPlay loop muted playsInline data-path="images/citations.mov" />
</Frame>

### Hallucination Guardrails

Biomni Lab uses multiple safeguards to prevent AI hallucinations:

* **Source verification**: Claims are cross-referenced against databases
* **Confidence indicators**: Uncertain results are flagged
* **Data validation**: Input and output data are validated against expected formats
* **Reproducible workflows**: All steps are logged and can be reproduced

<Note>
  While these guardrails significantly reduce errors, always verify critical findings through independent sources, especially for clinical or publication-ready research.
</Note>

## Next Steps

Now that you understand the basics:

<CardGroup cols={2}>
  <Card title="How to Prompt" icon="message" href="/how-to-prompt">
    Learn tips for writing effective requests
  </Card>

  <Card title="Projects & Drive" icon="folder-tree" href="/features/projects-and-drive">
    Organize your work and files
  </Card>

  <Card title="Resources" icon="database" href="/features/resources">
    Explore 60+ databases and tools
  </Card>

  <Card title="FAQ" icon="circle-question" href="/faq">
    Common questions and answers
  </Card>
</CardGroup>
