Memory notes
After each turn in a project chat, fal Agent ingests the turn into the project’s memory. A background pass distills notes and a short primer that summarizes the project. Notes have a kind:
Notes are short, standalone statements. A new note that repeats an old one replaces it.
Manage notes
Open the rail’s Context tab to see the notes. You can pin a note so it is always in context, edit its text, change its kind, or delete it. You can also ask the agent to remember something directly:How the agent uses memory
At the start of a turn the agent receives the primer and the pinned notes. It can search the rest of the memory, including verbatim history from earlier chats. It can also search the project’s media by text or by image similarity. It saves a new note when a decision is made.Documents
Upload PDF, DOCX, TXT, Markdown, CSV, TSV, or JSON files with Add resource → Upload documents. You can also drop them on the project page. Documents become project context.- The text is split into chunks and indexed for search. A document is indexed up to about 250,000 characters.
- A one-line summary of each document appears in the document roster. The summary says what the document contains and what it is useful for.
- The agent reads a document in pages when it needs the full text.