You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/quickstart.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,32 @@ This guide will show you how to sign up for {% data variables.product.prodname_c
23
23
24
24
## Signing up for {% data variables.product.prodname_copilot %}
25
25
26
+
Before you can start using {% data variables.product.prodname_copilot %}, you will need to set up a free trial or subscription.
27
+
28
+
{% data reusables.user-settings.access_settings %}
29
+
1. In the "Code, planning and automation" section of the sidebar, click ** {% octicon "copilot" aria-label="The copilot icon" %} GitHub Copilot**.
30
+
2. On the {% data variables.product.prodname_copilot %} settings page, click **Start your free trial**.
31
+

32
+
3. Choose whether you want to pay monthly or yearly, and click **Continue to get access to Copilot**.
33
+
- If your personal account meets the criteria for a free {% data variables.product.prodname_copilot %} subscription, you will automatically be taken to step 6.
34
+

35
+
4. Confirm your payment details.
36
+
5. Select your preferences, then click **Save and get started**.
26
37
27
38
## Installing the {% data variables.product.prodname_copilot %} extension for {% data variables.product.prodname_vscode %}
28
39
40
+
To use {% data variables.product.prodname_copilot %}, you must first install the {% data variables.product.prodname_vscode %} extension.
41
+
42
+
1. In the {% data variables.product.prodname_vscode %} Marketplace, go to the [{% data variables.product.prodname_copilot %} extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) page and click **Install**.
43
+

44
+
1. A popup will appear, asking to open {% data variables.product.prodname_vscode %}. Click **Open {% data variables.product.prodname_vscode %}**.
45
+
1. In the "Extension: {% data variables.product.prodname_copilot %}" tab in {% data variables.product.prodname_vscode %}, click **Install**.
46
+

47
+
1. If you have not previously authorized {% data variables.product.prodname_vscode %} in your {% data variables.product.prodname_dotcom %} account, you will be prompted to sign in to {% data variables.product.prodname_dotcom %} in {% data variables.product.prodname_vscode %}.
48
+
- If you have previously authorized {% data variables.product.prodname_vscode %} in your {% data variables.product.prodname_dotcom %} account, {% data variables.product.prodname_copilot %} will be automatically authorized.
49
+

50
+
1. In your browser, {% data variables.product.prodname_dotcom %} will request the necessary permissions for {% data variables.product.prodname_copilot %}. To approve these permissions, click **Authorize {% data variables.product.prodname_vscode %}**. To refuse the permissions, click **Cancel**.
51
+
1. In {% data variables.product.prodname_vscode %}, in the "{% data variables.product.prodname_vscode %}" dialogue box, to confirm the authentication, click **Open**. To cancel the authentication, click **Cancel**.
0 commit comments