> 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/getting-started/installation/install-tubing-kit.md).

# Install tubing kit

<figure><img src="/files/aVctLhUpyQJEUziGN99r" alt=""><figcaption></figcaption></figure>

## Get things ready

You need these items:

* 1 × [BactoBox®](/item-register/bactobox-r/bactobox-r.md)
* 1 × [tubing kit](/item-register/accessories/tubing-kit.md)
* 1 × [external filter](/item-register/consumables/external-filter.md)

## Step by step

{% stepper %}
{% step %}

#### Connect tubing kit to BactoBox®

Use the color-coded connectors as a guide. Connect the white inlet to the white panel mount on your BactoBox®. Connect the black outlet to the black panel mount.

{% hint style="success" %}

## Always use an external filter

Always place an [external filter](/item-register/consumables/external-filter.md) between BactoBox® and the [tubing kit](/item-register/accessories/tubing-kit.md). Connect the external filter to the inlet (white connector).

<img src="/files/3tZf1e4mrX8IaezMIgmh" alt="" data-size="original">

The external filter protects your BactoBox® setup against clogging.
{% endhint %}

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

{% step %}

#### Place the vial in the vial rack

Tilt the [vial rack](/item-register/accessories/vial-rack.md) at a 45° angle to make it easier to transfer the tubing kit between vials.

<figure><img src="/files/wf6bw23NY1E5S9iM6Ruv" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### That is it!

Now the tubing kit installation is done.
{% endstep %}
{% endstepper %}


---

# 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/getting-started/installation/install-tubing-kit.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.
