Document Combiner
Combine up to 20 documents into one document, each separated by a Headline describing the Document.
"Combine up to 20 documents into a single, organized document with Headlines describing each document." This GPT is perfect for streamlining your document management process. Say goodbye to multiple, disorganized files and hello to a well-structured, easy-to-navigate document collection. With the ability to combine up to 20 documents, you can keep all your important information in one place. Plus, the Headlines ensure that each document is clearly labeled, making it easy to find what you need. Try it out today and simplify your document management!
How to
Files (0)
Comments (0)
Learn how to use Document Combiner effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts using Document Combiner
-
Prompt 1: "I have 10 research papers about climate change. Can you combine them into a single document, with a headline for each paper?"
-
Prompt 2: "I have several articles about the latest developments in AI. Can you combine them into a single document, with a headline for each article?"
-
Prompt 3: "I have 7 journal articles about machine learning in healthcare. Can you combine them into a single document, with a headline for each paper?"
Document Combiner Commands
documentList()
Lists all the documents that are currently available to the GPT.
combineDocuments(listOfDocuments) or combDocuments()
Combines the selected documents into a single document, with a headline for each document. The listOfDocuments expected format [{"url": "URL1", "title": "Title1"}, {"url": "URL2", "title": "Title2"}]
. If the listOfDocuments is not provided, the text of each document is read and used to generate the title.
numberOfDocuments()
Returns the number of documents provided by the user in the prompt.