# REFERENCES

- [Arduino Language](https://docs.idew.org/code-robotics/references/arduino-language.md)
- [Arduino Code Editor](https://docs.idew.org/code-robotics/references/arduino-code-editor.md)
- [Create New App](https://docs.idew.org/code-robotics/references/arduino-code-editor/create-new-app.md)
- [Save and Rename App](https://docs.idew.org/code-robotics/references/arduino-code-editor/save-and-rename-app.md)
- [Include RedBot Library](https://docs.idew.org/code-robotics/references/arduino-code-editor/include-redbot-library.md)
- [Verify App Code](https://docs.idew.org/code-robotics/references/arduino-code-editor/verify-app-code.md)
- [Upload App to Robot](https://docs.idew.org/code-robotics/references/arduino-code-editor/upload-app-to-robot.md)
- [Download Copy of App](https://docs.idew.org/code-robotics/references/arduino-code-editor/download-copy-of-app.md)
- [Use Serial Monitor to View Data](https://docs.idew.org/code-robotics/references/arduino-code-editor/use-serial-monitor-to-view-data.md)
- [Robot Demo App Template](https://docs.idew.org/code-robotics/references/arduino-code-editor/robot-demo-app-template.md)
- [Physical Inputs](https://docs.idew.org/code-robotics/references/physical-inputs.md)
- [Push Button (D12)](https://docs.idew.org/code-robotics/references/physical-inputs/push-button.md)
- [Mechanical Bumpers](https://docs.idew.org/code-robotics/references/physical-inputs/mechanical-bumpers.md)
- [IR Line Sensors](https://docs.idew.org/code-robotics/references/physical-inputs/ir-line-sensors.md)
- [Wheel Encoders](https://docs.idew.org/code-robotics/references/physical-inputs/wheel-encoders.md)
- [Accelerometer](https://docs.idew.org/code-robotics/references/physical-inputs/accelerometer.md)
- [Ultrasonic Sensor \*](https://docs.idew.org/code-robotics/references/physical-inputs/ultrasonic-sensor.md)
- [Physical Outputs](https://docs.idew.org/code-robotics/references/physical-outputs.md)
- [LED Light (D13)](https://docs.idew.org/code-robotics/references/physical-outputs/led-light.md)
- [Speaker (Buzzer)](https://docs.idew.org/code-robotics/references/physical-outputs/speaker-buzzer.md)
- [Motors](https://docs.idew.org/code-robotics/references/physical-outputs/motors.md)
- [Robot Behaviors](https://docs.idew.org/code-robotics/references/robot-behaviors.md)
- [Producing Alerts](https://docs.idew.org/code-robotics/references/robot-behaviors/producing-alerts.md)
- [Driving](https://docs.idew.org/code-robotics/references/robot-behaviors/driving.md)
- [Turning](https://docs.idew.org/code-robotics/references/robot-behaviors/turning.md)
- [Detecting Objects](https://docs.idew.org/code-robotics/references/robot-behaviors/detecting-objects.md)
- [Detecting Lines](https://docs.idew.org/code-robotics/references/robot-behaviors/detecting-lines.md)
- [Detecting Other Conditions](https://docs.idew.org/code-robotics/references/robot-behaviors/detecting-other-conditions.md)
- [Navigation Modes](https://docs.idew.org/code-robotics/references/navigation-modes.md)
- [Distance Navigation](https://docs.idew.org/code-robotics/references/navigation-modes/distance-navigation.md)
- [Line Counting Navigation](https://docs.idew.org/code-robotics/references/navigation-modes/line-counting-navigation.md)
- [Line Following + Counting Navigation](https://docs.idew.org/code-robotics/references/navigation-modes/line-following-counting-navigation.md)
- [Autonomous Navigation](https://docs.idew.org/code-robotics/references/navigation-modes/autonomous-navigation.md)


---

# 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.idew.org/code-robotics/references.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.
