Skip to content

Commit 2d8e41c

Browse files
committed
sign up and install sections
1 parent 3aa3bbe commit 2d8e41c

File tree

6 files changed

+23
-0
lines changed

6 files changed

+23
-0
lines changed
116 KB
Loading
72.3 KB
Loading
6.72 KB
Loading
11.8 KB
Loading
6.01 KB
Loading

content/copilot/quickstart.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,32 @@ This guide will show you how to sign up for {% data variables.product.prodname_c
2323

2424
## Signing up for {% data variables.product.prodname_copilot %}
2525

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+
![Screenshot of GitHub Copilot settings with start your free trial button emphasized](/assets/images/help/copilot/copilot-settings-start-trial-button.png)
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+
![Screenshot of trial setup with Continue to get access to Copilot button emphasized](/assets/images/help/copilot/copilot-billing-cycle.png)
35+
4. Confirm your payment details.
36+
5. Select your preferences, then click **Save and get started**.
2637

2738
## Installing the {% data variables.product.prodname_copilot %} extension for {% data variables.product.prodname_vscode %}
2839

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+
![Install {% data variables.product.prodname_copilot %} extension {% data variables.product.prodname_vscode %}](/assets/images/help/copilot/install-copilot-extension-visual-studio-code.png)
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+
![Install button in {% data variables.product.prodname_vscode %}](/assets/images/help/copilot/in-visual-studio-code-install-button.png)
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+
![Screen shot of {% data variables.product.prodname_vscode %} authorization screen](/assets/images/help/copilot/vsc-copilot-authorize.png)
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**.
2952

3053
## Getting your first suggestion
3154

0 commit comments

Comments
 (0)