> For the complete documentation index, see [llms.txt](https://docs.idew.org/code-internet-of-things/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idew.org/code-internet-of-things/tutorials.md).

# 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
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://docs.idew.org/code-internet-of-things/tutorials.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.
