# Conclude growth curve

Continue with 1:10 000 dilutions until the concentration stabilizes. This occurs when two consecutive data points are approximately within ±25%.

{% hint style="success" %}

#### <i class="fa-spray-can">:spray-can:</i> Do a <kbd>Clean</kbd> program after each measurement.

{% endhint %}

{% hint style="success" %}

#### <i class="fa-hourglass">:hourglass:</i> Start a 30-minute countdown to remind you to collect the next sample.

{% endhint %}

{% stepper %}
{% step %}
**Prepare the sample for BactoBox® measurement**

1. Use a serological pipette to transfer a sample from the shake flask to a vial.
2. Use a permanent marker to label the vial cap with the sampling time.
3. Return the shake flask to the incubator shaker.
4. Start a 30-minute countdown to remind you to collect the next sample.
5. Vortex 30 seconds at max speed to disaggregate bacteria.
6. Prepare a 1:10 000 dilution using two sequential 1:100 dilution steps.
   1. First make a 1:100 dilution:
      1. Transfer 101 µL of your sample to 10 mL of diluent.
      2. Vortex 10 seconds at maximum speed.
   2. Then make the 1:10 000 dilution:
      1. Transfer 101 µL of the 1:100 dilution to 10 mL diluent.
      2. Vortex 10 seconds at maximum speed.
7. Transfer the tubing kit to the 1:10 000 vial.

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

{% step %}
**Measure the diluted sample on BactoBox®**

1. Click the <kbd><mark style="background-color:purple;">Measure<mark style="background-color:purple;"></kbd> button in Access.
2. Add metadata:
   1. Dilution: <kbd>10 000</kbd>.
   2. Label: <kbd>E\_coli\_growth</kbd>.

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

{% step %}
**Clean the device**

1. Transfer the tubing kit to the disinfection vial.
2. Click <kbd>Clean</kbd>.
   {% endstep %}
   {% endstepper %}

## Summary

You have now completed your growth curve experiment!

With these data you can calculate growth rate (µ), lag phase duration (ƛ), and carrying capacity (κ). These metrics will help you design of efficient seed trains.

[Contact SBT](https://help.sbtinstruments.com/troubleshooting/contact-our-support-team) if you need assistance extracting information from the growth curve experiment.


---

# 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://help.sbtinstruments.com/mpd/workflows/track-growth-curve/conclude-growth-curve.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.
