Skip to content

Repo sync #39064

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 8 commits into from
Jun 26, 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
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The bulleted points in a bullet list should always be denoted in Markdown using

Within Markdown files, with the exception of the `title` field in the metadata at the start of a file, **always use the Liquid syntax variables rather than text** if a variable has been defined for that text. This ensures consistency and makes it easier to update product names globally.

**Important**: Variables must be used in all content, including reusable content, data files, and regular articles. The only exception is the `title` field in frontmatter metadata.
**Important**: Variables must be used in all content, including reusable content, data files, and regular articles. The only exceptions are the `title` field in frontmatter metadata and any file in the `content/site-policy` directory.

For example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ In addition to these generic non-provider patterns, {% data variables.product.pr
| Provider | Token | Partner | User | Push protection | Validity check |
|----|:----|:----:|:----:|:----:|:----:|
{%- for entry in secretScanningData %}
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPublic %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasPushProtection %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasValidityCheck %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPublic %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.isPrivateWithGhas %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasPushProtection %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasValidityCheck %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} |
{%- endfor %}

{% endif %}
Expand All @@ -90,7 +90,7 @@ In addition to these generic non-provider patterns, {% data variables.product.pr
| Provider | Token | {% data variables.product.prodname_secret_scanning_caps %} alert | Push protection | Validity check |
|----|:----|:----:|:----:|:----:|
{%- for entry in secretScanningData %}
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasPushProtection %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasValidityCheck %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPrivateWithGhas %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasPushProtection %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasValidityCheck %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} |
{%- endfor %}

