Thanks, Tiago! I’m building a research agent that can (1) crawl a domain (all subpages), (2) download every page and attachment (PDFs, docs, etc.), and (3) feed the corpus into an LLM-powered notebook for Q&A. The goal is to create an “expert” on a specific asset allocator (my field). For example, ask something about NBIM Or Vanguard and have the agent search across everything on their site, including PDFs and publications. I’m currently keeping the crawl/download step separate from the LLM notebook, but if you’ve stitched this into an end-to-end workflow, I’d love to learn from it. If you’re able to share your Firecrawl MCP code, that would be amazing. Appreciate the pointers!