|
| 1 | +--- |
| 2 | +title: 'GitHub Copilot Free in Visual Studio' |
| 3 | +description: Use GitHub Copilot Completions, Chat, and Edits for free in Visual Studio. |
| 4 | +ms.date: 12/18/2024 |
| 5 | +ms.topic: overview |
| 6 | +author: anandmeg |
| 7 | +ms.author: meghaanand |
| 8 | +ms.manager: mijacobs |
| 9 | +ms.subservice: ai-tools |
| 10 | +ms.collection: ce-skilling-ai-copilot |
| 11 | +monikerRange: '>= vs-2022' |
| 12 | +--- |
| 13 | +# Use GitHub Copilot for free in Visual Studio |
| 14 | + |
| 15 | +GitHub Copilot Free enables you to experience AI-powered coding assistance in your IDE by providing limited access to select Copilot features. With [Copilot Free](https://aka.ms/ghdocscopilotfreepage), you can now access all AI-integrated features in Visual Studio, including [Completions](visual-studio-github-copilot-extension.md), Edits, and [Chat](visual-studio-github-copilot-chat.md). |
| 16 | + |
| 17 | +## Prerequisites |
| 18 | + |
| 19 | +To get started with Copilot Free in Visual Studio, you need: |
| 20 | ++ Visual Studio 2022 [version 17.8](/visualstudio/releases/2022/release-history) or later |
| 21 | ++ [GitHub Copilot](visual-studio-github-copilot-install-and-states.md) in Visual Studio |
| 22 | + |
| 23 | +## Get started with Copilot Free in Visual Studio |
| 24 | + |
| 25 | +**Set up Copilot Free using Visual Studio** |
| 26 | + |
| 27 | +- In Visual Studio, select the **GitHub Copilot** badge in the upper-right corner of the IDE. |
| 28 | +- Select **Get Copilot Subscription** or **Add GitHub account to Visual Studio**. |
| 29 | +- If you have an existing GitHub account, sign in when prompted. If not, follow the steps to create a new GitHub account. |
| 30 | +- Select **Sign up for Free** to complete the setup. Once finished, you’ll be redirected back to Visual Studio. |
| 31 | + |
| 32 | +**Set up Copilot Free using GitHub.com** |
| 33 | + |
| 34 | +- In the upper-right corner of any GitHub page, select your profile photo, and then select **Your Copilot**. |
| 35 | +- Select **Start using Copilot Free** to activate Copilot Free and open a conversation thread. |
| 36 | +- Select **Use Copilot in other IDEs**, select **Visual Studio** and follow the instructions provided for Visual Studio. |
| 37 | + |
| 38 | +## Copilot Free usage limits in Visual Studio |
| 39 | + |
| 40 | +Copilot Free provides a limited number of code completions and chat responses for free per month. Changes in Copilot functionality may indicate you've reached your monthly usage limit. |
| 41 | +You can check the current status of your Copilot Free account on the [GitHub account settings page](https://github.com/settings/copilot). |
| 42 | + |
| 43 | +When you hit the usage limits, your Copilot experience in Visual Studio may be impacted as follows: |
| 44 | + |
| 45 | +:::row::: |
| 46 | + :::column span="1"::: |
| 47 | + **Usage limit for Completions is reached** |
| 48 | + :::column-end::: |
| 49 | + :::column span="2"::: |
| 50 | + User receives IntelliCode suggestions instead of Copilot completions. The Copilot badge stays green, indicating **active** status. |
| 51 | + :::column-end::: |
| 52 | +:::row-end::: |
| 53 | +:::row::: |
| 54 | + :::column span="1"::: |
| 55 | + **Usage limit for Chat is reached** |
| 56 | + :::column-end::: |
| 57 | + :::column span="2"::: |
| 58 | + User no longer receives chat responses when sending prompts. The Copilot badge stays green, indicating **active** status. |
| 59 | + :::column-end::: |
| 60 | +:::row-end::: |
| 61 | +:::row::: |
| 62 | +:::row-end::: |
| 63 | + |
| 64 | +When you reach usage limits for Copilot Free, you can wait for them to reset at the end of the monthly cycle or upgrade to Copilot Pro to continue using Copilot. |
| 65 | + |
| 66 | +## Frequently asked questions |
| 67 | + |
| 68 | +#### Who can access Copilot Free? |
| 69 | + |
| 70 | +Copilot Free is not available if you have an EMU account, access to a Copilot seat through an organization, an existing Copilot Pro subscription or trial, or free access to Copilot Pro as a student, teacher, or open-source maintainer. |
| 71 | +For the latest information, see [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage). |
| 72 | + |
| 73 | +#### Can I turn off completions to save them for later? |
| 74 | + |
| 75 | +Yes. You can enable or disable completions at any time. |
| 76 | +To enable or disable, select **Settings** > **Options** from **GitHub Copilot** badge in the upper-right corner of your IDE, and then select or unselect **Enable Copilot Completions**. |
| 77 | + |
| 78 | +#### Can I block suggestions matching public code with Copilot Free? |
| 79 | + |
| 80 | +Yes. You can configure these settings from the [GitHub Copilot Settings](https://github.com/settings/copilot) page. |
| 81 | + |
| 82 | +#### What Copilot features are included in Copilot Free? |
| 83 | + |
| 84 | +Copilot Free includes the following features: Copilot Completions, Edits, and Chat. |
| 85 | +Learn more at [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage). |
| 86 | + |
| 87 | +#### What are the Copilot Free limits for Completions and Chat? |
| 88 | + |
| 89 | +See [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage) for information. |
| 90 | + |
| 91 | +## Related content |
| 92 | + |
| 93 | +- [Install and manage GitHub Copilot in Visual Studio](visual-studio-github-copilot-install-and-states.md) |
| 94 | +- [GitHub Copilot experience for Visual Studio](visual-studio-github-copilot-extension.md) |
| 95 | +- [GitHub Copilot Chat experience for Visual Studio](visual-studio-github-copilot-chat.md) |
| 96 | +- [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage) |
0 commit comments