Skip to content

Agent files

The agent’s Files tab holds the documents it consults when answering. It is the most direct way to turn a generic assistant into one that knows your business.

Agent Files tab.

Click + Upload File and pick the document. Accepted types and sizes come from the solution’s Settings → Provider File Types — if an upload is refused, that is the rule at work.

Each row shows Name, Type, Size, Status, Created At and the actions.

The status has two parts:

PartMeaning
UploadSending the file itself
Vector storeIndexing it for semantic search

And four states: Pending, In progress, Finished and Failed.

While indexing has not finished, MarIA uses the file in direct mode — the agent can already answer, just without semantic search. If a file ends up Failed, use Re-upload.

The usage column shows the mode:

ModeWhen it happens
Search indexThe file was indexed; the agent looks up the relevant passages
Direct fileThe whole file is sent to the model on every turn
Direct imageImages attached to the agent

Long documents work better indexed. Short, always-relevant files — a price list, a returns policy — work well in direct mode.

  • Refresh status and Refresh all query the processing again.
  • Delete selected removes several files at once.
  • Download retrieves the original.
  • Prefer a few well-written documents over many overlapping ones: contradictory content produces contradictory answers.
  • Name files descriptively; the name helps the agent orient itself.
  • Reinforce in the agent instructions that it should answer from the documents and admit when the information is not there.