# Introduction

Welcome to the official documentation hub for VEEROBOT's robots!

This site is designed to provide you with everything you need to assemble, configure, and program our robotic platforms. Whether you're getting started with a basic Arduino bot or diving into advanced ROS 2 navigation, you'll find comprehensive guides here.

## 🚀 Quick Links

Explore our robot categories:

### 🤖 ROS Based Robots

Advanced platforms running on the Robot Operating System (ROS / ROS 2).

* [**🐺 Wolf Robot**](https://docs.veerobot.com/ros-robots/wolf-robot): A complete ROS 2 platform covering everything from URDF creation and motor control to SLAM and autonomous navigation.
* [**🐞 Beetle Bot**](https://docs.veerobot.com/ros-robots/beetle-bot): A versatile robot featuring hardware integration, sensor fusion with EKF, SLAM mapping, and camera-based perception.

### 🕹️ Arduino Based Robots

Entry-level to intermediate platforms perfect for learning microcontrollers and basic robotics.

* [**🚜 Micro:Xbot**](https://docs.veerobot.com/arduino-based-robots/micro-xbot): Includes basic programs (LEDs, sensors, motors) and advanced projects like line following and obstacle avoidance.

## 📖 How to Use This Documentation

Use the sidebar navigation to jump directly to the robot platform you are working with. Each section contains step-by-step instructions, code snippets, and configuration guides to help you get your robot up and running quickly.

Happy Building! 🛠️


---

# Agent Instructions: 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://docs.veerobot.com/readme.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.
