@@ -76,6 +76,14 @@ This guide explains how to use RAG Studio entirely from the UI, focusing on navi
76762 . Drag-and-drop or select files, then click ** Start Upload** .
77773 . Use the table to view, delete, or summarize documents (if a summarization model is configured).
7878
79+ ** Supported Document Formats:**
80+
81+ - ** Documents** : PDF (` .pdf ` ), Word (` .docx ` ), Markdown (` .md ` ), Text (` .txt ` ), HTML (` .html ` , with advanced PDF processing)
82+ - ** Spreadsheets** : Excel (` .xlsx ` , ` .xlsm ` , ` .xlsb ` , ` .xls ` ), OpenDocument (` .ods ` ), CSV (` .csv ` )
83+ - ** Presentations** : PowerPoint (` .pptx ` , ` .pptm ` )
84+ - ** Data** : JSON (` .json ` )
85+ - ** Images** : JPEG (` .jpg ` , ` .jpeg ` ), PNG (` .png ` )
86+
7987![ kb-manage] ( images/rag-studio-kb-manage-page.png )
8088
8189#### Edit Knowledge Base Settings
@@ -149,6 +157,7 @@ Type a question and send. If no session exists, a new session is created automat
149157
150158- Drag files anywhere in the chat area; a drop overlay will appear. Drop to upload into the associated knowledge base for the session.
151159- Alternatively, open the ** Documents** control (paperclip/folder icon) near the input to manage uploads.
160+ - Supports the same document formats as knowledge base uploads (PDF, Word, Excel, PowerPoint, CSV, JSON, Markdown, Text, Images, and more).
152161
153162![ documents-icon] ( images/chat-documents-icon.png )
154163
0 commit comments