> For the complete documentation index, see [llms.txt](https://guide.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.petoi.com/product/quaddle-under-construction/quick-start-guide/unboxing.md).

# Unboxing

## Check the Package

Thank you very much for purchasing our product! We highly value your user experience and hope you will enjoy this delightful journey. To ensure the device was not damaged during transportation and verify all accessories are complete, we recommend following these steps after receiving the package:

1. Verify the recipient's name, address, order number, and other details on the product packaging to confirm they match your order. If any information is incorrect, please do not open the box and contact the logistics provider or us immediately.
2. Inspect the shipping box for integrity. Check for apparent damage, moisture, deformation, or signs of tampering. If packaging damage is found, please photograph it for documentation purposes and avoid accepting, signing for, or opening the package before confirming the device's condition. As shown in the example below, your Quaddle should arrive fully intact, clean, and well-presented, without any damage.

## Unboxing

### Builder

{% hint style="info" %}
This model does not include an AI core part and sensor module on the expansion board above.
{% endhint %}

{Packaging box image}, {Image of the robot in its unboxed state}

{List of all accessories}

### Buddy

{% hint style="info" %}
This model has an AI core part but lacks a sensor module.
{% endhint %}

{Packaging box image}, {Image of the robot in its unboxed state}

{List of all accessories}

### Scout

{% hint style="info" %}
This model features both an AI core part and a sensor module.
{% endhint %}

{Packaging box image}, {Image of the robot in its unboxed state}

{List of all accessories}

#### Assemble the sensor module on Scout

{% hint style="info" %}
The relevant material is in the segment from \[04:41] to \[05:43] of this video.
{% endhint %}

{% embed url="<https://youtu.be/ee_YYXTG5jE?t=281>" %}

## Installing and removing the battery

### Installling

{% hint style="info" %}
The relevant material is in the segment from \[01:18] to \[01:19] of this video.
{% endhint %}

{% embed url="<https://youtu.be/ee_YYXTG5jE?t=78>" %}

### Removing

{Assembly demonstration animation}

## Assemble the Quaddle Stand

{% hint style="info" %}
The relevant material is in the segment from \[05:56] to \[06:26] of this video.
{% endhint %}

{% embed url="<https://youtu.be/ee_YYXTG5jE?si=hE5cpK3nqWS7fKi3&t=356>" %}


---

# 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.petoi.com/product/quaddle-under-construction/quick-start-guide/unboxing.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.
