Module 8 of StartCloud's Copilot Essentials learning pathway, in five short units with a knowledge check: what a Copilot agent actually is compared with a chat prompt, the difference between Agent Builder and Copilot Studio, four realistic small-business agent examples, the governance and data-access risks including authentication and knowledge sources, and how to tell when building an agent is over-engineering.
Copilot Agents and Copilot Studio in Plain English
An agent is not just a clever prompt
Ask Copilot a question and you get an answer, and then the whole arrangement evaporates. Tomorrow the next person asks the same question, phrases it slightly differently, and gets a slightly different answer. That is chat. It is useful, and it does not accumulate.
An agent is what you get when you stop retyping the setup. It is an assistant with a job description: standing instructions about what it is for, a defined set of sources it is allowed to draw on, and sometimes the ability to take an action rather than just describe one. It reasons about the request and works out the next step, within the fence you built for it.
What it is for, how it should answer, what it must not do. Written once, applied every single time, instead of retyped by whoever happens to be asking.
The sources it is allowed to draw on, such as a SharePoint site, a folder, specific files, or content pulled in through a Copilot connector.
The actions it can take, like calling a workflow or a business system. This is the part that turns an answering machine into something that does a job.
"Using the leave policy in this document, tell me how much notice someone needs to give for annual leave." Great answer, gone in a puff of smoke, and the next person has to know which document to attach.
An assistant sitting in your Teams called "HR questions", already pointed at the policy library, told to answer only from those documents and to say so when it does not know. Everyone gets the same answer, and nobody has to go hunting for the file.
A prompt is asking a colleague a question. An agent is writing the answer down properly, once, and putting it somewhere everyone can reach. The value is not that the AI got cleverer. It is that the knowledge stopped living in one person's head.