Connecting to SharePoint to use files as knowledge base

Hi everyone,

I am looking for a way to connect my GPT to one of our SharePoint folders. The goal is to build an assistant that helps users answering questions about a webshop. All relevant information is stored in documents on that SharePoint folder, so I want it to search through it to find an answer.

The connection to the files need to be “live” as helpdesk employees can update the files and I want the changes to be visible immediately in order to prevent misinformation.

Cheers

1 Like

hi,

did you ever find a solution to this? thanks.

You can use Micrsoft Graph API call as an “Action” to point specific Site or library to get data. I use it for get file references.
Tell me if this works!
Cheers!