> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lazyraccoon.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub Copilot

> What gets synced for GitHub Copilot.

**Tool ID:** `copilot`
**Config directory:** `~/.copilot/`

## Synced files

| File / Directory          | Type     | Description                     |
| ------------------------- | -------- | ------------------------------- |
| `copilot-instructions.md` | Text     | Custom instructions for Copilot |
| `config.json`             | JSON     | Copilot configuration           |
| `mcp-config.json`         | JSON     | MCP server configuration        |
| `agents/`                 | Markdown | Custom agent definitions        |

## Example

```bash theme={null}
lazy push --tool copilot
lazy pull --tool copilot
```
