From ca4b19fd13b80a7a687f140f38f49308ed7b3015 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 03:36:31 +0000 Subject: [PATCH] docs: add GHEC and GHES billing dashboard paths to cost management step Learners on GitHub Enterprise Cloud or GitHub Enterprise Server couldn't locate their AIC usage because the step only described the personal account billing flow on github.com. This change adds environment-specific navigation paths for all three deployment targets and a note for GHEC users who may not see the Copilot section without admin confirmation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- workshop/26-manage-costs-and-budgets.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/workshop/26-manage-costs-and-budgets.md b/workshop/26-manage-costs-and-budgets.md index 98f71c46..9bad4027 100644 --- a/workshop/26-manage-costs-and-budgets.md +++ b/workshop/26-manage-costs-and-budgets.md @@ -29,10 +29,28 @@ Every agentic workflow run uses an AI model to process your task brief and produ ### Check current usage in the billing dashboard -1. Open **github.com** and click your profile picture → **Settings**. +Where you find AIC usage depends on your GitHub environment: + +#### github.com (personal account) + +1. Click your profile picture → **Settings**. 2. In the left sidebar, click **Billing and plans**. 3. Scroll to the **Copilot** section and click **Usage**. -4. Look for the **Agentic Workflows** row. It shows AIC consumed this billing cycle. +4. Look for the **Agentic Workflows** row. + +#### GitHub Enterprise Cloud (GHEC) — organisation billing + +1. Go to your organisation's main page on GitHub. +2. Click the **Settings** tab. +3. In the left sidebar, click **Billing and plans** → **Plans and usage**. +4. Scroll to **Copilot** and look for the **Agentic Workflows** row. + +> [!NOTE] +> On GHEC, Copilot usage is reported at the organisation level, not the personal account level. If you do not see a Copilot section, ask your GitHub administrator to confirm that Copilot Enterprise is enabled and that your account is licensed. + +#### GitHub Enterprise Server (GHES) + +Usage reporting for agentic workflows on GHES is managed through the GitHub Enterprise billing console. Ask your GitHub Enterprise administrator to pull the Copilot usage report for your organisation. ![Copilot billing usage dashboard showing AI Credit consumption by feature](images/26-billing-dashboard.svg)