ChatGPT adds Library tab for reusable file uploads across conversations
ChatGPT now saves uploaded and generated files into an account-level Library that can be reused across conversations from the web sidebar or recent-files picker. It removes repetitive re-uploading and makes past PDFs, spreadsheets, and images part of a persistent working context.

TL;DR
- OpenAI has started rolling out a ChatGPT
Librarythat automatically saves uploaded and created files so they can be reused across later chats, with access from the web sidebar and a recent-files picker in the composer, according to OpenAI's rollout post and the release-notes summary. - The feature changes file handling from thread-bound attachments to an account-level store: OpenAI says you can "reference files in a chat using recent files," browse them in a
Librarytab, and "ask ChatGPT about something you've uploaded" OpenAI's rollout post. - Platform support is split for now: the release-notes thread says the full
Libraryview is web-only, while recent-file access and file search are also rolling out on iOS and Android; availability is for Plus, Pro, and Business users globally, with EEA, Switzerland, and UK access still pending the linked release-notes update. - The underlying upload constraints do not appear to change with Library: Rohan Paul's breakdown cites the existing caps of 512 MB per file, 2M tokens for text/doc files, about 50 MB for spreadsheets/CSV, and 20 MB per image.
What exactly shipped?
OpenAI's announcement frames this as a retrieval and reuse update, not just another attachment picker. Files you upload or create in ChatGPT are now saved automatically, surfaced in a new Library tab, and available again through Recent files in the composer. The product screenshots [img:0|Library UI] show separate tabs for All files, Files, and Images, plus an Add from Library path inside the chat input.
The rollout details in the release-notes thread and the linked OpenAI help-center notes add the implementation split: Library browsing is on web, while mobile gets recent-file access and file search. That matters because the storage model now sits above any single thread. As one technical summary puts it, file storage is "separated from the original thread," so a PDF, spreadsheet, or generated image no longer has to be re-uploaded just to become usable in a new conversation.
What changes for engineering workflows?
For engineers using ChatGPT as a lightweight analysis surface, the practical change is persistent working context. Historic uploads can be pulled back into later chats for follow-up questions, document review, or cross-session iteration, which turns prior attachments into something closer to a reusable workspace than a one-shot prompt artifact. A supporting walkthrough describes it as a "centralized hub" for documents, spreadsheets, and images, and says you can ask questions about "historic uploads."
The limits still matter. The size-cap breakdown says uploads remain capped at 512 MB per file, with text and document files limited to 2 million tokens, spreadsheets to roughly 50 MB depending on row size, and images to 20 MB each. That means the launch reduces friction around reusing files, but it does not turn ChatGPT into a general-purpose large-asset repository. Early user reaction in one brief practitioner post is mostly about workflow smoothness: having files "right in ChatGPT" makes the flow "move even smoother."