In this article, we shall see how to greet the user with the name using the logged-in information using the out of the box feature. This article is intended to target the developer who are using the Microsoft Copilot Studio for the custom copilot development.

Steps of Copilot Customization

Once you create the new copilot and when the bot is provisioned, you will have three options for the bot security management. To configure the same you can click on the Settings on the top right.

Choose the Security option from the left pane and click on the Authentication.

Copilot security

And when you choose any of the two options below for authentication

Authentication- Authenticate manually

Then you have an option to greet the user with their name using the Entra ID user registration details.

Initially the bot will greet the user only as “Hello,” like this.

Bot

To change this behavior to greet with the signed / logged-in information, follow the steps below.

Now, you will see the welcome message.

Welcome message

Greetings

Greetings

Reset Conversation

Reset Conversation

To read more about Creating Plugins using existing connectors and Adding plugins to topics please read the below articles

  1. https://www.c-sharpcorner.com/article/copilot-extensibility-how-to-add-a-weather-plugin/
  2. https://www.c-sharpcorner.com/article/copilot-extensibility-adding-the-action-plugin-to-the-topics/