Create a Auto-Reply chat bot in SharePoint

MRStar 20 Reputation points
2025-01-31T02:15:10.1166667+00:00

How can I create a auto reply chatbot uses documents in SharePoint libraries for generative answers?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,233 questions
0 comments No comments
{count} votes

Accepted answer
  1. AllenXu-MSFT 23,741 Reputation points Microsoft Vendor
    2025-01-31T07:23:30.22+00:00

    Hi @MRStar,

    To create an auto-reply chatbot that uses documents in SharePoint libraries for generative answers, you can follow these steps:

    1. Set Up SharePoint as a Knowledge Source: Pair your chatbot with a SharePoint URL. This allows the chatbot to search the specified URL and its subpaths for information when responding to user queries.
    2. Connect Internal SharePoint Content: In the 2023 release wave, Microsoft expanded the ability for bots to use internal SharePoint sites as a source for generative answers. You can connect your bot to retrieve information from various content types within a specified SharePoint directory, site, or library, including web pages, Word documents, PowerPoint presentations, and PDF files.
    3. Authentication: Ensure that your bot is configured to authenticate users with Microsoft. This allows the bot to generate answers based on the information that the user has access to, enforced with Azure Active Directory authentication.
    4. Deploy the Bot: After configuring the bot with the SharePoint knowledge source and authentication settings, publish the bot. It can then be used in environments like Microsoft Teams, Power Apps, or Microsoft 365 Copilot.
    5. Testing and Iteration: Once deployed, test the chatbot to ensure it responds accurately using the SharePoint content. You may need to iterate on the setup based on user feedback and performance.

    References:


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.