# 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.&#x20;

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

<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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
