> For the complete documentation index, see [llms.txt](https://partabot-1.gitbook.io/partabot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partabot-1.gitbook.io/partabot/introduction.md).

# Introduction

**Hello Robotics Enthusiasts,**

Thank you for choosing Partabot for your robotics journey!\
We’re thrilled to have you as part of our community.

This document includes everything you need to:

* <mark style="color:blue;">Verify the parts you received,</mark>
* <mark style="color:blue;">Set up your robot,</mark>
* <mark style="color:blue;">Contact us for support if needed.</mark>

**How to use this guide:**

* <mark style="color:blue;">Click the tab that matches your robot’s name.</mark>
* <mark style="color:blue;">Select the section for either the assembled or unassembled package.</mark>
* <mark style="color:blue;">Each section details what’s included in your box.</mark>
* <mark style="color:blue;">If you ordered an assembled version, you’ll also find:</mark>
  * <mark style="color:blue;">What was completed during assembly,</mark>
  * <mark style="color:blue;">What setup steps you’ll need to finish.</mark>

We can't wait to see what you build!\
If you have any questions, we’re always [here](mailto:undefined) to help at <hello@partabot.com>.

Happy building,\
**The Partabot Team**


---

# 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:

```
GET https://partabot-1.gitbook.io/partabot/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
