Skip to main content

Browse your files

Find, select, edit, and delete files from the Data Sources card.

The Data Sources card lives on the Chat home, on the left side. It lists every CSV you've uploaded. Older files appear as you scroll.


Anatomy of a file row

Each row shows:

  • The file name.
  • The file size in KB.
  • Hover-only buttons:
    • Pencil — opens the data editor for this file.
    • Trash — deletes the file (with a confirmation dialog).

When a file is selected, its row turns purple and a small × button appears so you can deselect it.


Select a file

  1. Click anywhere on the row.
  2. The row highlights and a Create Session form replaces the upload card on the right.
tip

Clicking an already-selected row deselects it and brings the upload card back.

For what to do next with a selected file, see Start a chat session.


Edit a file's data

  1. Hover the row and click the pencil icon.
  2. AskPhi opens the file's data editor at /files/<file_id>/data.

See Edit file data for the full editor walkthrough.


Delete a file

  1. Hover the row and click the trash icon (red).
  2. A confirmation dialog asks "Delete File?" with the file name.
  3. Click Yes, Delete it! to confirm or Cancel to keep the file.

A success toast confirms the deletion. If the file was selected, AskPhi clears the selection automatically.

danger

Deleting a file is permanent. Any chat sessions that referenced it may stop working.


Scroll through older files

The list loads more files automatically as you scroll. When you've reached the end you'll see "No more files".

Next