Docs2Prompt streamlines the process of preparing documentation for use with Large Language Models (LLMs). It can automatically retrieve documentation files from GitHub repositories (using heuristics to identify relevant files) or crawl content from a provided URL. The tool then consolidates the documentation into a single, LLM-friendly file, which can be formatted as plain text, XML, or Markdown. This simplifies the ingestion of documentation into LLMs for tasks like question answering, summarization, or code generation.