{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ versions:
topics:
- Copilot
children:
- /about-copilot-agents
- /configuring-your-copilot-agent-to-communicate-with-the-copilot-platform
- /configuring-your-copilot-agent-to-communicate-with-github
- /context-passing-for-your-agent
- /using-copilots-llm-for-your-agent
---

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ versions:
topics:
- Copilot
children:
- /about-copilot-skillsets
- /building-copilot-skillsets
---

4 changes: 1 addition & 3 deletions content/copilot/building-copilot-extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ versions:
topics:
- Copilot
children:
- /about-building-copilot-extensions
- /quickstart-for-github-copilot-extensions-using-agents
- /setting-up-copilot-extensions
- /creating-a-copilot-extension
Expand All @@ -16,6 +15,5 @@ children:
- /using-oidc-with-github-copilot-extensions
- /debugging-your-github-copilot-extension
- /managing-the-availability-of-your-copilot-extension
- /copilot-extensions-faq
- /copilot-extensions-glossary
---

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: About assigning tasks to Copilot
shortTitle: Assign tasks to Copilot
intro: 'You can assign {% data variables.product.github %} issues to {% data variables.product.prodname_copilot_short %}, or ask {% data variables.product.prodname_copilot_short %} to create a pull request.'
product: '{% data reusables.gated-features.copilot-coding-agent %}<br><a href="https://github.com/features/copilot/plans?ref_cta=Copilot+plans+signup&ref_loc=about+assigning+issues+to+copilot&ref_page=docs" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Sign up for {% data variables.product.prodname_copilot_short %}</span> {% octicon "link-external" height:16 %}</a>'
versions:
Expand All @@ -11,6 +12,7 @@ redirect_from:
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-tasks/about-assigning-tasks-to-copilot
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-issues/about-assigning-issues-to-copilot
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-issues/about-assigning-tasks-to-copilot
- /copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot
---

> [!NOTE]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: About customizing GitHub Copilot Chat responses
shortTitle: About customizing Copilot responses
shortTitle: Customize Copilot responses
intro: 'Learn about customizing {% data variables.copilot.copilot_chat %} responses to fit with your preferences and requirements.'
versions:
feature: copilot
topics:
- Copilot
redirect_from:
- /copilot/customizing-copilot/about-customizing-github-copilot-chat-responses
---

{% webui %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ versions:
type: overview
topics:
- Copilot
redirect_from:
- /copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces
---

{% data reusables.copilot.copilot-spaces.preview-note %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ topics:
- Copilot
shortTitle: About building Extensions
type: overview
redirect_from:
- /copilot/building-copilot-extensions/about-building-copilot-extensions
---

## About {% data variables.copilot.copilot_extensions_short %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
title: About Copilot agents
title: About agents for Copilot Extensions
shortTitle: Agents for Copilot Extensions
intro: 'Learn what {% data variables.copilot.copilot_agents %} are and how they can enhance your {% data variables.copilot.copilot_chat %} experience.'
allowTitleToDifferFromFilename: true
versions:
feature: copilot-extensions
topics:
- Copilot
shortTitle: About Copilot agents
type: overview
redirect_from:
- /copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/about-copilot-agents
---

{% data variables.copilot.copilot_agents_short %} are custom tools embedded in {% data variables.copilot.copilot_extensions_short %}. They integrate with {% data variables.copilot.copilot_chat_short %} to provide additional functionalities tailored to specific needs. {% data variables.copilot.copilot_agents_short %} can perform various tasks such as querying documentation, retrieving data, executing specific actions, or providing AI-assisted coding suggestions. They enhance the capabilities of {% data variables.product.prodname_copilot %} by allowing developers to build and integrate custom features directly into the {% data variables.copilot.copilot_chat_short %} interface.
Expand Down
14 changes: 14 additions & 0 deletions content/copilot/concepts/build-copilot-extensions/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Concepts for Copilot Extensions
shortTitle: Build Copilot Extensions
intro: 'Understand components for building {% data variables.copilot.copilot_extensions_short %}.'
versions:
feature: copilot
topics:
- Copilot
children:
- /about-building-copilot-extensions
- /agents-for-copilot-extensions
- /skillsets-for-copilot-extensions
---

Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
title: About Copilot skillsets
title: About skillsets for Copilot Extensions
intro: 'Learn what {% data variables.copilot.copilot_skillsets %} are and how they simplify integrating third-party tools and functions into your {% data variables.product.prodname_copilot_short %} experience.'
versions:
feature: copilot-extensions
topics:
- Copilot
shortTitle: About {% data variables.copilot.copilot_skillsets_short %}
shortTitle: Skillsets for Copilot Extensions
allowTitleToDifferFromFilename: true
type: overview
redirect_from:
- /copilot/building-copilot-extensions/building-a-copilot-skillset-for-your-copilot-extension/about-copilot-skillsets
---

A skill within {% data variables.product.prodname_copilot %} is a tool that the model calls to perform a specific task in response to a user query. A skillset is a collection of these skills (up to five per skillset). {% data variables.copilot.copilot_skillsets %} provide a streamlined way to extend {% data variables.product.prodname_copilot_short %}’s functionality, allowing builders to integrate external services or custom API endpoints into their {% data variables.product.prodname_copilot_short %} workflow. With skillsets, builders can enable {% data variables.product.prodname_copilot_short %} to perform tasks—such as retrieving data or executing actions in third-party services—without needing to manage complex workflows or architecture.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: About billing for GitHub Copilot in your enterprise
shortTitle: About billing
shortTitle: Billing for enterprises
intro: 'Learn about pricing and billing cycles for {% data variables.product.prodname_copilot_short %} in your enterprise.'
permissions: 'Enterprise owners'
permissions: Enterprise owners
product: '{% data variables.copilot.copilot_for_business %} and {% data variables.copilot.copilot_enterprise %}'
versions:
feature: copilot
Expand All @@ -11,6 +11,7 @@ topics:
- Copilot
redirect_from:
- /copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-subscription-for-your-enterprise/about-billing-for-github-copilot-in-your-enterprise
- /copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-plan-for-your-enterprise/about-billing-for-github-copilot-in-your-enterprise
---

## About {% data variables.product.prodname_copilot_short %} plans for your enterprise
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: About billing for GitHub Copilot in your organization
shortTitle: About billing
shortTitle: Billing for organizations
intro: 'Learn about pricing and billing cycles for {% data variables.product.prodname_copilot_short %} in your organization.'
permissions: 'Organization owners'
permissions: Organization owners
product: '{% data variables.copilot.copilot_for_business %}'
versions:
feature: copilot
Expand All @@ -11,6 +11,7 @@ topics:
- Copilot
redirect_from:
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-the-copilot-subscription-for-your-organization/about-billing-for-github-copilot-in-your-organization
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-the-copilot-plan-for-your-organization/about-billing-for-github-copilot-in-your-organization
---

## About pricing for {% data variables.product.prodname_copilot_short %} in your organization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About billing for individual Copilot plans
shortTitle: About billing
shortTitle: Billing for individuals
intro: 'Learn how billing works for {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %}.'
versions:
feature: copilot
Expand All @@ -11,6 +11,7 @@ redirect_from:
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-subscription/about-billing-for-github-copilot-individual
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-github-copilot-pro-subscription/about-billing-for-copilot-pro
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments/about-billing-for-copilot-pro
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments/about-billing-for-individual-copilot-plans
---

## Pricing for {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: About individual Copilot plans and benefits
shortTitle: Individual Copilot plans and benefits
intro: '{% data variables.product.company_short %} offers several {% data variables.product.prodname_copilot_short %} plans for individual developers, each with different features, model access, and usage limits to support a wide range of coding needs.'
versions:
feature: copilot
Expand All @@ -10,6 +11,7 @@ redirect_from:
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-copilot-free/about-github-copilot-free
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/getting-started-with-copilot-on-your-personal-account/about-github-copilot-free
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/getting-started-with-copilot-on-your-personal-account/about-individual-copilot-plans-and-benefits
---

{% data variables.product.company_short %} offers three {% data variables.product.prodname_copilot_short %} plans for individual developers, each designed to meet different needs based on your coding habits, interest in AI models, and desired level of flexibility.
Expand Down
18 changes: 18 additions & 0 deletions content/copilot/concepts/copilot-billing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: 'Concepts for GitHub Copilot billing'
shortTitle: Copilot billing
intro: 'Understand billing and usage for {% data variables.product.prodname_copilot %}.'
versions:
feature: copilot
topics:
- Copilot
children:
- /understanding-and-managing-requests-in-copilot
- /about-individual-copilot-plans-and-benefits
- /about-billing-for-individual-copilot-plans
- /about-billing-for-github-copilot-in-your-organization
- /about-billing-for-github-copilot-in-your-enterprise
redirect_from:
- /managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments
---

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ redirect_from:
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/monitoring-usage-and-entitlements/avoiding-unexpected-copilot-costs
- /copilot/managing-copilot/monitoring-usage-and-entitlements/avoiding-unexpected-copilot-costs
- /copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests
- /copilot/managing-copilot/understanding-and-managing-copilot-usage/understanding-and-managing-requests-in-copilot
---

> [!IMPORTANT]
Expand Down
20 changes: 20 additions & 0 deletions content/copilot/concepts/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 'Concepts for GitHub Copilot'
shortTitle: Concepts
intro: 'Learn the core concepts that you''ll need to understand {% data variables.product.prodname_copilot %}.'
versions:
feature: copilot
topics:
- Copilot
children:
- /copilot-billing
- /prompt-engineering-for-copilot-chat
- /about-customizing-github-copilot-chat-responses
- /about-assigning-tasks-to-copilot
- /indexing-repositories-for-copilot-chat
- /about-organizing-and-sharing-context-with-copilot-spaces
- /build-copilot-extensions
redirect_from:
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments
---

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ redirect_from:
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat
- /copilot/customizing-copilot/indexing-repositories-for-copilot-chat
- /copilot/using-github-copilot/indexing-repositories-for-copilot-chat
- /copilot/using-github-copilot/copilot-chat/indexing-repositories-for-copilot-chat
---

## Benefit of indexing repositories
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ topics:
- Copilot
redirect_from:
- /copilot/using-github-copilot/prompt-engineering-for-github-copilot
- /copilot/using-github-copilot/copilot-chat/prompt-engineering-for-copilot-chat
---

A prompt is a request that you make to {% data variables.product.prodname_copilot %}. For example, a question that you ask {% data variables.copilot.copilot_chat_short %}, or a code snippet that you ask {% data variables.product.prodname_copilot_short %} to complete. In addition to your prompt, {% data variables.product.prodname_copilot_short %} uses additional context, like the code in your current file and the chat history, to generate a response.
Expand Down
2 changes: 1 addition & 1 deletion content/copilot/customizing-copilot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ topics:
children:
- /using-model-context-protocol
- /extending-the-capabilities-of-github-copilot-in-your-organization
- /about-customizing-github-copilot-chat-responses
- /adding-personal-custom-instructions-for-github-copilot
- /adding-repository-custom-instructions-for-github-copilot
- /adding-organization-custom-instructions-for-github-copilot
Expand All @@ -21,3 +20,4 @@ redirect_from:
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/customizing-copilot-for-your-organization
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/enhancing-copilot-for-your-organization
---

9 changes: 5 additions & 4 deletions content/copilot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ featuredLinks:
- /copilot/get-started/what-is-github-copilot
- /copilot/get-started/quickstart
- /copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
- /copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot
- /copilot/concepts/about-assigning-tasks-to-copilot
popular:
- /copilot/get-started/github-copilot-features
- /copilot/copilot-chat-cookbook
- /copilot/tutorials/copilot-chat-cookbook
- /copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot
- /copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide
- /copilot/using-github-copilot/using-github-copilot-in-the-command-line
Expand All @@ -27,11 +27,12 @@ versions:
feature: copilot
children:
- /get-started
- /concepts
- /using-github-copilot
- /copilot-chat-cookbook
- /managing-copilot
- /rolling-out-github-copilot-at-scale
- /customizing-copilot
- /reference
- /tutorials
- /building-copilot-extensions
- /troubleshooting-github-copilot
- /responsible-use-of-github-copilot-features
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ versions:
topics:
- Copilot
children:
- /about-individual-copilot-plans-and-benefits
- /getting-started-with-a-copilot-plan
- /getting-free-access-to-copilot-pro-as-a-student-teacher-or-maintainer
redirect_from:
- /copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-copilot-free
---

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ topics:
children:
- /getting-started-with-copilot-on-your-personal-account
- /managing-your-copilot-plan
- /billing-and-payments
---
Loading
Loading