> 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/advanced/bactobox-skill-levels.md).

# BactoBox® skill levels

Pages across the help center carry a skill level, so you know what a task expects of you before you start. The levels build on each other, from anyone-can-do-it all the way towards a [custom solution](/advanced/what-is-a-custom-solution.md).

<figure><img src="/files/SUSKwLXm0hBa2Jelgqlv" alt="An ascending staircase of the four skill levels: No skill requirement, Beginner, Intermediate, and Advanced. Each level builds on the one before, and Advanced needs a custom solution."><figcaption><p>Each level builds on the one before it.</p></figcaption></figure>

You reach a level by working through the pages of the level below it. Each level lists what to work through to get there.

## <i class="fa-backpack">:backpack:</i> No skill requirement

Everyone starts here. Out of the box, anyone can begin, with no prior microbiology or instrument experience. You follow step-by-step guides using the supplied items and a couple of common lab tools.

## <i class="fa-shoe-prints">:shoe-prints:</i> Beginner

You are a beginner once you have set up and qualified your BactoBox®. You know the device and can run the QC test and routine maintenance on your own.

**Reach beginner by completing Getting started:**

{% content-ref url="/spaces/eYTtd7c0A325muFr5lMW/pages/LNvHS092deYHW13UA40e" %}
[BactoBox® first steps](/getting-started/bactobox-r-at-a-glance.md)
{% endcontent-ref %}

## <i class="fa-graduation-cap">:graduation-cap:</i> Intermediate

You can measure on real bacterial cells. You prepare a bacterial suspension, dilute it to the working range, and get a trustworthy BactoBox® measurement.

**Reach intermediate by working through the two tutorials in Measure on cells:**

{% content-ref url="/spaces/eYTtd7c0A325muFr5lMW/pages/yOiWxVnPgOuX7cibH9R9" %}
[Do a simple measurement](/tutorials/measure-vitroid-tm-disc.md)
{% endcontent-ref %}

{% content-ref url="/spaces/eYTtd7c0A325muFr5lMW/pages/OY34hwi0CQzLh3AKkLyT" %}
[Measure a dense culture](/tutorials/measure-overnight-culture.md)
{% endcontent-ref %}

## <i class="fa-puzzle-piece">:puzzle-piece:</i> Advanced

The advanced level is reserved for *custom solution* users.

{% hint style="info" %}
This is an advanced feature. We only support advanced features through a *custom solution*. Contact SBT for details.
{% endhint %}

The advanced skill level is not the same as an advanced feature. See [What requires a custom solution](/advanced/advanced-skill-level-vs-advanced-feature.md) for the difference, and [What is a custom solution?](/advanced/what-is-a-custom-solution.md) for how we support both.


---

# 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/advanced/bactobox-skill-levels.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.
