> For the complete documentation index, see [llms.txt](https://docs.idew.org/project-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/project-internet-of-things/project-instructions.md).

# Project Instructions

- [1 DEFINE PROBLEM & VALUE PROPOSITION](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem.md)
- [1.1 IoT Product Research](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.1-iot-product-research.md)
- [1.2 IoT Code Tutorials](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.2-iot-code-tutorial.md)
- [1.3 Project Ideas](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.3-project-ideas.md)
- [1.4 Competitive Analysis](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.4-competitive-analysis.md)
- [1.5 User Research](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.5-user-research.md)
- [1.6 Value Proposition](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.6-value-proposition.md)
- [1.7 Design Requirements](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.7-design-requirements.md)
- [1.8 Interaction Storyboard](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.8-interaction-storyboard.md)
- [1.9 Proposal Presentation](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.9-proposal-presentation.md)
- [2 DESIGN & BUILD SOLUTION](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution.md)
- [2.1 Project Schedule](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution/2.1-project-schedule.md)
- [2.2 System Model](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution/2.2-system-model.md)
- [2.3 Interactive Prototype](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution/2.3-interactive-prototype.md)
- [2.4 Prototype Evaluation](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution/2.4-prototype-evaluation.md)
- [2.5  Smart Device and Apps](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution/2.5-smart-device-and-apps.md)
- [2.6 Product Website](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution/2.6-product-website.md)
- [2.7 Product Video](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution/2.7-product-video.md)
- [2.8 Solution Presentation](https://docs.idew.org/project-internet-of-things/project-instructions/2-design-and-build-solution/2.8-solution-presentation.md)
- [3 EVALUATE & REFINE SOLUTION](https://docs.idew.org/project-internet-of-things/project-instructions/3-evaluate-and-refine-solution.md)
- [3.1 Solution Evaluation](https://docs.idew.org/project-internet-of-things/project-instructions/3-evaluate-and-refine-solution/3.1-solution-evaluation.md)
- [3.2 Solution Refinements](https://docs.idew.org/project-internet-of-things/project-instructions/3-evaluate-and-refine-solution/3.2-solution-refinements.md)
- [3.3 Project Poster](https://docs.idew.org/project-internet-of-things/project-instructions/3-evaluate-and-refine-solution/3.3-project-poster.md)
- [3.4 Evaluation Presentation](https://docs.idew.org/project-internet-of-things/project-instructions/3-evaluate-and-refine-solution/3.4-evaluation-presentation.md)
- [3.5 Public Presentation](https://docs.idew.org/project-internet-of-things/project-instructions/3-evaluate-and-refine-solution/3.5-public-presentation.md)
- [3.6 Project Reflection](https://docs.idew.org/project-internet-of-things/project-instructions/3-evaluate-and-refine-solution/3.6-project-reflection.md)
- [3.7 Class Celebration](https://docs.idew.org/project-internet-of-things/project-instructions/3-evaluate-and-refine-solution/3.7-class-celebration.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/project-internet-of-things/project-instructions.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.
