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

# Robotics with JOI

### Robots as Smart Devices

With MySmaX's JOI platform, robots become easy-to-manage smart devices. Robot functionalities are defined clearly as "services," allowing them to be controlled and managed seamlessly, just like other smart IoT devices. JOI's edge intelligence automatically manages robotic operations, simplifying complex hardware management.

#### Modular Integration: Robotics + AIoT

MySmaX combines robots and sensors into integrated, service-based solutions. Think of it as building with LEGO blocks: you pick individual smart devices, AI functions, and robot services, and JOI integrates them smoothly into practical solutions.

**Example Use Cases:**

* Smart Kitchen & Dining Management:
  * Cooking robot
  * Serving robot
  * Cooking sensors
  * Environmental sensors
  * AI-driven recommendations
  * Anomaly detection systems
* Pet Care & Single-Person Household Management:
  * Household robot
  * Pet-feeding robot
  * Emergency response AI
  * Security sensors

#### How It Works:

1. Automatic Detection: Robots are automatically discovered and registered, similar to smart IoT devices.
2. Service-Based Commands: Users issue simple, automated commands through defined services.
3. Voice Control: Robots can be effortlessly managed through voice commands, just like any other smart home device.

With JOI, robotics becomes simple, intuitive, and accessible, enabling anyone to seamlessly integrate advanced robotic solutions into everyday life.

<br>


---

# 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://mysmax.gitbook.io/mysmax/robotics-with-joi.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.
