User Upload for multiple chats

I’m building a chatbot that will read and respond to a psychometric report uploaded by the user. Is it possible for the user to upload the report once only, and the chatbot store this for that specific user, so he/she could return without having to upload it again in a future chat?

You cannot store an entire document for a user across sessions. However, you can use the new User Memory feature to remember things about the user. It cannot remember an entire psychometric report, but you could have it remember some key details from it.

To access the User Memory feature, go the Users>User Memory