From 41d40aaa79304cbaaad3ef0d6f458e9e00653c13 Mon Sep 17 00:00:00 2001 From: Mike Burns <3375450+MikeGBurns@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:51:18 -0800 Subject: [PATCH] Add 'agents' folder creation instructions Added instructions for creating an 'agents' folder for organization agents. --- .../manage-for-organization/prepare-for-custom-agents.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/prepare-for-custom-agents.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/prepare-for-custom-agents.md index 7d19226925d6..b378343111fb 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/prepare-for-custom-agents.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/prepare-for-custom-agents.md @@ -29,6 +29,7 @@ Before following this article, you should understand what {% data variables.copi * To **manually grant access after creation**, or if internal visibility is not an option, click {% octicon "lock" aria-hidden="true" aria-label="lock" %} **Private**. {% data reusables.repositories.create-repo %} 1. Update the template README as needed. Consider including creation guidelines for {% data variables.copilot.custom_agents_short %} or compliance considerations specific to your organization. +1. Create folder `agents` in the root folder. This is where your organization agents will be defined. ## Next steps