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

# Project Instructions

- [1 DEFINE PROBLEM & VALUE PROPOSITION](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem.md)
- [1.1 Warm-Up Project](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem/1.1-chatbot-code-tutorial.md)
- [1.2 Initial Ideas](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem/1.2-initial-ideas.md)
- [1.3 Background Research](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem/1.3-background-research.md)
- [1.4 Personas](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem/1.4-personas.md)
- [1.5 Concept Narrowing](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem/1.5-concept-narrowing.md)
- [1.6 Task Analysis](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem/1.6-task-analysis.md)
- [1.7 Value Proposition & Features](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem/1.7-value-proposition.md)
- [1.8 Team Proposal](https://docs.idew.org/project-chatbot/project-instructions/1-discover-and-define-problem/1.8-team-proposal.md)
- [2 DESIGN & BUILD SOLUTION](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution.md)
- [2.1 Database Development](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.1-database-development.md)
- [2.2 Sample Dialogues](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.2-sample-dialogues.md)
- [2.3 Pseudocode Functions](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.3-pseudocode-functions.md)
- [2.4 Develop Complete Dialogue Script](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.4-dialogue-evaluations.md)
- [2.5 Style Guide](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.5-style-guide.md)
- [2.6 Code Development Outline and Begin Coding](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.5-code-development-outline-and-begin-coding.md)
- [2.7 Marketing card](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.6-marketing-card.md)
- [2.8 Code Testing](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.7-code-testing.md)
- [2.9 Prepare Development Review and Demonstration](https://docs.idew.org/project-chatbot/project-instructions/2-design-and-build-solution/2.8-prepare-development-review-and-demonstration.md)
- [3 EVALUATE & REFINE SOLUTION](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution.md)
- [3.1 Evaluation and Post Interview](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.1-evaluation-and-post-interview.md)
- [3.2 Chatbot Usage Analysis](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.2-initial-question-analysis.md)
- [3.3 App Refinements](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.3-app-refinements.md)
- [3.4 Poster](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.4-poster.md)
- [3.5 Prepare for Poster Review and Demonstration](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.5-prepare-for-poster-review-and-trivia-demonstration.md)
- [3.6 Public Presentation Plan and Practice](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.6-public-presentation-plan-and-practice.md)
- [3.7 Individual Reflection](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.7-individual-reflection.md)
- [3.8 Present to the public](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.8-present-to-the-public.md)
- [3.9 Celebrate](https://docs.idew.org/project-chatbot/project-instructions/3-evaluate-and-refine-solution/3.9-celebrate.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:

```
GET https://docs.idew.org/project-chatbot/project-instructions.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.
