> For the complete documentation index, see [llms.txt](https://guide.valpashotels.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.valpashotels.com/resolving-a-prevention-task/3.-check-the-inspection-jar-for-any-bugs.md).

# 3. Check the inspection jar for any bugs

If **no bugs** are visible, simply [clean the cassette before re-inserting](/resolving-a-prevention-task/5.-clean-the-cassette-and-re-insert-it-into-the-smart-leg.md) it back into the leg.

{% hint style="info" %}
Inspection of the contents is easier when the inspection jar is placed on a white surface, such as a paper towel or other light-coloured material.
{% endhint %}

## Recognize bed bugs

<figure><img src="/files/WJXEBunDaWwTooGONHjC" alt=""><figcaption><p>Image showing bed bugs in various stages of their life cycle</p></figcaption></figure>

**Bed bugs have distinct characteristics that help with identification:**

* Flat body shape
* Brown or reddish-brown color
* Six legs and two antennae
* Adult bed bugs are typically 5–7 mm long
* Younger bed bugs (nymphs) can be as small as 1.5 mm

{% hint style="danger" %}
If you discover any bed bugs, it's important to conduct a [room inspection](/bed-bug-found-room-inspection-needed.md) to prevent the spread of the infestation.
{% endhint %}

## Other findings

**Most common findings:**

* **Dust:** In some cases, excessive dust in the cassette can trigger a prevention notification.
* **Other insects:** Non-bed bug insects may also be found inside the cassette.


---

# 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://guide.valpashotels.com/resolving-a-prevention-task/3.-check-the-inspection-jar-for-any-bugs.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.
