> For the complete documentation index, see [llms.txt](https://kb.packfiles.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.packfiles.io/using-warp/support/copilot-chat.md).

# Warp for Copilot

Warp works with GitHub Copilot Chat on GitHub.com, so personalized help is always at your fingertips. And because Warp knows about your repositories, it can give you in-context assistance with migration processes, support questions, and more.

### Getting Started

To get started with Warp for Copilot, click the Copilot icon next to the search bar to open a chat window.

<div data-full-width="true"><figure><img src="/files/dfAmz5KWlxTEdqqutRsm" alt="" width="349"><figcaption></figcaption></figure></div>

In the chat window, just mention `@packfiles-warp` Copilot Chat text box to have a conversation with Warp.

Warp for Copilot can answer questions about slash commands, migrations, Warp's features, and more.

<figure><img src="/files/GhuCZe6MYJ7PWzNSw8fx" alt="Warp for Copilot can help you understand and use slash commands." width="375"><figcaption><p>Warp for Copilot can help you understand and use slash commands.</p></figcaption></figure>

If you're using Warp for Copilot on GitHub.com, Warp will automatically provide context about the Backlog Issue you're currently viewing for in-context support. With this context, Warp for Copilot can answer questions about a repository and recommend the next actions you should take.

<div align="center"><figure><img src="/files/OxGAKqnnKzMm4LTdlaTR" alt="" width="375"><figcaption><p>Warp for Copilot provides personalized support and assistance.</p></figcaption></figure></div>

### Further Reading

If you have further questions about GitHub Copilot Chat, take a look at GitHub's [Copilot docs](https://pack.fm/using-copilot-extensions) to learn more about using Copilot Chat extensions.


---

# 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, and the optional `goal` query parameter:

```
GET https://kb.packfiles.io/using-warp/support/copilot-chat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
