Chat with Drive Docs5 nodes
Chat with Drive Docs
Ask questions about your Google Drive PDF files. An agent lists your Drive, reads the file you need, extracts its text, and answers in plain language.
Workflow at a glance
The full canvas, before you import it
Click any node to see its config.
#Drive#PDF#Agent#Skills#Document Q&A#Data#AI
Click a node to select it — same as the Heym editor; the panel shows its settings.
5 nodes · Free & source-available
Chat with Drive Docs
Connect your Google Drive and ask any question about your PDF documents. The agent automatically lists available files, reads the one you ask about, and extracts the text before answering.
How it works
- User query — type your question about a document.
- listDriveFiles tool — the agent calls the Drive node to see all available files.
- readDriveFile tool — the agent fetches the selected file as a base64-encoded binary.
- pdf_base64_to_text skill — a Python skill decodes the base64 string and extracts text from every page using
pypdf. - Answer — the agent analyzes the extracted text and replies.
Setup
- Open the docAgent node and pick an LLM credential.
- Make sure both Drive nodes are connected to the same Google Drive account via your credentials.
- Trigger the workflow from the Chat Portal or run it manually.
Notes
- Supports multi-page PDFs; pages are joined with double newlines.
- Scanned PDFs without a text layer will return an error — use an OCR step for those.
- The Drive
getAllnode is capped at 1 result by default; raise the limit if you want the agent to browse more files.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
More workflow templates
Discover more automations
- Document OpsJina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.
- Document OpsPDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.
- Document OpsBatch URL FetcherIterate over a JSON array of URLs with the Loop node, fetch each via HTTP, and merge all responses into one payload.
- Document OpsRAG Document IngestChunk and embed a document into a Qdrant vector store so it can be retrieved later by the RAG Search node.
- Document OpsRAG Q&A AgentSearch your Qdrant vector store for relevant context, then answer with an LLM — grounded in your own documents.
- Document OpsDrive Share Link MailerFetch a remote file into Drive, return the download link immediately, and email the same link asynchronously.
- Document OpsHTML Table to Markdown (Agent Skill)An agent runs a bundled Python skill that converts HTML tables into clean Markdown tables using only the standard library.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- Customer SupportIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Dev & IT OpsCursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.