Create agents and work with the Microsoft Copilot Studio interface
Before you start creating an agent, it is important to think about its intended use. For example, you might use it to handle account-related requests or for self-service support cases such as accessing the knowledge base. Knowing how you plan to use the agent helps you define and map conversation paths and determine how many topics the agent needs to handle. Other functions you might consider include viewing basic account information, performing more advanced operations on accounts, or implementing a specific action. The more scenarios you consider from the start, the easier it will be to determine the topics your agent needs to help facilitate this.
Agents can be created in two ways. You can use the chat interface to describe the features you want the agent to have. The other method is to use one of the many predefined templates. In both cases, this provides a quick and simple way to create a basic agent that you can adapt to your specific needs.
If you want to create an agent from scratch, you can go to the + Create tab from the left navigation bar in Microsoft Copilot Studio.

Agents are created for each environment. By default, all agents are created in your organization’s or tenant’s default Power Apps environment unless otherwise specified. You can choose the environment you want to use by selecting the Environments dropdown to see the list of available environments.
In the new conversational agent creation experience, you have the option to create your agent by describing, in natural language, what you want in an agent. Users also have the option to skip the conversational creation process and manually configure the agent by selecting Switch to configuration. Selecting Create starts the agent creation process, which can take up to 15 minutes for the first agent you create in an environment. You can also use generated responses in your agent by selecting a website to associate.

Delete an agent
Agents that are no longer needed can be removed from your environment. This situation may occur when the agent is replaced by another agent or if the agent no longer meets your organization’s needs. Using the agent menu, select the agent you want to delete. Select the Delete button in the command bar to remove the agent.

Work with the Microsoft Copilot Studio user interface
The Microsoft Copilot Studio user interface provides you with all the tools necessary to create, test, publish, and monitor the performance of your agent. When the application loads after the agent is created, you will see several areas that can help you throughout the process of working with your agent.
The following image shows an example of what the user interface looks like.

The following list describes the features of the Microsoft Copilot Studio user interface:
- Create – Allows you to create an agent from scratch or from a template.
- Agents – Provides access to the main agents page where all your agents are displayed.
- Library – Provides access to available connectors and component collections.
- Overview – Gives access to the home screen of the current agent you are working on.
- Knowledge – Allows you to provide knowledge sources to your agent.
- Topics – Provides access to various actions related to topics available for the agent.
- Actions – Allows you to create and import conversational and AI plugins that can be used in your agent.
- Activity – Displays the agent’s generative AI activity, including calls to the Azure OpenAI GPT service.
- Analytics – Provides analytical details related to the agent’s performance and usage.
- Channels – Provides tools to publish your agent and deploy it across different channels.
- Settings – A set of tools that helps manage elements such as the channels where your agent is deployed, agent authentication, and skill management.
- Test your agent panel – Allows you to test your agent as an end user to ensure it works as expected.