> 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-agar-plate-colony/collect-and-disperse.md).

# Collect and disperse

A fresh colony is collected using an inoculation loop and the cells are dispersed in a 5 mL centrifuge vial. We refer to this as the capture vial.

{% hint style="success" icon="dice-one" %}

#### Collect a single, well-isolated, discrete colony

To ensure a single genetic origin (monoclonal), it is best to collect a well-isolated, discrete colony. Avoid fused colonies, as they may contain different clones. For very small colonies, it may be necessary to gather several to achieve a BactoBox® result within the desired range.
{% endhint %}

The video shows all the collect-and-disperse steps.

{% stepper %}
{% step %}
**Collect a colony**

Use a 1 µm inoculation loop to collect a single, fresh colony. See the above info field for details
{% endstep %}

{% step %}
**Transfer colony to capture vial**

Insert the tip of the inoculation loop into the capture vial containing 3 mm glass beads. Press the screw cap down on the rod while bending the loop up and down until the rod snaps. Tighten the cap securely.
{% endstep %}

{% step %}
**Disperse cells**

Use [bead-genie](https://www.scientificindustries.com/products/bead-genie%E2%84%A2?srsltid=AfmBOopeCmTHw8Fo4wj9wkggx4sjCx21NFo6YwXjXQwrP5Ks5Rf3_702) for 1 minute at max speed to disperse cells. If you don't have a bead-beater beater, vortex the capture vial 1 min at max speed.
{% endstep %}
{% endstepper %}

## Summary

A suitable colony is collected, and the dispersed cells in the capture vial are now ready for BactoBox® analysis. Next step is to [determine the cell concentration](/mpd/workflows/get-starter-cultures/from-agar-plate-colony/determine-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-agar-plate-colony/collect-and-disperse.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.
