> 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/determine-concentration-of-inoculum.md).

# Determine concentration of inoculum

We want to inoculate using a well-defined seeding concentration of cells. For this you need to know the cell concentration of the liquid culture used to seed the growth medium. A 1:10 000 dilution is usually suitable for the BactoBox® measurement. See [Hit the right concentration](https://help.sbtinstruments.com/custom/advanced-sample-preparation/hit-the-right-concentration) if the result is not within the working range.

## Step by step

{% stepper %}
{% step %}
**Retrieve a sample of the inoculum**

Swirl the inoculum well to suspend cells and use a sterile serological pipette to collect 1 mL sample. Transfer to a sterile 5 mL centrifuge tube
{% endstep %}

{% step %}
**Disaggregate cell clumps**

Vortex the sample 1 min at max speed to disaggregate cell clumps.
{% endstep %}

{% step %}
**Dilute 1:100**

Transfer 101 µL of T0 culture to 10 mL of diluent. Vortex 10 sec. at max speed.
{% endstep %}

{% step %}
**Dilute 1:10 000**

Transfer 101 µL of the 1:100 dilution to 10 mL of diluent. Vortex 10 sec. at max speed.
{% endstep %}

{% step %}
**Measure**

Transfer tubing kit to the diluted sample. Press <kbd><mark style="background-color:purple;">Measure<mark style="background-color:purple;"></kbd> and wait for the result to appear on the BactoBox® screen.
{% endstep %}

{% step %}
**Calculate concentration**

Multiply the cells/mL result with the dilution factor, in this case 10 000, to get the cell concentration of the inoculum
{% endstep %}
{% endstepper %}

## Summary

Once you know the cell concentration of the inoculum, proceed to [Inoculate culture](/mpd/workflows/get-starter-cultures/from-liquid-culture/inoculate-culture.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/determine-concentration-of-inoculum.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.
