11,682 questions
Hi @MRStar,
To create an auto-reply chatbot that uses documents in SharePoint libraries for generative answers, you can follow these steps:
- 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.
- 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.
- 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.
- 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.
- 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:
- Use internal SharePoint content as a source for AI-created generative answers
- Use SharePoint content for generative answers
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.