Priya is a Copilot Studio developer at Northstar Insurance. Her manager wants the company's claims agent to surface relevant SharePoint documents when a customer asks about policy coverage. Priya knows there is a prebuilt Copilot connector for SharePoint available in the connector gallery. Which sequence of steps should Priya follow to add this connector to the agent?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Think of a Copilot connector like a plug on the wall — it's already wired up, you just push it in. Priya goes directly to the agent's connector gallery inside Copilot Studio, picks SharePoint, and connects it — no Power Automate flow or custom connector needed for a prebuilt option. Answer: B.
Full explanation below image
Full Explanation
Copilot connectors are prebuilt integration packages that expose specific data sources or services to a Copilot Studio agent without requiring any custom development. They are listed in the Copilot connector gallery, which is accessible directly inside Copilot Studio under the agent's Knowledge or Actions configuration area.
Option B is correct because it follows the exact workflow Microsoft prescribes for prebuilt Copilot connectors: open the agent in Copilot Studio, navigate to Add a connector, browse the gallery, select SharePoint, authenticate the connection (typically via OAuth against Microsoft 365), and save. The connector then becomes available for the agent to invoke when the user asks a relevant question.
Option A is incorrect because building a Power Automate cloud flow is the workflow for custom actions, not for adding a prebuilt Copilot connector. Cloud flows are valuable when you need to orchestrate multi-step logic or call non-gallery services, but they are an unnecessary detour when a prebuilt connector already exists.
Option C is incorrect because Copilot connectors are not distributed through AppSource as downloadable packages. AppSource is used for apps and add-ins, not for individual connector registrations. The connector gallery inside Copilot Studio is the proper discovery surface.
Option D is incorrect because wrapping the SharePoint REST API in Azure API Management and building a custom connector is a valid approach for APIs that lack prebuilt connectors — but it is the wrong choice here. SharePoint already has a prebuilt Copilot connector, so using it avoids unnecessary complexity and maintenance overhead.
Exam tip: When a question mentions 'prebuilt Copilot connector,' the answer is almost always the gallery path inside Copilot Studio itself. Custom connectors and Power Automate flows are reserved for scenarios where no prebuilt option exists.