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

# What is Hackerbot?

### **⚙️ How it’s built:**

#### Hardware modules

* **SLAM Base**: LiDAR, bump/cliff sensors, mapping, and auto-charging
* **Head**: 2-DoF neck, speaker, mic, camera, RPi 5, eye/mouth animations
* **Manipulator Arm**: 6-DoF arm with gripper and onboard camera

<table><thead><tr><th width="169.46875" align="center">Model Name</th><th width="104.95703125" align="center">SLAM Base</th><th width="170.73046875" align="center">Interactive Features</th><th width="103.52734375" align="center">Manipulator</th><th align="center">Use Case</th></tr></thead><tbody><tr><td align="center"><strong>Hackerbot Lite</strong></td><td align="center">✅</td><td align="center">❌</td><td align="center">❌</td><td align="center">Core navigation &#x26; mapping</td></tr><tr><td align="center"><strong>Hackerbot AI</strong></td><td align="center">✅</td><td align="center">Camera, Mic, Speaker</td><td align="center">❌</td><td align="center">Vision &#x26; voice-based interaction</td></tr><tr><td align="center"><strong>Hackerbot AI Pro</strong></td><td align="center">✅</td><td align="center">Head (neck, eyes, mouth, mic, speaker,  camera)</td><td align="center">❌</td><td align="center">Advanced human robot interaction &#x26; expression</td></tr><tr><td align="center"><strong>Hackerbot AI Elite</strong></td><td align="center">✅</td><td align="center">Head (neck, eyes, mouth, mic, speaker,  camera)</td><td align="center">✅</td><td align="center">Complete autonomy + manipulation</td></tr></tbody></table>

#### Rundown on the different components of Hackerbot

{% embed url="<https://youtu.be/ykVGcZc0c0A>" %}


---

# 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://hackerbot-industries.gitbook.io/documentation-hackerbot-industries/getting-started/what-is-hackerbot.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.
