Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions samples/m365-understanding-mode/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"name": "copilotprompts-m365-understanding-mode",
"source": "pnp",
"title": "Confirming Understanding mode",
"shortDescription": "This prompt is designed to put Copilot into a 'confirm understanding' mode.",
"url": "https://github.com/pnp/copilot-prompts/tree/main/samples/m365-understanding-mode",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-prompts/tree/main/samples/m365-understanding-mode",
"longDescription": [
"Ocassionally, Copilot will go straight to the 'solution' before fully understanding what your actual goal is. With GPT-5 this 'premature solution' might be even more long-winded and detailed and not really the solution you need. This prompt can be used to ensure that Copilot doesn't offer a solution until you have verified that it understands the issue sufficiently."
],
"creationDateTime": "2025-09-18",
"updateDateTime": "2025-09-18",
"products": [
"Microsoft 365 Copilot"
],
"metadata": [
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-prompts/raw/main/samples/m365-understanding-mode/assets/confirm-understanding-mode-active.png",
"alt": "Copilot in 'confirm understanding' mode"
}
],
"authors": [
{
"gitHubAccount": "sparkitect",
"pictureUrl": "https://avatars.githubusercontent.com/u/9206808?v=4",
"name": "Jim Duncan"
}
],
"references": [
{
"name": "Microsoft Copilot",
"description": "Microsoft Copilot",
"url": "https://copilot.microsoft.com/"
}
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions samples/m365-understanding-mode/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 🤖 Confirming Understanding mode 📃

![Put Copilot in Confirm Understanding mode](./assets/undterstanding-before-solving.png)

## Summary
This prompt is designed to put Copilot into a "confirm understanding" mode.
## Prompt💡

I will explain what we are trying to accomplish. Please endeavor, for now, to simply understand the goal and wait to provide guidance or a solution until I have verified that your understanding is accurate. Deal?

### Description ℹ️
Ocassionally, Copilot will go straight to the "solution" before fully understanding what your actual goal is. With GPT-5 this "premature solution" might be even more long-winded and detailed, but not really the solution you need.
This prompt can be used to ensure that Copilot doesn't offer a solution until you have verified that it understands the issue sufficiently.

![Copilot in Confirm Understainding mode](./assets/confirm-understanding-mode-active.png)

## Contributors 👨‍💻

[Jim Duncan](https://github.com/sparkitect)

## Version history

Version|Date|Comments
-------|----|--------
1.0|September 18, 2025|Initial release

## Instructions 📝

1. Make sure you have Copilot for Microsoft 365 in your tenant
2. Start with this prompt; for a bonus, add "Feel free to ask clarifying questions if needed" to the prompt.
3. Explain your scenario, issue and/or goal, over multiple prompts (you're having a *conversation* with Copilot)
4. At each response Copilot should/might summarize its understanding so far though you may have to ask it to do so
6. When you are confident that Copilot understands things sufficiently, tell it so

## Prerequisites

* [Copilot for Microsoft 365](https://developer.microsoft.com/microsoft-365/dev-program)

## Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

You can try looking at [issues related to this sample](https://github.com/pnp/copilot-prompts/issues?q=is%3Aissue%20m365-understanding-mode) to see if anybody else is having the same issues.

If you encounter any issues using this sample, [create a new issue](https://github.com/pnp/copilot-prompts/issues/new).

Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/copilot-prompts/issues/new).

## Disclaimer

**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

![](https://m365-visitor-stats.azurewebsites.net/SamplesGallery/copilotprompts-m365-understanding-mode)