> 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-crm-product/rehydrate-and-streak.md).

# Rehydrate and streak

The first goal to obtain a streaked agar plate of single, well-isolated colonies. The [lyfo disk<sup>TM</sup>](https://www.microbiologics.com/item-type/Product/product-format/LYFO-DISK) is used as a starting material.

{% hint style="info" %}

#### See [Microbiologics](https://www.microbiologics.com/item-type/Product/product-format/Epower) [lyfo disk<sup>TM</sup>](https://www.microbiologics.com/item-type/Product/product-format/LYFO-DISK) documentation for full details

We use an adapted version of the [lyfo disk<sup>TM</sup>](https://www.microbiologics.com/item-type/Product/product-format/LYFO-DISK) rehydration protocol. For full description please inspect the [supporting material provided by Microbiologics](https://www.microbiologics.com/item-type/Product/product-format/LYFO-DISK).
{% endhint %}

## Step by step

{% stepper %}
{% step %}
**Transfer disk to capture tube**

Use aseptic technique to transfer a LYFO DISK to a preheated (37 °C) 5 mL capture tube containing glass beads.
{% endstep %}

{% step %}
**Dissolve disk and disperse cells**

Rehydrate the disk by bead-beating, manual shaking or vortexing for 1 min at max speed (or until the suspension is homogenous)
{% endstep %}

{% step %}
**Streak agar plate**

Dip a sterile 1 µL inoculate loop into the suspension and [streak](https://microbenotes.com/streak-plate-method-principle-methods-significance-limitations/) to obtain single, well-resolved colonies.
{% endstep %}

{% step %}
**Incubate**

Incubate at optimal growth conditions until colonies appear (typically overnight). Avoid over-incubation as this may lead to presence of dead cells.
{% endstep %}
{% endstepper %}

## Summary

The [Lyfo disk<sup>TM</sup>](https://www.microbiologics.com/item-type/Product/product-format/LYFO-DISK) is rehydrated and an agar plate is streaked to get single colonies. Next step is to [Collect and disperse](/mpd/workflows/get-starter-cultures/from-crm-product/collect-and-disperse.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-crm-product/rehydrate-and-streak.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.
