What problem does it solve? Finding accurate Datadog documentation, feature details, and limits requires navigating a large docs site; this Skill provides a direct, LLM-friendly lookup path using Datadog's llms.txt index and raw Markdown pages. ## Core Features & Use Cases - LLM-Optimized Index Access: Fetches https://docs.datadoghq.com/llms.txt to list all Datadog products and documentation pages with descriptions. - Topic Search: Greps the index for specific topics like monitors, APM, or logs to find relevant doc URLs. - Raw Markdown Retrieval: Appends .md to Datadog docs URLs to fetch clean Markdown content for any page. - Use Case: When configuring a Datadog monitor and unsure about evaluation window options, fetch the monitors documentation as Markdown and read the exact parameter definitions. ## Quick Start Look up the Datadog documentation for setting up APM tracing and summarize the key configuration steps.