# References

- [Particle Build](https://docs.idew.org/code-internet-of-things/references/particle-build.md)
- [Photon Device App](https://docs.idew.org/code-internet-of-things/references/device-app.md)
- [Web App - Single Screen](https://docs.idew.org/code-internet-of-things/references/web-app.md)
- [Web App - Multiple Screens](https://docs.idew.org/code-internet-of-things/references/web-app-multiple-screens.md)
- [Particle Cloud](https://docs.idew.org/code-internet-of-things/references/particle-cloud.md)
- [Web App Prep Steps](https://docs.idew.org/code-internet-of-things/references/particle-cloud/web-app-prep-steps.md)
- [Get Device Variable](https://docs.idew.org/code-internet-of-things/references/particle-cloud/get-device-variable.md)
- [Call Device Function](https://docs.idew.org/code-internet-of-things/references/particle-cloud/call-device-function.md)
- [Get Device Events](https://docs.idew.org/code-internet-of-things/references/particle-cloud/get-device-events.md)
- [Physical Inputs](https://docs.idew.org/code-internet-of-things/references/physical-inputs.md)
- [Push Buttons](https://docs.idew.org/code-internet-of-things/references/physical-inputs/push-buttons.md)
- [Trimpot Dial](https://docs.idew.org/code-internet-of-things/references/physical-inputs/trimpot-dial.md)
- [Motion Sensor](https://docs.idew.org/code-internet-of-things/references/physical-inputs/motion-sensor.md)
- [Magnetic Switch](https://docs.idew.org/code-internet-of-things/references/physical-inputs/magnetic-switch.md)
- [Light Sensor](https://docs.idew.org/code-internet-of-things/references/physical-inputs/light-sensor.md)
- [Temperature Sensor](https://docs.idew.org/code-internet-of-things/references/physical-inputs/temperature-sensor.md)
- [Soil Moisture Sensor](https://docs.idew.org/code-internet-of-things/references/physical-inputs/soil-moisture-sensor.md)
- [Accelerometer](https://docs.idew.org/code-internet-of-things/references/physical-inputs/accelerometer.md)
- [Ultrasonic Sensor \*](https://docs.idew.org/code-internet-of-things/references/physical-inputs/ultrasonic-sensor.md)
- [Physical Outputs](https://docs.idew.org/code-internet-of-things/references/physical-outputs.md)
- [LED Lights](https://docs.idew.org/code-internet-of-things/references/physical-outputs/led-lights.md)
- [Speaker](https://docs.idew.org/code-internet-of-things/references/physical-outputs/speaker.md)
- [Servo Motor](https://docs.idew.org/code-internet-of-things/references/physical-outputs/servo-motor.md)
- [Micro OLED Display](https://docs.idew.org/code-internet-of-things/references/physical-outputs/micro-oled-display.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-internet-of-things/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.
