Posts

Introduction to Microsoft Copilot : Conditions and Topic management in Microsoft Copilot Studio.

Image
Hello Guys, In our previous blog , we learnt how we can store information in a variable. Now we will see how to add conditions. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. In our previous blog, we have captured date information. Now we will be forcing user to enter future date. Just after the Travel Date question, click on + button and add conditions as follows: Now here if user will enter future date, conversation will continue. Else we need to ask the same question again and again. To do so, just after the message, click on + sign and select topic management. Under that select go to step and select Travel Date question. Now we will be adding one more variable named varBudgetAmount and we will be calculating this variable value using budget option. Once you add budget option, AI will automatically create conditions for you. You can modify them as per your requirements. Now add you mes...

Introduction to Microsoft Copilot : Variables in Microsoft Copilot Studio.

Image
Hello Guys, In our previous blog , we learnt how to create Topics. Today will se how we can store information in a variable Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. We will be working on our same agent named Ravisha. As you can see, last time we have created 4 questions and system has generated 4 variables to store response of those questions. Now we will be creating custom variable. To create custom variable, click on + Node after the trigger and add Set variable value step. Configure the variable name. initialize this variable as blank() which is equivalent to null. Once we declare variable, we can use them through out the process. So let's use them to store response of the questions. As you can see we have used our own custom variables to store response from the user. Now we will provide response. Click on + sign and add step message and configure it as shown below: Save the ...

Introduction to Microsoft Copilot : Collecting User Input Using Questions in Microsoft Copilot Studio.

Image
Hello Guys, In our previous blog , we learnt how to create Topics. Today will se how we can collect information from user. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. In our previous blog, we created a topic called "Plan My Trip" for our Ravisha travel agent. Now, let's enhance the conversation by collecting information from users through questions. As you can see, we have already displayed a welcome message to the user. The next step is to gather the information required to plan their trip. Adding Questions To collect user input, click the + button and select Ask a Question. Configure the question as shown below.  Since we want to capture text entered by the user, we are using a String variable to store the response. For example, you can ask questions such as: Where would you like to travel? When are you planning to travel? How many days would you like to stay? What is y...

Introduction to Microsoft Copilot : Creating Your First Topic in Microsoft Copilot Studio

Image
Hello Guys, In our previous blog , we learnt how to create Agent in Copilot studio. Today we will understand how to create Topics. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. In our previous blog, we learned how to create your first agent in Microsoft Copilot Studio. Now it's time to dive deeper and explore some of the key components that make an agent intelligent and effective. In our previous blog, we learned how to create an agent in Microsoft Copilot Studio. Today, we'll explore how to create a Topic for our travel agent, Ravisha. A Topic represents a specific conversation flow that guides users through a process by collecting information and responding accordingly. Topics are useful when you want the agent to ask questions, gather inputs, and provide personalized responses. Creating a Topic. As you can see, we are currently on the Topics tab. Click Add a Topic, and you...

Introduction to Microsoft Copilot : Creating your First Agent.

Image
Hello Guys, In our previous blog , we learnt about Copilot Studio Environment. Today we will see, how to create Agent in Copilot studio. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. Before creating your first agent, let's first understand what an Agent (or Chatbot) is. An Agent is an AI-powered assistant that can interact with users, answer questions, and perform tasks. It combines language models with instructions, knowledge sources, topics, actions, and triggers to help users achieve specific goals. Examples of Agents Banking Website Imagine you're visiting a bank's website and notice a virtual assistant. If you ask, "How can I open an account?", the agent will guide you through the entire account opening process and answer any related questions. Travel Website On many travel websites, you'll find AI chatbots that can help plan your trip. Based on your prefer...

Introduction to Microsoft Copilot: Copilot Studio Environment

Image
Hello Guys, In our previous blog , we learnt basics of Microsoft Copilot Copilot Studio Key Features.Today we are going to explore about Copilot Studio Environment. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends.  To start using Microsoft Copilot Studio, open your preferred web browser and navigate to the Copilot Studio Portal. This will open the Copilot Studio home page, similar to the screen shown below. The Copilot Studio home page provides access to all the tools and resources required to build, manage, and deploy AI agents. On the left-hand side, you will find the navigation pane. At the bottom of this pane, you can view the details of the currently signed-in user. Above the user information, the selected environment is displayed. The environment determines where your agents, workflows, and related resources are created and stored. Creating and Managing Agents Since Copilot Studi...

Introduction to Microsoft Copilot: Key Features of Microsoft Copilot Studio

Image
Hello Guys, In our previous blog , we learnt basics of Microsoft Copilot Studio. Today we are going to explore about Copilot Studio Key Features. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends.  There are many key features of co-pilot studio. Let's see one by one. 1. No-Code Platform Copilot Studio allows users to create AI agents without writing code using a simple graphical interface. Example: An HR manager creates a chatbot to answer leave policy questions without any programming knowledge. 2. Extensible You can extend the agent by connecting it to external systems, APIs, Dataverse, Power Automate, and other business applications. Example: A sales agent connects to Dynamics 365 and retrieves customer case details in real time. 3. Customized Agents can be tailored according to your organization's processes, branding, and business requirements. Example: An HR chatbot provides diff...