Create a basic copilot

Completed

Now that we examined key elements of a copilot, let’s examine the process for building a high-level bot. Bots are created using the Copilot Studio designer. In the designer, you can not only create bots, but you can also manage any existing bots you might have.

A screenshot that shows the Copilot Studio Home screen.

At a high-level, the process for creating and publishing a copilot with Copilot Studio is as follows:

  1. Create a copilot.

  2. Build out the topics you want for the copilot.

  3. Test the copilot.

  4. Publish the copilot and deploy it to specific channels.

Create the copilot

There are different elements that make up a copilot. Each of the elements impacts different things such as how the copilot behaves, who can access it etc. For example, for each copilot, you can specify things such as the skill the copilot possesses, how conversations flow, and where the copilot is deployed. New copilots can be created from the Copilot Studio home page. As you create a copilot, you need to provide a name and specify the language it speaks.

In the image, we see an example of the Create a Copilot screen where you define the bot’s name and the language it speaks. Additionally, you can point the Copilot to a website that can be used to populate generative answers.

A screenshot that shows the Copilot Studio Create a copilot screen.

Copilot Studio not only includes an intuitive authoring canvas, but it also includes powerful and flexible capabilities from Bot Framework Composer. These capabilities provide designers with a single authoring canvas where any member of the team, irrespective of their skill level, can collaborate on copilot building - from low-code makers through to pro developers alike.

This experience provides designers with:

  • Rich response authoring that supports both text and speech variations. This capability helps to make your copilots more engaging across a wider variety of channels.

  • Deep Power Fx integration for data and variable manipulation and authoring productivity improvements, including cut, copy, and paste.

  • Copilot authors can select from a set of prebuilt Adaptive Card templates in Copilot Studio and fill them in with their data. Cards can enrich conversational experiences and address business scenarios.

  • Conversational language understanding enables designers to build custom natural language understanding models to predict the overall intention of an incoming utterance and extract valuable information from it.

Define your copilot topics

As mentioned previously, topics are dialog trees that describe how your copilot responds to a user's question. Each copilot you create includes multiple system topics that oversee things such as greeting customers, escalating conversations, and ending conversations. You can add as many different topics as are required based on your needs.

A topic consists of two primary elements:

  • Trigger Phrases: Represent phrases users might enter that triggers the topic. For example, a trigger phrase for a store hours topic, might be something like, "When are you open?" A typical topic could have twenty or more trigger phrases defined.

  • Conversation Path: This element defines the path that is taken based on input provided by the customer. Conversation paths are made up of different conversation nodes. The nodes do things such as displaying messages, asking questions, switching between topics and more.
    ‎‎
    ‎‎The following conversation nodes are the most used:

    • Show a message: Displays a message to the user.

    • Ask a Question: Presents the user with a question. The user’s answers are stored for later. Question nodes provide designers with the ability to finely control reprompt behavior and create custom validation rules.

    • Call an Action: This conversation node enables Power Automate to bring in information from other services. An example would be interacting with a weather service to display local forecast details.

    • Redirect to another topic: Sends the end user to another topic.

The image shows an example of what a Store Hours topic might look like. The copilot asks the user for which stores they want hours. Based on their answers, they're presented with either the store hours for the Redmond or Seattle locations. On the right side of the screen, you see the trigger phrases defined for this topic.

A screenshot that displays the trigger phrase creation screen.

Test your content in real time

As you're authoring your topics, you should evaluate them in real-time to see if they worked as you expected. To help with this process, there's a test pane that you can use to evaluate your copilot. It can be displayed by selecting Test your copilot in the lower left corner of the application.

Often, while testing, you're trying to find out if the topic is performing as expected. But you also want to ensure that it's interacting as expected with the other topics in your copilot. Enabling Track between topics at the top lets you follow along with the copilot as it executes your dialog. You start to see parts of your dialog tree highlighted as the copilot gets to that portion of the dialog.

A screenshot that displays the testing between topics option.

As you interact with the copilot, you're able to see how the copilot is progressing through the conversation path.

Screenshot of the Trace conversation in Microsoft Copilot Studio.

Publish your copilot

Once you're fine with the content authored in your copilot, you can publish your copilot so it can be used across different channels such as websites, social media, and more. This is accomplished by selecting Publish in the navigation menu.

Screenshot of how to deploy the bot to demo website.

Initially the copilot is published to a demo website where you can evaluate it, but it could also be published to different channels based on your needs.

Now that we examined the steps to build a copilot using Copilot Studio, let’s look at the process in action.

Click-through demo: Build a Copilot Studio copilot

In this click-through demonstration, you're guided through the steps required to build a basic copilot.

Build a copilot using Copilot Studio