> For the complete documentation index, see [llms.txt](https://help.sbtinstruments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sbtinstruments.com/mpd/encyclopedia/bioprocess.md).

# Bioprocess

A bioprocess uses living [cells](/mpd/encyclopedia/bio-terminology.md#cell) to produce a [Bioproduct](/mpd/encyclopedia/bioproduct.md).

In the context of BactoBox®, we focus on [microbial](/mpd/encyclopedia/bio-terminology.md#microbial) bioprocesses. That is, bioprocesses with cells in the micrometer range.

A bioprocess is the result of [Bioproduct](/mpd/encyclopedia/bioproduct.md).

## Upstream and downstream

A bioprocess has two subprocesses: Upstream and downstream.

<img src="/files/QeTSrVKp1UPfLyGOKZ5J" alt="Bioprocess divided into upstream and downstream." class="gitbook-drawing">

## Upstream bioprocess

In practical terms, an upstream bioprocess is everything that goes on inside a [vessel](/mpd/encyclopedia/bio-terminology.md#vessel-or-reaction-vessel) (e.g., inside a bioreactor).

The key steps are:

* 🌱 You seed (inoculate) the [vessel](/mpd/encyclopedia/bio-terminology.md#vessel-or-reaction-vessel) (e.g., bioreactor) with your [seed culture](/mpd/encyclopedia/bio-terminology.md#seed-culture-or-starter-culture-or-inoculum).
* 🌿 You wait for your [culture](/mpd/encyclopedia/bio-terminology.md#culture-or-cell-culture) to grow inside the controlled environment of the vessel.
* 🌽 You harvest the culture for further processing downstream.

The goal of the upstream bioprocess is to get a high-quality culture for harvest.

<img src="/files/bSAWh4s9OB2VZBAr7zoQ" alt="" class="gitbook-drawing">


---

# 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 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, and the optional `goal` query parameter:

```
GET https://help.sbtinstruments.com/mpd/encyclopedia/bioprocess.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
