# Tutorials

- [A. Meet Your IoT Kit](https://docs.idew.org/code-internet-of-things/tutorials/meet-your-iot-kit.md)
- [A-1 Circuit Board](https://docs.idew.org/code-internet-of-things/tutorials/meet-your-iot-kit/1.1-circuit-board.md)
- [A-2 Other Components](https://docs.idew.org/code-internet-of-things/tutorials/meet-your-iot-kit/1.2-other-components.md)
- [A-3 Electronic Circuits](https://docs.idew.org/code-internet-of-things/tutorials/meet-your-iot-kit/1.3-electronic-circuits.md)
- [B. Hello World Test](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test.md)
- [B-1 Start IoT Device](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test/2.1-start-iot-device.md)
- [B-2 Login to Web IDE](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test/2.2-login-to-web-ide.md)
- [B-3 New App Template](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test/2.3-new-app-template.md)
- [B-4 Global Variable](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test/2.4-global-variable.md)
- [B-5 Setup Function](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test/2.5-setup-function.md)
- [B-6 Loop Function](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test/2.6-loop-function.md)
- [B-7 Flash App to Device](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test/2.7-flash-app-to-device.md)
- [B-8 Modify App](https://docs.idew.org/code-internet-of-things/tutorials/hello-world-test/2.8-modify-app.md)
- [C. Smart Light Device](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light.md)
- [C-1 Connect LED](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.1-connect-led.md)
- [C-2 Copy Hello World App](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.2-modify-hello-world.md)
- [C-3 Connect Button](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.3-connect-button.md)
- [C-4 Add Button Code](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.4-add-button-code.md)
- [C-5 Modify Button Code](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.5-modify-button-code.md)
- [C-6 Particle Cloud Code](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.6-particle-cloud-code.md)
- [C-7 Web App HTML](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.7-web-app-html.md)
- [C-8 Web App CSS](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.8-web-app-css.md)
- [C-9 Web App JS](https://docs.idew.org/code-internet-of-things/tutorials/create-smart-light/3.9-web-app-js.md)
- [D. Smart Security Device](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system.md)
- [D-1 Connect Motion Sensor](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.1-connect-motion-sensor.md)
- [D-2 Connect Speaker](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.2-connect-speaker.md)
- [D-3 LED and Button Code](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.3-led-and-button-code.md)
- [D-4 Motion Sensor Code](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.4-motion-sensor-code.md)
- [D-5 Speaker Code](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.5-speaker-code.md)
- [D-6 Particle Cloud Code](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.6-particle-cloud-code.md)
- [D-7 Web App HTML](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.7-web-app-html.md)
- [D-8 Web App CSS](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.8-web-app-css.md)
- [D-9 Web App JS](https://docs.idew.org/code-internet-of-things/tutorials/create-security-system/4.9-web-app-js.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/tutorials.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.
