docs: Added Sample Questions page and reference file#613
Merged
Conversation
fix: Dev v3 to main
fix: dev-v3 to main branch merge
…e.py fix: Fix path for reasoning_agent_interactive.py
Created a new document for Sample questions
Added sample questions and scenarios for users to explore various functionalities in the app.
Updated sample prompts for various scenarios to enhance clarity and consistency.
Added a 'Next Steps' section with sample questions after deployment instructions.
Removed the instruction to provide a plan to increase satisfaction.
Updated instructions for team selection and scenarios, enhancing clarity and detail.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds user guidance documentation to help users get started with the Multi-Agent Custom Automation Engine solution after deployment. The PR introduces a new sample workflow guide and references it from the deployment documentation.
- Adds a new documentation file with sample workflow scenarios for different team types
- Links the sample questions guide from the deployment documentation
- Removes an extra blank line in the deployment guide
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/images/samplequestion_1.png | Adds a screenshot illustrating the Teams selection interface for the sample workflow guide |
| docs/SampleQuestions.md | New documentation file providing step-by-step sample workflows for Retail, Marketing, and HR scenarios |
| docs/DeploymentGuide.md | Adds a "Next Steps" section linking to the sample questions guide and removes an extraneous blank line |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+45
to
+50
| ### **HR Onboaring Scenario** | ||
| If you select the HR team, follow the prompts below. | ||
|
|
||
| >**Agents Used:** HR Helper, Technical support , Proxy | ||
|
|
||
| The HR Onboaring Scenario allows users to explore and retrieve information related to OnBoarding the Employee. Key tasks include: |
There was a problem hiding this comment.
Corrected spelling of 'Onboaring' to 'Onboarding'.
Suggested change
| ### **HR Onboaring Scenario** | |
| If you select the HR team, follow the prompts below. | |
| >**Agents Used:** HR Helper, Technical support , Proxy | |
| The HR Onboaring Scenario allows users to explore and retrieve information related to OnBoarding the Employee. Key tasks include: | |
| ### **HR Onboarding Scenario** | |
| If you select the HR team, follow the prompts below. | |
| >**Agents Used:** HR Helper, Technical support , Proxy | |
| The HR Onboarding Scenario allows users to explore and retrieve information related to OnBoarding the Employee. Key tasks include: |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated response time notes and observations for various tasks in the Retail, Product Marketing, and HR Onboarding scenarios.
Roopan-Microsoft
approved these changes
Nov 6, 2025
|
🎉 This PR is included in version 3.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
deepammi
pushed a commit
to deepammi/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator
that referenced
this pull request
Dec 7, 2025
docs: Added Sample Questions page and reference file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the deployment documentation to improve the discoverability and clarity of sample questions/process, users can ask in the app.
Does this introduce a breaking change?
Other Information
Added new page and reference link in DeploymentGuide.md.