> For the complete documentation index, see [llms.txt](https://docs.acrome.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acrome.net/smd-applications/interactive.md).

# Interactive

The Interactive section is aimed at users with an intermediate understanding of electronics, focusing on projects that integrate joysticks, motors, and other input/output devices to create interactive systems. This category is perfect for those who want to explore real-time control systems, user feedback mechanisms, and advanced motion-based applications.

These projects provide hands-on experience in joystick-based navigation, motorized control, and multi-module integration. Users will develop skills applicable to game controllers, robotic motion systems, and interactive feedback mechanisms. Each project serves as a stepping stone towards mastering real-time control and automation.


---

# 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://docs.acrome.net/smd-applications/interactive.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.
