Skip to content

Repo sync #37861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you have access to {% data variables.product.prodname_copilot %} through an o
## Viewing your {% data variables.product.prodname_copilot_short %} plan

{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.billing_plans %}
{% data reusables.user-settings.billing-plans-two-platforms %}

Under "Current plan", you can see which plan you're currently using.

Expand All @@ -40,7 +40,8 @@ You can upgrade or downgrade your {% data variables.product.prodname_copilot_sho
### Upgrading your {% data variables.product.prodname_copilot_short %} plan

{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.billing_plans %}
{% data reusables.user-settings.billing-plans-two-platforms %}

1. In the "{% data variables.product.prodname_copilot %}" section, click the option to upgrade on the right.

* If you're on {% data variables.product.prodname_copilot_free_short %}, click **Upgrade {% data variables.product.prodname_copilot_short %}** to choose a paid plan.
Expand All @@ -51,7 +52,8 @@ You can upgrade or downgrade your {% data variables.product.prodname_copilot_sho
### Downgrading your {% data variables.product.prodname_copilot_pro_plus_short %} plan

{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.billing_plans %}
{% data reusables.user-settings.billing-plans-two-platforms %}

1. In the "{% data variables.product.prodname_copilot %}" section, select the **Manage subscription** dropdown on the right and then click **Downgrade to {% data variables.product.prodname_copilot_pro_short %}**.
1. In the downgrade modal, you'll see options to:

Expand All @@ -69,7 +71,8 @@ If you have been granted a free access to {% data variables.product.prodname_cop
{% data reusables.copilot.copilot-one-account-short %}

{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.billing_plans %}
{% data reusables.user-settings.billing-plans-two-platforms %}

1. In the "{% data variables.product.prodname_copilot %}" section, select the **Manage subscription** dropdown on the right and then click **Cancel subscription**.
1. Select **Cancel {% data variables.product.prodname_copilot_pro_plus_short %}/{% data variables.product.prodname_copilot_pro_short %}** to cancel your plan at the end of your current billing cycle.

Expand All @@ -78,7 +81,8 @@ If you have been granted a free access to {% data variables.product.prodname_cop
You can cancel your {% data variables.product.prodname_copilot_pro_short %} trial at any time during your trial period. If you cancel during your {% data reusables.copilot.trial-period %}-day trial, you won't be charged. Your cancellation will take effect at the end of your trial period. If you do not cancel your trial, you will be automatically enrolled in a paid plan at the end of your trial period, according to the billing preferences you set up when you started your trial.

{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.billing_plans %}
{% data reusables.user-settings.billing-plans-two-platforms %}

1. Under "Add-ons", in the "{% data variables.product.prodname_copilot %}" section, click **Cancel trial**.

![Screenshot of the {% data variables.product.prodname_copilot %} section of the "Plans and usage" page. The "Cancel trial" option is highlighted in dark orange.](/assets/images/help/copilot/copilot-cancel-trial.png)
Expand All @@ -88,7 +92,7 @@ You can cancel your {% data variables.product.prodname_copilot_pro_short %} tria
If you're on a paid {% data variables.product.prodname_copilot_short %} plan, you can switch between monthly and yearly billing at any time. The change will take effect at the start of your next billing cycle.

{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.billing_plans %}
{% data reusables.user-settings.billing-plans-two-platforms %}

1. In the "{% data variables.product.prodname_copilot %}" section, select the **Edit** dropdown on the right.
1. Choose the option to switch your billing cycle:
Expand Down
2 changes: 1 addition & 1 deletion data/reusables/copilot/disable-copilot-organization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
1. In the "Code planning, and automation" section of the sidebar, click **{% octicon "copilot" aria-hidden="true" %} {% data variables.product.prodname_copilot_short %}**, and then click **Access**.
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing & licensing** and then **Licensing** (new platform). Alternatively, in the "Code planning, and automation" section of the sidebar, click **{% octicon "copilot" aria-hidden="true" %} {% data variables.product.prodname_copilot_short %}**, and then click **Access** (original platform).

>[!IMPORTANT] If you have not configured all policies for {% data variables.product.prodname_copilot_short %}, you will not be able to complete the following steps. If that is the case, click **Go to policies** and ensure all policies are configured before proceeding.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing & licensing** and then **Licensing** (new platform). Alternatively, click **{% octicon "credit-card" aria-hidden="true" %} Billing and plans**, then click **Plans and usage** (original platform).
Loading