-
Notifications
You must be signed in to change notification settings - Fork 96
docs: Added new Sample Questions page and reference file #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added sample questions to guide users in the app's Browse section.
Updated sample questions for housing affordability and report analysis.
Added next steps and sample questions after deployment instructions.
Updated sample questions and workflows for housing affordability, housing reports, and contracts sections.
Updated instructions for the Housing Report and Contracts sections, including new tasks and questions.
Refined sample prompts for housing affordability and contract analysis workflows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request adds sample questions documentation to help users get started with the application. The changes include:
- A new
SampleQuestions.mdfile with workflow examples for housing affordability analysis and contract review - A reference link added to
DeploymentGuide.mddirecting users to the sample questions - An accompanying image (
dkm_housting.png) to illustrate the housing report workflow
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| docs/SampleQuestions.md | New documentation file providing sample prompts and workflows for housing reports and contracts analysis |
| docs/DeploymentGuide.md | Added "Next Steps" section linking to the new sample questions documentation |
| docs/images/readme/dkm_housting.png | New screenshot image showing the housing report interface (binary file) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Prompts focus on housing issues, document filtering, and comparing annual report outcomes. | ||
|
|
||
| ### **Overview** | ||
| _Sample Worlflow:_ |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'Workflow' from 'Worlflow'.
| _Sample Worlflow:_ | |
| _Sample Workflow:_ |
| _Sample Workflow:_ | ||
|
|
||
| - Task: Search for the keyword **Housing Report** to filter the document list and display only relevant results. | ||
| - Task: Select two documents **(Annual Housing Report 2022 & 2023)** right top panel is switched to **2 Selected** tab. |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing period at the end of the sentence. The sentence should end with a period for consistency with other task items.
|
|
||
| - Task: Search for the keyword **Housing Report** to filter the document list and display only relevant results. | ||
| - Task: Select two documents **(Annual Housing Report 2022 & 2023)** right top panel is switched to **2 Selected** tab. | ||
|  |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image filename contains a typo - 'housting' should be 'housing'. Consider renaming the file to maintain consistency and professionalism.
|  | |
|  |
| - Task: Review the Extractive Summary for accuracy. | ||
| - Task: Scroll through the pages of the document until page **10** & **11**. | ||
| - Task: Click on **Chat** tab | ||
| - Question: Can you summarize and compare the tables on page **10** and **11**?. |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double punctuation detected - there's both a question mark and a period. Remove the period after the question mark.
| - Question: Can you summarize and compare the tables on page **10** and **11**?. | |
| - Question: Can you summarize and compare the tables on page **10** and **11**? |
|
|
||
| _Sample Workflow:_ | ||
|
|
||
| - Search for the keyword **Contracts** to filter the document list and display only relevant results. |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is missing the 'Task:' prefix that's used consistently in other workflow items. Add 'Task:' at the beginning for consistency.
| - Search for the keyword **Contracts** to filter the document list and display only relevant results. | |
| - Task: Search for the keyword **Contracts** to filter the document list and display only relevant results. |
| _Sample Workflow:_ | ||
|
|
||
| - Search for the keyword **Contracts** to filter the document list and display only relevant results. | ||
| - Task: Select **3** to **4**, **handwritten contract documents**. |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double space detected between the comma and 'handwritten'. Remove the extra space.
| - Task: Select **3** to **4**, **handwritten contract documents**. | |
| - Task: Select **3** to **4**, **handwritten contract documents**. |
Purpose
This pull request updates the deployment documentation to improve the discoverability and clarity of sample process, users can follow in the app.
Does this introduce a breaking change?
Other Information
Added new page and reference link in DeploymentGuide.md.