Can i use aigoogle studio to make my cuztomize chat bot?

I want to make a support chatbot for my school, i have few pdf or word files and i want the chatbot to consume them and then answer my questions relate to the files. Is google AI support that feature ?

if you know python you can with the api
EDIT:
if you don’t need a custom interface you could just load the doc into ai studio and save the state to drive

actually i want to make a API to use it in my website, can you give me the tutorial about this please

You start with the QuickStart at Gemini API quickstart  |  Google AI for Developers
There are several cookbooks available, prepared applications that illustrate a particular feature of the API each. They will come in handy once you start developing. Have fun!

also if you click get code you can get sample code of the current ai studio settings
image

i found this Github, am i at the right place?