1
0
mirror of synced 2025-12-23 03:44:00 -05:00
Files
docs/content/copilot/how-tos/chat-with-copilot/chat-in-windows-terminal.md
Siara 164e19962b Discovery landing page (#58174)
Co-authored-by: Claire W <78226508+crwaters16@users.noreply.github.com>
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Jules Porter <jules-p@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
2025-10-29 18:30:03 +00:00

43 lines
2.6 KiB
Markdown

---
title: Asking GitHub Copilot questions in Windows Terminal
intro: You can use {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_windows_terminal %} to get suggestions and explanations for the command line.
topics:
- Copilot
shortTitle: Chat in Windows Terminal
versions:
feature: copilot
redirect_from:
- /copilot/using-github-copilot/asking-github-copilot-questions-in-windows-terminal
- /copilot/how-tos/chat/asking-github-copilot-questions-in-windows-terminal
- /copilot/how-tos/chat/use-chat-in-windows-terminal
- /copilot/how-tos/use-chat/use-chat-in-windows-terminal
- /copilot/how-tos/chat-with-copilot/use-chat-in-windows-terminal
contentType: how-tos
category:
- Author and optimize with Copilot
---
## Prerequisites
* **Access to {% data variables.product.prodname_copilot %}**. See [AUTOTITLE](/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
* **{% data variables.product.prodname_windows_terminal %} Canary installed**. For installation instructions, see [Installing {% data variables.product.prodname_windows_terminal %} Canary](https://github.com/microsoft/terminal?tab=readme-ov-file#installing-windows-terminal-canary).
* **{% data variables.product.prodname_copilot %} connected to Terminal Chat**. See [AUTOTITLE](/copilot/quickstart?tool=windowsterminal).
If you have access to {% data variables.product.prodname_copilot %} via your organization or enterprise, you cannot use {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_windows_terminal %} if your organization owner or enterprise administrator has disabled {% data variables.copilot.copilot_cli_short %}. See [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-policies-for-copilot-in-your-organization).
## Getting command explanations and suggestions
In the Terminal Chat chat window, type a question (for example, `how do i list all markdown files in my directory`) then press <kbd>Enter</kbd>.
{% data variables.product.prodname_copilot_short %}'s answer is displayed below your question.
Click on an answer to insert it to the command line.
## Sharing feedback
To send feedback to {% data variables.product.prodname_windows_terminal %} about the quality of a suggestion, open an issue in the [{% data variables.product.prodname_windows_terminal %} repository](https://github.com/microsoft/terminal/issues).
## Further reading
* [Terminal Chat](https://learn.microsoft.com/windows/terminal/terminal-chat#setting-up-terminal-chat) in the Microsoft Learn documentation