> 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/workflows/get-starter-cultures/from-liquid-culture/inoculate-culture.md).

# Inoculate culture

Once you know the cell concentration of the inoculum you can calculate the volume necessary to hit a target seeding concentration (here 1 × 10<sup>7</sup> cells/mL). Use the [subcultivation calculator tool](https://www2026.sbtinstruments.com/wp-content/uploads/2025/12/202512-BactoBox-sub-cultivation-calculator.html) for the calculations.

{% hint style="success" %}

## Use Optiseeding workflow to determine suitable seeding concentration

The seeding concentration may need adjustment to get a [high-quality culture](/mpd/cell-growth/high-quality-culture.md). Do a screening experiment with a broad 1:10 dilution series to find a suitable seeding concentration. See [Optimize starter culture](/mpd/workflows/identify-optimal-inoculum-size.md) for more details.
{% endhint %}

{% stepper %}
{% step %}
**Open the subcultivation calculator**

Open the [subcultivation calculator tool](https://www2026.sbtinstruments.com/wp-content/uploads/2025/12/202512-BactoBox-sub-cultivation-calculator.html) in a browser.
{% endstep %}

{% step %}
**Calculate inoculation volume**

* Fill in cells/mL of the inoculum in the first field.
* Add volume information in the second field. In this case it is 50 mL
* Set the desired inoculation concentration in the final field. In this case 1 × 10<sup>7</sup> cells/mL
* Click <kbd>Calculate V\_add</kbd> to get the result.

<figure><img src="/files/4wsg2MOPepn3yLOJUyGJ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Add inoculum culture to growth medium**

Transfer the calculated volume of inoculum to growth curve flask and swirl aggressively to disperse the inoculum.

Record the inoculation time. Note it down on the autoclave tape as a backup, ensuring you have a reference if you forget to document it elsewhere.

<figure><img src="/files/OuerBsPVgLOtWaRO9aKX" alt=""><figcaption><p>Inoculation of shake flask at well-defined concentration. In this video the 50 mL vial with the red cap represents the inoculum.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

## Summary

Once the growth medium is inoculated, proceed to [Determine initial concentration](/mpd/workflows/get-starter-cultures/from-liquid-culture/determine-initial-concentration.md).


---

# 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/workflows/get-starter-cultures/from-liquid-culture/inoculate-culture.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.
