Skip to main content

Files overview

How AskPhi treats CSV files (data sources), how to find them, and what you can do with them.

In AskPhi, every conversation is grounded in a file — usually a CSV. When you upload a file, AskPhi reads its columns and rows so the AI can answer questions about it later.

A file is also called a data source in some screens.


Where files appear

WhereWhat you see
Chat home → Data Sources cardYour most recent files, with infinite scroll for older ones.
Chat home → Upload New Data SourceA drop zone for adding a new CSV.
Chat home → Create Session cardAppears when a file is selected so you can start a chat from it.
File data editor (/files/<id>/data)Full table view, with Add Rows and Append CSV actions.

What you can do with a file

ActionPage
Upload a new CSVUpload a CSV
Browse and select filesBrowse your files
Open the data editorEdit file data
Add rows manuallyAdd rows
Append rows from another CSVAppend a CSV
Delete a fileSee "Delete a file" on Browse your files.
Start a chat tied to this fileStart a chat session

Quick limits

  • One file = one CSV.
  • 10,000 data rows maximum (header row not counted).
  • Uploads happen in 5 MB chunks transparently — you don't need to split the file yourself.
  • Header row is required.

For more, see System requirements.


Next